/*** Carousel Override **/
.ir-row.ir-banner.row-1 .row {
  height: 378px;
}
.ir-row.ir-banner.row-1 .row .column.col-height > div {
  height: 100%;
}
.ir-row.ir-banner.row-1 .row .column.col-height > div .carousel.carousel-fade.fullscreenbg {
  height: 100%;
}
.ir-row.ir-banner.row-1 .row .column.col-height > div .carousel.carousel-fade.fullscreenbg .carousel-inner {
  height: 100%;
}
.ir-row.ir-banner.row-1 .row .column.col-height > div .carousel.carousel-fade.fullscreenbg .carousel-inner .item {
  height: 100%;
}
.ir-row.ir-banner.row-1 .row .column.col-height > div .carousel.carousel-fade.fullscreenbg .carousel-inner .item img {
  height: 100%;
  background-size: cover;
  background-position: top;
  width: 100%;
}
.carousel {
  margin-bottom: 2px;
}
.carousel .carousel-caption {
  text-shadow: none;
  left: 0px;
  padding-left: 30px;
}
.carousel .carousel-caption p {
  color: #363e3f;
}
.carousel .carousel-caption h1 {
  margin-top: 0px;
  margin-bottom: 0px ;
}
.carousel .arrow-left,
.carousel .arrow-right {
  display: none;
}
.carousel .carousel-indicators {
  width: 100%;
  margin: 0;
  padding-left: 45px;
  text-align: left;
  bottom: 12px;
  width: 50%;
  right: 0;
  left: inherit;
}
.carousel .carousel-indicators li {
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: 1px solid #f37511;
}
.carousel .carousel-indicators li.active {
  background-color: #f37511;
}
.carousel .carousel-caption.relative {
  height: 90px;
  right: 50%;
  top: 50%;
  text-align: left;
  margin: 0 auto;
  webkit-background: linear-gradient(to right, white, rgba(0, 0, 0, 0));
  -moz-background: linear-gradient(to right, white, rgba(0, 0, 0, 0));
  -o-background: linear-gradient(to right, white, rgba(0, 0, 0, 0));
  background: linear-gradient(to right, white, rgba(0, 0, 0, 0));
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.carousel .carousel-caption.relative > div {
  padding: 5px;
  max-width: 400px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2M2E2ZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0OGQ3ZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, rgba(214, 58, 111, 0.7) 0%, rgba(244, 141, 127, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(214, 58, 111, 0.7)), color-stop(100%, rgba(244, 141, 127, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(214, 58, 111, 0.7) 0%, rgba(244, 141, 127, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(214, 58, 111, 0.7) 0%, rgba(244, 141, 127, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(214, 58, 111, 0.7) 0%, rgba(244, 141, 127, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(214, 58, 111, 0.7) 0%, rgba(244, 141, 127, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3d63a6f', endColorstr='#b3f48d7f', GradientType=1);
  /* IE6-8 */
}
.carousel .carousel-caption.relative p:first-child {
  padding-bottom: 0;
}
.carousel .carousel-caption.relative p {
  /*clear: both;
			float: left;*/
  padding: 5px 0;
  line-height: 150%;
}
.carousel .carousel-inner div[class^="col-sm-"] {
  margin-top: 0px;
  padding: 0;
}
.carousel .carousel-inner .item.active {
  width: 100%;
}
.carousel .carousel-inner .item.active.left,
.carousel .carousel-inner .item.active.right {
  left: 0;
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=0);
}
.carousel .carousel-inner .item.next,
.carousel .carousel-inner .item.prev {
  opacity: 1;
}
.carousel .carousel-inner .align-top {
  background-position: top !important;
}
.carousel .carousel-inner .align-center {
  background-position: center !important;
}
.carousel .carousel-inner .align-bottom {
  background-position: bottom !important;
}
.carousel .carousel-inner .align-left {
  background-position: left !important;
}
.carousel .carousel-inner .align-right {
  background-position: right !important;
}
.carousel .static-caption .watermark {
  position: relative;
  z-index: 0;
}
.carousel .static-caption .watermark > img {
  position: absolute;
  right: 0;
}
.carousel .carousel-control {
  width: 30px;
  opacity: 1;
  filter: none;
}
.carousel .carousel-control table {
  width: 100%;
  height: 100%;
}
.carousel .carousel-control table td {
  display: table-cell !important;
}
.carousel .carousel-control table td img {
  margin: 0 10px;
}
.carousel .carousel-control table td div.arrow-left,
.carousel .carousel-control table td div.arrow-right {
  height: 10px;
  width: 23px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.carousel .carousel-control.left {
  background: none;
  text-align: left;
}
.carousel .carousel-control.left .glyphicon-chevron-left:before {
  content: "";
}
.carousel .carousel-control.left .arrow-left {
  top: 253px;
  margin-left: 10px;
  height: 35px;
  width: 23px;
}
.carousel .carousel-control.right {
  text-align: left;
  background: none;
}
.carousel .carousel-control.right .glyphicon-chevron-right:before {
  content: "";
}
.carousel .carousel-control.right .arrow-right {
  margin-right: 0;
  height: 35px;
  width: 23px;
}
/*** CAROUSEL FADE EFFECT ****/
.carousel.carousel-fade {
  font-size: 12px;
}
.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.carousel.carousel-fade .item.active {
  opacity: 1;
}
.carousel.carousel-fade .item.active.left,
.carousel.carousel-fade .item.active.right {
  left: 0;
  z-index: 2;
  opacity: .5;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
/*** CAROUSEL ZOOM EFFECT ****/
.carousel.carousel-zoomout {
  font-size: 12px;
}
.carousel.carousel-zoomout .item {
  opacity: 1;
}
.carousel.carousel-zoomout .item.active {
  transition: all 10s ease-out;
  -webkit-transition: all 10s ease-out;
  -moz-transition: all 10s ease-out;
  -o-transition: all 10s ease-out;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -o-transform: scale(1);
  /* Opera */
  z-index: 2;
}
.carousel.carousel-zoomout .item.active.left,
.carousel.carousel-zoomout .item.active.right {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-zoomout .next,
.carousel.carousel-zoomout .prev {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  z-index: 1;
  left: 0;
  opacity: .40;
}
.carousel.carousel-zoomout .carousel-control {
  z-index: 3;
}
.carousel.carousel-zoomin {
  font-size: 12px;
}
.carousel.carousel-zoomin .item {
  opacity: 1;
}
.carousel.carousel-zoomin .item.zoomin.active {
  transition: all 10s ease-out;
  -webkit-transition: all 10s ease-out;
  -moz-transition: all 10s ease-out;
  -o-transition: all 10s ease-out;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  z-index: 2;
}
.carousel.carousel-zoomin .item.active.left,
.carousel.carousel-zoomin .item.active.right {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-zoomin .next.zoomin,
.carousel.carousel-zoomin .prev.zoomin {
  z-index: 1;
  left: 0;
  opacity: .70;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -o-transform: scale(1);
  /* Opera */
}
.carousel.carousel-zoomin .carousel-control {
  z-index: 3;
}
.carousel-indicators li {
  border: 1px solid #d63a6f;
}
.carousel-indicators li.active {
  background-color: #d63a6f;
}
/****  IE FIX 8-9  *****/
.ie8 .carousel-control {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.ie9 .carousel-control {
  filter: initial;
}
/****  Mobile  *****/
.carousel .carousel-inner div[class^="col-sm-"] {
  margin-bottom: 10px;
}
