﻿.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: 0;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  color: #ffffff;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  /**height: 0*/
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../widgets/1279/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}
.flex-direction-nav a:active {
  background-image: url(../widgets/1279/bg_direction_nav.png) no-repeat;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: .7;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: .7;
  left: 5px;
}
.flexslider:active .flex-next {
  background-position: 100% 0;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  /**display: inline*/
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-caption {
  background: rgba(0, 0, 0, 0.85);
  bottom: 30px;
  left: 30px;
  padding: 10px 20px;
  position: absolute;
  z-index: 11;
}
.flex-heading,
.flex-subheading {
  font-size: 25px;
}
@media (max-width: 992px) {
  #top-carousel-container.subpages .carousel-caption a {
    min-height: 80px;
  }
  #top-carousel-container.subpages .carousel-caption .flex-button {
    right: 10px;
    top: 45%;
  }
  #top-carousel-container.subpages .carousel-caption .flex-button.head-only {
    right: 10x;
    top: 35%;
  }
  #top-carousel-container.subpages .carousel-caption .flex-button.head-only h3 {
    margin-bottom: 40px;
  }
  #top-carousel-container.subpages .carousel-caption p {
    text-align: center;
  }
  #top-carousel-container.subpages .carousel-caption p {
    margin: 0 60px 30px 30px;
  }
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
.flex-direction-nav a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 60px;
  height: 100%;
  margin: 0;
  opacity: .75;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 50px;
  z-index: 10;
}
.flex-direction-nav a:hover,
.flex-direction-nav a:focus {
  color: #FFF;
  text-decoration: none;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  right: 0;
}
.flexslider:hover .flex-prev {
  left: 0;
}
.flex-direction-nav i {
  display: block;
}
/* Combined1 CSS End */
#top-carousel-container p {
  margin: 0 0 20px;
}
#top-carousel-container .btn {
  border: 0;
  height: 42px;
  font-size: 18px;
  font-style: italic;
  padding: 8px 15px;
}
#top-carousel-container .btn-primary {
  background-color: #00a3c1;
}
#top-carousel-container .btn-primary:hover,
#top-carousel-container .btn-primary:focus,
#top-carousel-container .btn-primary.focus,
#top-carousel-container .btn-primary:active,
#top-carousel-container .btn-primary.active,
#top-carousel-container .open > .dropdown-toggle.btn-primary {
  background-color: #00b9db;
}
#top-carousel-container .btn-default {
  background-color: #999;
  color: #ffffff;
}
#top-carousel-container .btn-default:hover,
#top-carousel-container .btn-default:focus,
#top-carousel-container .btn-default.focus,
#top-carousel-container .btn-default:active,
#top-carousel-container .btn-default.active,
#top-carousel-container .open > .dropdown-toggle.btn-default {
  background-color: #808080;
  color: #ffffff;
}
#top-carousel-container .btn i {
  font-size: 30px;
  vertical-align: middle;
}
#top-carousel-container .btn i.fa-angle-double-right {
  padding-left: 10px;
}
#top-carousel-container .btn i.fa-angle-double-left {
  padding-right: 10px;
}
#top-carousel-container .btn.dropdown-toggle i {
  padding-left: 0;
}
#top-carousel-container .carousel-caption {
  bottom: 0;
  padding-bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 11;
}
#top-carousel-container .container {
  padding-left: 15px;
  padding-right: 15px;
}
#hero {
  background: #000;
  display: none;
  position: relative;
}
#hero .container {
  max-width: 1280px;
  width: 100%;
}
.mainCarousel #hero {
  display: block;
  height: 420px;
}
.flexslider {
  margin: 0;
}
.slidesOverlayLeft {
  background: linear-gradient(to right, #000000 0, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  z-index: 8;
}
.slidesOverlayRight {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 15%;
  z-index: 8;
}
.flexslider .slides > li {
  height: 420px;
}
.carousel-caption {
  bottom: 0;
  padding-bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 100;
}
.carousel-caption a {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  bottom: 100px;
  color: #fff;
  left: 10%;
  padding: 5px 5px 5px 0;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: 230px;
}
.carousel-caption a:hover {
  text-decoration: none;
}
.carousel-caption h3,
.carousel-caption .flex-button {
  font-size: 22px;
}
.carousel-caption a h3 {
  color: #fff;
  margin-bottom: 0;
}
.carousel-caption a p {
  color: #00a3c1;
  font-size: 18px;
}
.carousel-caption .flex-button {
  background: #00a3c1;
  border-radius: 50%;
  height: 40px;
  line-height: 38px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 65px;
  width: 40px;
}
.carousel-caption:hover .flex-button {
  background: #00b9db;
}
.carousel-caption .flex-button i {
  padding-left: 3px;
}
#hero .slides .flex-button {
  display: block;
}
#topHeroWidget .flex-control-nav {
  bottom: 5px;
  /*z-index: 100 !important;*/
}
.flex-control-paging li a {
  background: #00a3c1;
}
.flex-control-paging li a:hover,
.flex-control-paging li a:focus {
  background: #ffffff;
}
.flex-control-paging li a.flex-active {
  background: #ffffff;
}
.flex-direction-nav {
  opacity: 0;
}
.flexslider:hover .flex-direction-nav {
  opacity: 1;
}
.carousel-caption a p {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #hero,
  .mainCarousel #hero {
    height: 550px;
  }
  .mainCarousel.home #hero {
    height: 600px;
  }
  .flexslider .slides > li {
    height: 550px;
  }
  .home .flexslider .slides > li {
    height: 600px;
  }
  #top-carousel-container .carousel-caption {
    bottom: 20px;
    left: 15%;
    padding-bottom: 20px;
    right: 15%;
    width: 340px;
  }
  #top-carousel-container .carousel-caption a {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
  }
  #top-carousel-container .carousel-caption h3,
  #top-carousel-container .carousel-caption .flex-button {
    font-size: 22px;
  }
  #top-carousel-container .carousel-caption .flex-button {
    right: -20px;
  }
  #top-carousel-container .carousel-caption a {
    /*padding: 10px 50px 10px 0;*/
    padding: 20px 30px 30px 4px;
    text-align: right;
  }
  #top-carousel-container .carousel-caption a p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #top-carousel-container .locateHeader {
    margin-top: 15px;
  }
  #top-carousel-container .locateHeader i {
    display: none;
  }
  #top-carousel-container .locateHeader i:first-child {
    display: inline-block;
  }
  .flex-control-nav {
    bottom: 15px;
  }
  .mainCarousel.homepage #contentShell article {
    padding-top: 75px;
  }
  #top-carousel-container.subpages .carousel-caption .flex-button {
    right: -20px;
    top: 45%;
  }
  #top-carousel-container.subpages .carousel-caption .flex-button.head-only {
    right: -20px;
    top: 35%;
  }
  #top-carousel-container.subpages .carousel-caption h3,
  #top-carousel-container.subpages .carousel-caption p {
    text-align: left;
    margin: 10px 0 0 30px;
  }
  #top-carousel-container.subpages {
    cursor: pointer;
  }
}
/*homepage codes*/
.mainCarousel.home p.capiton-copy {
  text-align: right;
}
#top-carousel-container.mainCarousel.home p {
  margin-top: 35px;
}
@media (max-width: 768px) {
  #top-carousel-container.mainCarousel.home p.capiton-copy {
    text-align: center;
    margin-bottom: 40px;
  }
  .mainCarousel.home p {
    margin: 35px 0 60px;
  }
  .slidesOverlayLeft {
    width: 6%;
  }
  .slidesOverlayRight {
    width: 6%;
  }
}
@media screen and (max-width: 640px) {
  #top-carousel-container .carousel-caption h3 {
    margin-bottom: 24px;
  }
  #top-carousel-container .carousel-caption .flex-button {
    display: none;
  }
}
/*# sourceMappingURL=vizCarousel.css.map */