.commerce_columns_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.commerce_columns_carousel_control_left,
.commerce_columns_carousel_control_right {
  top: 26px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  border: 0;
  text-shadow: none;
  text-align: center;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.commerce_columns_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.commerce_columns_carousel_control_left {
  left: 26px !important;
}
.commerce_columns_carousel_control_right {
  left: 63px !important;
}
.adv_left {
  left: 41px !important;
}
.adv_right {
  left: 78px !important;
}
.commerce_columns_item_image {
  overflow: hidden;
}
.commerce_columns_item_image > img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.commerce_columns_item_inner:hover .commerce_columns_item_image > img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.commerce_columns_item_caption {
  padding: 15px;
}
.commerce_columns_item_caption > h3 {
  margin-top: 10px;
}
.commerce_columns_item_caption > h3 a,
.commerce_columns_item_caption > h3 a:visited {
  margin-top: 0;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.commerce_columns_item_caption h4 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.commerce_columns_item_caption > a,
.commerce_columns_item_caption > a:visited {
  width: 125px;
  height: 45px;
  display: block;
  font-weight: 300;
  line-height: 45px;
  text-shadow: none;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}
.commerce_columns_item_caption a i {
  margin-right: 5px;
}
.commerce_columns_carousel_wrapper {
  background: #fff;
}
.commerce_columns_item_inner {
  border: 1px solid #e4e4e4;
}
.commerce_columns_carousel_control_left,
.commerce_columns_carousel_control_left:hover,
.commerce_columns_carousel_control_left:active,
.commerce_columns_carousel_control_left:focus,
.commerce_columns_carousel_control_right,
.commerce_columns_carousel_control_right:hover,
.commerce_columns_carousel_control_right:active,
.commerce_columns_carousel_control_right:focus {
  color: #fff;
  background: #feb600 !important;
}
.commerce_columns_item_caption {
  color: #171717;
  background: #fff;
}
.commerce_columns_item_caption > h3 a,
.commerce_columns_item_caption > h3 a:visited {
  color: #171717;
}
.commerce_columns_item_caption > h3 a:hover,
.commerce_columns_item_caption > h3 a:active {
  color: #feb600;
}
.commerce_columns_item_caption h4 {
  color: #feb600;
}
.commerce_columns_item_caption > a,
.commerce_columns_item_caption > a:visited {
  color: #171717;
  background: #feb600;
  border-bottom: 2px solid #cb9200;
}
.commerce_columns_item_caption > a:hover,
.commerce_columns_item_caption > a:active {
  background: #fec433;
}
.six_shows_one_move .cloneditem-1,
.six_shows_one_move .cloneditem-2,
.six_shows_one_move .cloneditem-3,
.six_shows_one_move .cloneditem-4,
.six_shows_one_move .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .six_shows_one_move .carousel-inner > .active.left,
  .six_shows_one_move .carousel-inner > .prev {
    left: -33.333%;
  }
  .six_shows_one_move .carousel-inner > .active.right,
  .six_shows_one_move .carousel-inner > .next {
    left: 33.333%;
  }
  .six_shows_one_move .carousel-inner > .left,
  .six_shows_one_move .carousel-inner > .prev.right,
  .six_shows_one_move .carousel-inner > .active {
    left: 0;
  }
  .six_shows_one_move .carousel-inner .cloneditem-1,
  .six_shows_one_move .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d),
  all and (min-width: 768px) and (-webkit-transform-3d) {
  .six_shows_one_move .carousel-inner > .item.active.right,
  .six_shows_one_move .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
    transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .six_shows_one_move .carousel-inner > .item.active.left,
  .six_shows_one_move .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
    transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .six_shows_one_move .carousel-inner > .item.left,
  .six_shows_one_move .carousel-inner > .item.prev.right,
  .six_shows_one_move .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .six_shows_one_move .carousel-inner > .active.left,
  .six_shows_one_move .carousel-inner > .prev {
    left: -16.666%;
  }
  .six_shows_one_move .carousel-inner > .active.right,
  .six_shows_one_move .carousel-inner > .next {
    left: 16.666%;
  }
  .six_shows_one_move .carousel-inner > .left,
  .six_shows_one_move .carousel-inner > .prev.right,
  .six_shows_one_move .carousel-inner > .active {
    left: 0;
  }
  .six_shows_one_move .carousel-inner .cloneditem-3,
  .six_shows_one_move .carousel-inner .cloneditem-4,
  .six_shows_one_move .carousel-inner .cloneditem-5 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d),
  all and (min-width: 992px) and (-webkit-transform-3d) {
  .six_shows_one_move .carousel-inner > .item.active.right,
  .six_shows_one_move .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .six_shows_one_move .carousel-inner > .item.active.left,
  .six_shows_one_move .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .six_shows_one_move .carousel-inner > .item.left,
  .six_shows_one_move .carousel-inner > .item.prev.right,
  .six_shows_one_move .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.four_shows_one_move .cloneditem-1,
.four_shows_one_move .cloneditem-2,
.four_shows_one_move .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .four_shows_one_move .carousel-inner > .active.left,
  .four_shows_one_move .carousel-inner > .prev {
    left: -50%;
  }
  .four_shows_one_move .carousel-inner > .active.right,
  .four_shows_one_move .carousel-inner > .next {
    left: 50%;
  }
  .four_shows_one_move .carousel-inner > .left,
  .four_shows_one_move .carousel-inner > .prev.right,
  .four_shows_one_move .carousel-inner > .active {
    left: 0;
  }
  .four_shows_one_move .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d),
  all and (min-width: 768px) and (-webkit-transform-3d) {
  .four_shows_one_move .carousel-inner > .item.active.right,
  .four_shows_one_move .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .four_shows_one_move .carousel-inner > .item.active.left,
  .four_shows_one_move .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .four_shows_one_move .carousel-inner > .item.left,
  .four_shows_one_move .carousel-inner > .item.prev.right,
  .four_shows_one_move .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .four_shows_one_move .carousel-inner > .active.left,
  .four_shows_one_move .carousel-inner > .prev {
    left: -25%;
  }
  .four_shows_one_move .carousel-inner > .active.right,
  .four_shows_one_move .carousel-inner > .next {
    left: 25%;
  }
  .four_shows_one_move .carousel-inner > .left,
  .four_shows_one_move .carousel-inner > .prev.right,
  .four_shows_one_move .carousel-inner > .active {
    left: 0;
  }
  .four_shows_one_move .carousel-inner .cloneditem-2,
  .four_shows_one_move .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d),
  all and (min-width: 992px) and (-webkit-transform-3d) {
  .four_shows_one_move .carousel-inner > .item.active.right,
  .four_shows_one_move .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .four_shows_one_move .carousel-inner > .item.active.left,
  .four_shows_one_move .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .four_shows_one_move .carousel-inner > .item.left,
  .four_shows_one_move .carousel-inner > .item.prev.right,
  .four_shows_one_move .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.three_shows_one_move .cloneditem-1,
.three_shows_one_move .cloneditem-2 {
  display: none;
}
@media all and (min-width: 768px) {
  .three_shows_one_move .carousel-inner > .active.left,
  .three_shows_one_move .carousel-inner > .prev {
    left: -33.333%;
  }
  .three_shows_one_move .carousel-inner > .active.right,
  .three_shows_one_move .carousel-inner > .next {
    left: 33.333%;
  }
  .three_shows_one_move .carousel-inner > .left,
  .three_shows_one_move .carousel-inner > .prev.right,
  .three_shows_one_move .carousel-inner > .active {
    left: 0;
  }
  .three_shows_one_move .carousel-inner .cloneditem-1,
  .three_shows_one_move .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d),
  all and (min-width: 768px) and (-webkit-transform-3d) {
  .three_shows_one_move .carousel-inner > .item.active.right,
  .three_shows_one_move .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
    transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .three_shows_one_move .carousel-inner > .item.active.left,
  .three_shows_one_move .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
    transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .three_shows_one_move .carousel-inner > .item.left,
  .three_shows_one_move .carousel-inner > .item.prev.right,
  .three_shows_one_move .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .three_shows_one_move .carousel-inner > .active.left,
  .three_shows_one_move .carousel-inner > .prev {
    left: -33.333%;
  }
  .three_shows_one_move .carousel-inner > .active.right,
  .three_shows_one_move .carousel-inner > .next {
    left: 33.333%;
  }
  .three_shows_one_move .carousel-inner > .left,
  .three_shows_one_move .carousel-inner > .prev.right,
  .three_shows_one_move .carousel-inner > .active {
    left: 0;
  }
  .three_shows_one_move .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d),
  all and (min-width: 992px) and (-webkit-transform-3d) {
  .three_shows_one_move .carousel-inner > .item.active.right,
  .three_shows_one_move .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333%, 0, 0);
    transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .three_shows_one_move .carousel-inner > .item.active.left,
  .three_shows_one_move .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333%, 0, 0);
    transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .three_shows_one_move .carousel-inner > .item.left,
  .three_shows_one_move .carousel-inner > .item.prev.right,
  .three_shows_one_move .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.two_shows_one_move .cloneditem-1 {
  display: none;
}
@media all and (min-width: 768px) {
  .two_shows_one_move .carousel-inner > .active.left,
  .two_shows_one_move .carousel-inner > .prev {
    left: -50%;
  }
  .two_shows_one_move .carousel-inner > .active.right,
  .two_shows_one_move .carousel-inner > .next {
    left: 50%;
  }
  .two_shows_one_move .carousel-inner > .left,
  .two_shows_one_move .carousel-inner > .prev.right,
  .two_shows_one_move .carousel-inner > .active {
    left: 0;
  }
  .two_shows_one_move .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d),
  all and (min-width: 768px) and (-webkit-transform-3d) {
  .two_shows_one_move .carousel-inner > .item.active.right,
  .two_shows_one_move .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .two_shows_one_move .carousel-inner > .item.active.left,
  .two_shows_one_move .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .two_shows_one_move .carousel-inner > .item.left,
  .two_shows_one_move .carousel-inner > .item.prev.right,
  .two_shows_one_move .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .two_shows_one_move .carousel-inner > .active.left,
  .two_shows_one_move .carousel-inner > .prev {
    left: -50%;
  }
  .two_shows_one_move .carousel-inner > .active.right,
  .two_shows_one_move .carousel-inner > .next {
    left: 50%;
  }
  .two_shows_one_move .carousel-inner > .left,
  .two_shows_one_move .carousel-inner > .prev.right,
  .two_shows_one_move .carousel-inner > .active {
    left: 0;
  }
  .two_shows_one_move .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d),
  all and (min-width: 992px) and (-webkit-transform-3d) {
  .two_shows_one_move .carousel-inner > .item.active.right,
  .two_shows_one_move .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .two_shows_one_move .carousel-inner > .item.active.left,
  .two_shows_one_move .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .two_shows_one_move .carousel-inner > .item.left,
  .two_shows_one_move .carousel-inner > .item.prev.right,
  .two_shows_one_move .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.fixed_width_carousel_wrapper {
  margin-top: 0;
  overflow: hidden;
  max-height: 550px;
}
.fixed_width_carousel_wrapper > .carousel-inner > .item > img,
.fixed_width_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 0.6;
  margin: auto;
  width: 100% !important;
}
.fixed_width_carousel_control_left,
.fixed_width_carousel_control_right {
  top: 40%;
  z-index: 2;
  opacity: 0;
  width: 35px;
  border: 0;
  height: 100px;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fixed_width_carousel_wrapper:hover .fixed_width_carousel_control_left,
.fixed_width_carousel_wrapper:hover .fixed_width_carousel_control_right {
  opacity: 0.7;
}
.fixed_width_carousel_icons {
  text-shadow: none;
  line-height: 100px;
  font-size: 25px !important;
  font-weight: normal !important;
}
.fixed_width_carousel_control_left {
  left: 0 !important;
}
.fixed_width_carousel_control_right {
  right: 0 !important;
}
.fixed_width_carousel_fade {
  opacity: 1;
}
.fixed_width_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.fixed_width_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.fixed_width_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.fixed_width_carousel_caption {
  left: 0;
  right: 0;
  width: 100%;
  bottom: 45%;
  text-shadow: none;
  text-align: center;
  padding: 20px 20px 20px 20px;
  font-family: "Open Sans", sans-serif;
}
.fixed_width_carousel_caption h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 25px;
  text-transform: uppercase;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.fixed_width_carousel_caption p {
  width: 50%;
  float: none;
  margin: auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 5px 10px 5px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.fixed_width_carousel_button_colored,
.fixed_width_carousel_button_colored:visited {
  outline: 0;
  width: auto;
  height: 44px;
  border: 0;
  padding: 0 23px;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  margin: 25px 10px;
  text-shadow: none;
  line-height: 44px;
  position: relative;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.fixed_width_carousel_button_colored:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.fixed_width_carousel_button_colored:hover,
.fixed_width_carousel_button_colored:active,
.fixed_width_carousel_button_colored:focus {
  box-shadow: none;
  outline: none !important;
}
.fixed_width_carousel_button_colored:hover:before,
.fixed_width_carousel_button_colored:focus:before,
.fixed_width_carousel_button_colored:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media only screen and (max-width: 480px) {
  .fixed_width_carousel_caption {
    bottom: -15px;
  }
  .fixed_width_carousel_caption h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .fixed_width_carousel_caption p {
    width: 100%;
    letter-spacing: 1px;
    padding: 10px 5px 10px 5px;
  }
  .fixed_width_carousel_button_colored,
  .fixed_width_carousel_button_colored:visited {
    height: 34px;
    padding: 0 13px;
    margin: 10px 10px;
    line-height: 34px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .fixed_width_carousel_caption {
    bottom: -15px;
  }
  .fixed_width_carousel_caption h1 {
    font-size: 40px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .fixed_width_carousel_caption {
    bottom: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fixed_width_carousel_caption {
    bottom: 20%;
  }
}
.fixed_width_carousel_wrapper {
  background: #000;
}
.fixed_width_carousel_control_left,
.fixed_width_carousel_control_right {
  color: #fff;
  background: #000000 !important;
}
.fixed_width_carousel_control_left:hover,
.fixed_width_carousel_control_left:active,
.fixed_width_carousel_control_left:focus,
.fixed_width_carousel_control_right:hover,
.fixed_width_carousel_control_right:active,
.fixed_width_carousel_control_right:focus {
  color: #fff;
  background: #8ac007 !important;
}
.fixed_width_carousel_caption h1 {
  color: #fff;
}
.fixed_width_carousel_caption p {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.fixed_width_carousel_button_colored,
.fixed_width_carousel_button_colored:visited {
  color: #fff;
}
.fixed_width_carousel_button_colored:hover,
.fixed_width_carousel_button_colored:active,
.fixed_width_carousel_button_colored:focus {
  color: #ffffff !important;
}
.fixed_width_carousel_button_colored,
.fixed_width_carousel_button_colored:visited {
  background: #8ac007;
}
.fixed_width_carousel_button_colored:hover,
.fixed_width_carousel_button_colored:active,
.fixed_width_carousel_button_colored:focus {
  background: #8ac007 !important;
}
.fixed_width_carousel_button_colored:before {
  background: #000;
}
@media only screen and (max-width: 600px) {
  .fixed_width_carousel_control_left,
  .fixed_width_carousel_control_right,
  .fixed_width_carousel_control_left:hover,
  .fixed_width_carousel_control_left:active,
  .fixed_width_carousel_control_left:focus,
  .fixed_width_carousel_control_right:hover,
  .fixed_width_carousel_control_right:active,
  .fixed_width_carousel_control_right:focus {
    background: transparent !important;
  }
}
.full_width_carousel_wrapper {
  overflow: hidden;
  max-height: 650px;
  position: relative;
}
.full_width_carousel_wrapper > .carousel-inner > .item > img,
.full_width_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 0.6;
  margin: auto;
  width: 100% !important;
}
.full_width_carousel_control_left,
.full_width_carousel_control_right {
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  border: 0;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.full_width_carousel_wrapper:hover .full_width_carousel_control_left,
.full_width_carousel_wrapper:hover .full_width_carousel_control_right {
  opacity: 0.7;
}
.full_width_carousel_control_icons {
  line-height: 50px;
  font-size: 34px !important;
  font-weight: normal !important;
}
.full_width_carousel_control_left {
  left: 1% !important;
}
.full_width_carousel_control_right {
  right: 1% !important;
}
.full_width_carousel_caption {
  left: 10%;
  z-index: 1;
  width: 35%;
  bottom: 45%;
  text-shadow: none;
  text-align: center;
  padding: 20px 20px 20px 20px;
  font-family: "Raleway", sans-serif;
}
.full_width_carousel_caption_right {
  left: 56%;
}
.full_width_carousel_caption_center {
  left: 15%;
  width: 70%;
}
.full_width_carousel_caption h2 {
  font-size: 30px;
  margin: 0 0 15px 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
  animation-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
}
.full_width_carousel_caption h1 {
  font-size: 45px;
  font-weight: 800;
  margin: 0 0 40px 0;
  text-transform: capitalize;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
  animation-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
}
.full_width_carousel_button_colored,
.full_width_carousel_button_colored:visited {
  outline: 0;
  width: auto;
  height: 44px;
  border: 0;
  margin: 0 10px;
  padding: 0 23px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
  line-height: 44px;
  position: relative;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Raleway", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
  animation-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
}
.full_width_carousel_button_colored:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.full_width_carousel_button_colored:hover,
.full_width_carousel_button_colored:active,
.full_width_carousel_button_colored:focus {
  box-shadow: none;
  outline: none !important;
}
.full_width_carousel_button_colored:hover:before,
.full_width_carousel_button_colored:focus:before,
.full_width_carousel_button_colored:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media only screen and (max-width: 480px) {
  .full_width_carousel_control_left,
  .full_width_carousel_control_right {
    border: 0;
  }
  .full_width_carousel_control_icons {
    font-size: 18px !important;
  }
  .full_width_carousel_caption {
    left: 0;
    width: 100%;
    bottom: 5%;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .full_width_carousel_caption h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .full_width_carousel_caption h1 {
    font-size: 25px;
    margin: 0 0 10px 0;
  }
  .full_width_carousel_button_colored,
  .full_width_carousel_button_colored:visited {
    margin: 0;
    height: 34px;
    padding: 0 13px;
    line-height: 34px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .full_width_carousel_control_left,
  .full_width_carousel_control_right {
    border: 0;
  }
  .full_width_carousel_caption {
    left: 0;
    bottom: 5%;
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .full_width_carousel_caption {
    left: 0;
    bottom: 15%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full_width_carousel_caption {
    bottom: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .full_width_carousel_caption {
    bottom: 25%;
  }
}
.full_width_carousel_wrapper {
  background: #000;
}
.full_width_carousel_control_left,
.full_width_carousel_control_left:hover,
.full_width_carousel_control_left:active,
.full_width_carousel_control_left:focus,
.full_width_carousel_control_right,
.full_width_carousel_control_right:hover,
.full_width_carousel_control_right:active,
.full_width_carousel_control_right:focus {
  color: #fff;
  background: #f9bf36 !important;
}
.full_width_carousel_caption h2,
.full_width_carousel_caption h1 {
  color: #fff;
}
.full_width_carousel_button_colored,
.full_width_carousel_button_colored:visited {
  color: #fff;
}
.full_width_carousel_button_colored:hover,
.full_width_carousel_button_colored:active,
.full_width_carousel_button_colored:focus {
  color: #ffffff !important;
}
.full_width_carousel_button_colored,
.full_width_carousel_button_colored:visited {
  background: #000;
}
.full_width_carousel_button_colored:hover,
.full_width_carousel_button_colored:active,
.full_width_carousel_button_colored:focus {
  background: #000000 !important;
}
.full_width_carousel_button_colored:before {
  background: #f9bf36;
}
@media only screen and (max-width: 600px) {
  .full_width_carousel_control_left,
  .full_width_carousel_control_right,
  .full_width_carousel_control_left:hover,
  .full_width_carousel_control_left:active,
  .full_width_carousel_control_left:focus,
  .full_width_carousel_control_right:hover,
  .full_width_carousel_control_right:active,
  .full_width_carousel_control_right:focus {
    background: transparent !important;
  }
}
.gp_products_carousel_wrapper {
  overflow: hidden;
  padding: 15px 50px 50px 50px;
}
.gp_products_carousel_header {
  font-size: 2em;
  font-weight: 100;
  padding-left: 20px;
  margin-bottom: 15px;
  padding-right: 20px;
  font-family: "Roboto", sans-serif;
}
.gp_products_carousel_header > a,
.gp_products_carousel_header > a:visited {
  font-size: 14px;
  margin-top: 3px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  padding: 7px 15px 7px 15px;
  font-family: "Roboto", sans-serif;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.gp_products_carousel_control_left,
.gp_products_carousel_control_right {
  top: 40%;
  z-index: 2;
  opacity: 0;
  width: 30px;
  height: 65px;
  border: 0;
  text-shadow: none;
  text-align: center;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.gp_products_carousel_wrapper:hover .gp_products_carousel_control_left,
.gp_products_carousel_wrapper:hover .gp_products_carousel_control_right {
  opacity: 0.5;
}
.gp_products_carousel_control_icons {
  font-size: 20px;
  line-height: 65px;
}
.gp_products_carousel_control_left {
  left: 1% !important;
}
.gp_products_carousel_control_right {
  right: 1% !important;
}
.gp_products_item {
  padding-top: 10px;
  padding-bottom: 0;
}
.gp_products_inner {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.gp_products_item_image {
  padding: 25px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}
.gp_products_item_image > a > img {
  width: 100%;
  max-width: 250px;
}
.gp_products_item_caption {
  padding: 15px 15px 10px 15px;
}
.gp_products_item_caption a,
.gp_products_item_caption a:visited {
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.gp_products_item_caption > ul {
  padding: 0;
  list-style-type: none;
}
.gp_products_caption_name > li:nth-child(1) > a {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.gp_products_caption_name > li:nth-child(2) > a {
  font-size: 13px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.gp_products_caption_rating > li {
  font-size: 12px;
  display: inline-block;
}
.gp_products_caption_rating > li > a {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.gp_products_carousel_wrapper {
  background: #eee;
}
.gp_products_carousel_header > a,
.gp_products_carousel_header > a:visited {
  color: #fff;
  background: #689f38;
}
.gp_products_carousel_header > a:hover,
.gp_products_carousel_header > a:active {
  background: #cc181e;
}
.gp_products_carousel_control_left,
.gp_products_carousel_control_left:hover,
.gp_products_carousel_control_left:active,
.gp_products_carousel_control_left:focus,
.gp_products_carousel_control_right,
.gp_products_carousel_control_right:hover,
.gp_products_carousel_control_right:active,
.gp_products_carousel_control_right:focus {
  color: #fff;
  background: #282828;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.gp_products_item_caption > ul > li {
  color: #767676;
}
.gp_products_inner {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gp_products_inner:hover .gp_products_item_image {
  background: rgba(0, 0, 0, 0.4);
}
.gp_products_caption_name > li:nth-child(1) > a {
  color: #282828;
}
.gp_products_caption_name > li:nth-child(2) > a {
  color: #282828;
}
.gp_products_caption_rating > li > i {
  color: #feb600;
}
.gp_products_caption_rating > li > a {
  color: #689f38;
}
.gp_products_item_caption a:hover,
.gp_products_item_caption a:active,
.gp_products_caption_name li a:hover,
.gp_products_caption_name li a:active {
  color: #cc181e;
}
.ken_burns_effect_carousel_control_left,
.ken_burns_effect_carousel_control_right {
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.ken_burns_effect_carousel_wrapper:hover
  .ken_burns_effect_carousel_control_left,
.ken_burns_effect_carousel_wrapper:hover
  .ken_burns_effect_carousel_control_right {
  opacity: 0.8;
}
.ken_burns_effect_carousel_icons {
  line-height: 50px;
  font-size: 34px !important;
  font-weight: normal !important;
}
.ken_burns_effect_carousel_control_left {
  left: 1% !important;
}
.ken_burns_effect_carousel_control_right {
  right: 1% !important;
}
.ken_burns_effect_carousel_elastic {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ken_burns_effect_carousel_elastic .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transform: scale3d(2, 1, 2);
  transform: scale3d(2, 1, 2);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s,
    opacity ease-in-out 0.7s;
  transition: transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
}
.ken_burns_effect_carousel_elastic .item:first-child {
  top: auto;
  position: relative;
}
.ken_burns_effect_carousel_elastic .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s,
    opacity ease-in-out 0.7s;
  transition: transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
}
.ken_burns_effect_carousel_wrapper {
  overflow: hidden;
  max-height: 650px;
}
.ken_burns_effect_carousel_wrapper > .carousel-inner > .item > img,
.ken_burns_effect_carousel_wrapper > .carousel-inner > .item > a > img {
  margin: auto;
  opacity: 0.8;
  width: 100% !important;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
  animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns {
  0% {
    -webkit-transform: scale(1);
    -webkit-transition: -webkit-transform 20000ms linear 0s;
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-transition: -webkit-transform 20000ms linear 0s;
  }
}
@-moz-keyframes immortalkenburns {
  0% {
    -moz-transform: scale(1);
    -moz-transition: -moz-transform 20000ms linear 0s;
  }
  100% {
    -moz-transform: scale(1.2);
    -moz-transition: -moz-transform 20000ms linear 0s;
  }
}
@-ms-keyframes immortalkenburns {
  0% {
    -ms-transform: scale(1);
    -ms-transition: -ms-transform 20000ms linear 0s;
  }
  100% {
    -ms-transform: scale(1.2);
    -ms-transition: -ms-transform 20000ms linear 0s;
  }
}
@-o-keyframes immortalkenburns {
  0% {
    -o-transform: scale(1);
    -o-transition: -o-transform 20000ms linear 0s;
  }
  100% {
    -o-transform: scale(1.2);
    -o-transition: -o-transform 20000ms linear 0s;
  }
}
@keyframes immortalkenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }
  100% {
    transform: scale(1.2);
    transition: transform 20000ms linear 0s;
  }
}
.ken_burns_effect_carousel_caption {
  left: 10%;
  width: 40%;
  bottom: 60%;
  text-align: left;
  font-family: "Raleway", sans-serif;
}
.ken_burns_effect_carousel_caption_right {
  left: 50%;
}
.ken_burns_effect_carousel_caption_center {
  float: none;
  margin: auto;
}
.ken_burns_effect_carousel_caption h1 {
  font-size: 55px;
  font-weight: 300;
  text-shadow: none;
  padding: 5px 0 5px 15px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ken_burns_effect_carousel_caption h2 {
  font-size: 30px;
  text-shadow: none;
  padding-left: 15px;
  font-weight: normal;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@media only screen and (max-width: 480px) {
  .ken_burns_effect_carousel_control_left,
  .ken_burns_effect_carousel_control_right {
    border: 0;
  }
  .ken_burns_effect_carousel_icons {
    font-size: 18px !important;
  }
  .ken_burns_effect_carousel_caption {
    left: 0;
    width: 100%;
    bottom: 25%;
    text-align: center;
  }
  .ken_burns_effect_carousel_caption h1 {
    font-size: 25px;
  }
  .ken_burns_effect_carousel_caption h2 {
    font-size: 20px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .ken_burns_effect_carousel_control_left,
  .ken_burns_effect_carousel_control_right {
    border: 0;
  }
  .ken_burns_effect_carousel_caption {
    left: 0;
    width: 100%;
    bottom: 25%;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .ken_burns_effect_carousel_caption {
    left: 0;
    width: 100%;
    bottom: 25%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ken_burns_effect_carousel_caption {
    bottom: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ken_burns_effect_carousel_caption {
    bottom: 50%;
  }
}
.ken_burns_effect_carousel_wrapper {
  background: #000;
}
.ken_burns_effect_carousel_control_left,
.ken_burns_effect_carousel_control_left:hover,
.ken_burns_effect_carousel_control_left:active,
.ken_burns_effect_carousel_control_left:focus,
.ken_burns_effect_carousel_control_right,
.ken_burns_effect_carousel_control_right:hover,
.ken_burns_effect_carousel_control_right:active,
.ken_burns_effect_carousel_control_right:focus {
  color: #BD141E;
  border: 2px solid #BD141E;
  background: #ffffff !important;
}
.ken_burns_effect_carousel_caption h1 {
  color: #BD141E;
  background: #fff;
}
.ken_burns_effect_carousel_caption h2 {
  color: #fff;
}
@media (max-width: 600px) {
  .ken_burns_effect_carousel_control_left,
  .ken_burns_effect_carousel_control_left:hover,
  .ken_burns_effect_carousel_control_left:active,
  .ken_burns_effect_carousel_control_left:focus,
  .ken_burns_effect_carousel_control_right,
  .ken_burns_effect_carousel_control_right:hover,
  .ken_burns_effect_carousel_control_right:active,
  .ken_burns_effect_carousel_control_right:focus {
    border: none !important;
    background: transparent !important;
  }
}
.one_color_blue_carousel_wrapper {
  overflow: hidden;
  max-height: 661px;
}
.one_color_blue_carousel_wrapper > .carousel-inner > .item > img,
.one_color_blue_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 0.6;
  margin: auto;
  width: 100% !important;
}
.one_color_blue_carousel_fade {
  opacity: 1;
}
.one_color_blue_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.one_color_blue_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.one_color_blue_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.one_color_blue_carousel_control_left,
.one_color_blue_carousel_control_right {
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  border: 0;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.one_color_blue_carousel_wrapper:hover .one_color_blue_carousel_control_left,
.one_color_blue_carousel_wrapper:hover .one_color_blue_carousel_control_right {
  opacity: 0.7;
}
.one_color_blue_carousel_control_icons {
  line-height: 50px;
  font-size: 34px !important;
  font-weight: normal !important;
}
.one_color_blue_carousel_control_left {
  left: 1% !important;
}
.one_color_blue_carousel_control_right {
  right: 1% !important;
}
.one_color_blue_carousel_caption {
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  bottom: 35%;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.one_color_blue_carousel_caption_text {
  width: 40%;
  left: 135px;
  padding: 25px;
  text-align: left;
  position: relative;
}
.one_color_blue_carousel_caption_text h1 {
  font-size: 50px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.one_color_blue_carousel_caption_text p {
  text-align: justify;
  margin-bottom: 30px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.one_color_blue_carousel_caption_text a,
.one_color_blue_carousel_caption_text a:visited {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 25px 15px 25px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.one_color_blue_carousel_caption > img {
  right: 17%;
  top: -70px;
  width: 23%;
  position: absolute;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@media only screen and (max-width: 480px) {
  .one_color_blue_carousel_control_left,
  .one_color_blue_carousel_control_right {
    border: 0;
  }
  .one_color_blue_carousel_control_icons {
    font-size: 18px !important;
  }
  .one_color_blue_carousel_caption {
    bottom: 5px;
  }
  .one_color_blue_carousel_caption_text {
    left: 0;
    width: 100%;
    padding: 2px;
    text-align: center;
  }
  .one_color_blue_carousel_caption_text h1 {
    font-size: 25px;
    margin: 0 0 10px 0;
  }
  .one_color_blue_carousel_caption_text p {
    font-size: 11px;
    margin: 0 0 10px 0;
  }
  .one_color_blue_carousel_caption_text a {
    padding: 5px 10px 5px 10px;
  }
  .one_color_blue_carousel_caption img {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .one_color_blue_carousel_control_left,
  .one_color_blue_carousel_control_right {
    border: 0;
  }
  .one_color_blue_carousel_caption {
    bottom: 5px;
  }
  .one_color_blue_carousel_caption_text {
    left: 0;
    width: 100%;
    padding: 2px;
    text-align: center;
  }
  .one_color_blue_carousel_caption_text h1 {
    margin: 0 0 10px 0;
  }
  .one_color_blue_carousel_caption_text p {
    margin: 0 0 10px 0;
  }
  .one_color_blue_carousel_caption img {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .one_color_blue_carousel_caption {
    bottom: 50px;
  }
  .one_color_blue_carousel_caption_text {
    left: 0;
    width: 100%;
    text-align: center;
  }
  .one_color_blue_carousel_caption img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .one_color_blue_carousel_caption {
    bottom: 50px;
  }
  .one_color_blue_carousel_caption > img {
    top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .one_color_blue_carousel_caption {
    bottom: 25%;
  }
  .one_color_blue_carousel_caption > img {
    top: 50px;
  }
}
.one_color_blue_carousel_wrapper {
  background: #43a9e4;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(67, 169, 228, 1)),
    color-stop(100%, rgba(57, 154, 209, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(67, 169, 228, 1) 0,
    rgba(57, 154, 209, 1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(67, 169, 228, 1) 0,
    rgba(57, 154, 209, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(67, 169, 228, 1) 0,
    rgba(57, 154, 209, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(67, 169, 228, 1) 0,
    rgba(57, 154, 209, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(67, 169, 228, 1) 0,
    rgba(57, 154, 209, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43a9e4',endColorstr='#399ad1',GradientType=0);
}
.one_color_blue_carousel_control_left,
.one_color_blue_carousel_control_left:hover,
.one_color_blue_carousel_control_left:active,
.one_color_blue_carousel_control_left:focus,
.one_color_blue_carousel_control_right,
.one_color_blue_carousel_control_right:hover,
.one_color_blue_carousel_control_right:active,
.one_color_blue_carousel_control_right:focus {
  color: #fff;
  border: 1px solid #327da9;
  background: #3690c3 !important;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.one_color_blue_carousel_caption h2,
.one_color_blue_carousel_caption h1 a,
.one_color_blue_carousel_caption h1 a:visited {
  color: #fff;
}
.one_color_blue_carousel_caption_text a,
.one_color_blue_carousel_caption_text a:visited {
  color: #fff;
  border: 2px solid #fff;
}
.one_color_blue_carousel_caption_text a:hover,
.one_color_blue_carousel_caption_text a:active,
.one_color_blue_carousel_caption_text a:focus {
  color: #3690c3;
  background: #fff;
  border: 2px solid #fff;
}
@media only screen and (max-width: 600px) {
  .one_color_blue_carousel_control_left,
  .one_color_blue_carousel_control_right,
  .one_color_blue_carousel_control_left:hover,
  .one_color_blue_carousel_control_left:active,
  .one_color_blue_carousel_control_left:focus,
  .one_color_blue_carousel_control_right:hover,
  .one_color_blue_carousel_control_right:active,
  .one_color_blue_carousel_control_right:focus {
    background: transparent !important;
  }
}
.one_color_carousel_wrapper {
  overflow: hidden;
  max-height: 661px;
}
.one_color_carousel_wrapper > .carousel-inner > .item > img,
.one_color_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 0.6;
  margin: auto;
  width: 100% !important;
}
.one_color_carousel_fade {
  opacity: 1;
}
.one_color_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.one_color_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.one_color_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.one_color_carousel_control_left,
.one_color_carousel_control_right {
  top: 50%;
  z-index: 2;
  width: 55px;
  height: 55px;
  border: 0;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.one_color_carousel_control_icons {
  line-height: 50px;
  font-size: 34px !important;
  font-weight: normal !important;
}
.one_color_carousel_control_left {
  left: 1% !important;
}
.one_color_carousel_control_right {
  right: 1% !important;
}
.one_color_carousel_caption {
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  bottom: 55%;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.one_color_carousel_caption h1 {
  font-size: 60px;
  font-weight: 800;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.one_color_carousel_caption h1 a {
  text-decoration: none;
}
.one_color_carousel_caption h2 {
  font-size: 35px;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.one_color_carousel_caption > img {
  left: 13%;
  right: 0;
  top: 185px;
  width: 75%;
  position: absolute;
  text-align: center;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (max-width: 480px) {
  .one_color_carousel_control_left,
  .one_color_carousel_control_right {
    border: 0;
  }
  .one_color_carousel_control_icons {
    font-size: 18px !important;
  }
  .one_color_carousel_caption {
    bottom: 40%;
  }
  .one_color_carousel_caption h1 {
    font-size: 25px;
    margin: 0 0 10px 0;
  }
  .one_color_carousel_caption h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .one_color_carousel_caption img {
    top: 85px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .one_color_carousel_control_left,
  .one_color_carousel_control_right {
    border: 0;
  }
  .one_color_carousel_caption {
    bottom: 170px;
  }
  .one_color_carousel_caption h1 {
    font-size: 40px;
  }
  .one_color_carousel_caption h2 {
    font-size: 30px;
  }
  .one_color_carousel_caption img {
    top: 160px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .one_color_carousel_caption {
    bottom: 225px;
  }
  .one_color_carousel_caption h1 {
    font-size: 50px;
  }
  .one_color_carousel_caption img {
    top: 160px;
  }
}
.one_color_carousel_wrapper {
  background: #f16c49;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(241, 108, 73, 1)),
    color-stop(100%, rgba(230, 104, 71, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(241, 108, 73, 1) 0,
    rgba(230, 104, 71, 1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(241, 108, 73, 1) 0,
    rgba(230, 104, 71, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(241, 108, 73, 1) 0,
    rgba(230, 104, 71, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(241, 108, 73, 1) 0,
    rgba(230, 104, 71, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(241, 108, 73, 1) 0,
    rgba(230, 104, 71, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c49',endColorstr='#e66847',GradientType=0);
}
.one_color_carousel_control_left,
.one_color_carousel_control_left:hover,
.one_color_carousel_control_left:active,
.one_color_carousel_control_left:focus,
.one_color_carousel_control_right,
.one_color_carousel_control_right:hover,
.one_color_carousel_control_right:active,
.one_color_carousel_control_right:focus {
  color: #fff;
  border: 1px solid #b74425;
  background: #d15d3f !important;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.one_color_carousel_caption h2,
.one_color_carousel_caption h1 a,
.one_color_carousel_caption h1 a:visited {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .one_color_carousel_control_left,
  .one_color_carousel_control_right,
  .one_color_carousel_control_left:hover,
  .one_color_carousel_control_left:active,
  .one_color_carousel_control_left:focus,
  .one_color_carousel_control_right:hover,
  .one_color_carousel_control_right:active,
  .one_color_carousel_control_right:focus {
    background: transparent !important;
  }
}
.portfolio_carousel_wrapper {
  padding: 50px;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
}
.portfolio_main_heading {
  margin-bottom: 50px;
  text-transform: capitalize;
}
.portfolio_carousel_indicators {
  bottom: 0;
  padding-top: 3px;
  padding-bottom: 2px;
}
.portfolio_carousel_indicators li {
  border: 0;
}
.portfolio_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.portfolio_item_text {
  padding: 0 30px 5px 30px;
}
.portfolio_item_image {
  padding: 0;
}
.portfolio_item_image img {
  width: 100%;
}
.portfolio_item_text h3 {
  margin-top: 0;
  font-weight: 500;
  text-shadow: none;
  text-transform: capitalize;
}
.portfolio_item_text a:nth-child(2),
.portfolio_item_text a:nth-child(2):visited {
  font-weight: 500;
  text-shadow: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.portfolio_item_text p {
  margin-top: 15px;
  text-align: justify;
  margin-bottom: 22px;
}
.portfolio_item_text a:nth-child(4),
.portfolio_item_text a:nth-child(4):visited {
  width: 125px;
  padding: 10px;
  display: block;
  font-weight: 500;
  text-shadow: none;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .portfolio_item_text {
    padding: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .portfolio_carousel_wrapper {
    padding: 25px;
  }
  .portfolio_main_heading {
    margin-bottom: 25px;
  }
}
.portfolio_carousel_wrapper {
  background: #f0f3f8;
}
.portfolio_carousel_indicators li {
  background: #4a525d;
}
.portfolio_carousel_indicators .active {
  background: #0dbae8;
  border-color: #0dbae8;
}
.portfolio_item_image {
  background: #000;
}
.portfolio_item_text a:nth-child(2),
.portfolio_item_text a:nth-child(2):visited {
  color: #0dbae8;
}
.portfolio_item_text a:nth-child(2):hover,
.portfolio_item_text a:nth-child(2):active {
  color: #000;
}
.portfolio_item_text a:nth-child(4),
.portfolio_item_text a:nth-child(4):visited {
  color: #fff;
  background: #0dbae8;
}
.portfolio_item_text a:nth-child(4):hover,
.portfolio_item_text a:nth-child(4):active {
  color: #fff;
  background: #000;
}
.portfolio_col_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.portfolio_col_carousel_control_left,
.portfolio_col_carousel_control_right {
  top: 26px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  border: 0;
  text-shadow: none;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio_col_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.portfolio_col_carousel_control_left {
  left: 26px !important;
}
.portfolio_col_carousel_control_right {
  left: 63px !important;
}
.adv_left {
  left: 41px !important;
}
.adv_right {
  left: 78px !important;
}
.portfolio_col_item_caption {
  padding-bottom: 10px;
}
.portfolio_col_item_image {
  padding-top: 60px;
  padding-bottom: 25px;
}
.portfolio_col_item_image img {
  width: 100%;
}
.portfolio_col_item_caption h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.portfolio_col_item_caption p {
  font-weight: 300;
  margin-top: 25px;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
}
.portfolio_col_item_caption a,
.portfolio_col_item_caption a:visited {
  width: 110px;
  height: 42px;
  border: 0;
  display: block;
  font-weight: 300;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio_col_carousel_wrapper {
  background: #232323;
}
.portfolio_col_carousel_control_left,
.portfolio_col_carousel_control_left:hover,
.portfolio_col_carousel_control_left:active,
.portfolio_col_carousel_control_left:focus,
.portfolio_col_carousel_control_right,
.portfolio_col_carousel_control_right:hover,
.portfolio_col_carousel_control_right:active,
.portfolio_col_carousel_control_right:focus {
  color: #fff;
  background: #0dbae8 !important;
}
.portfolio_col_item_caption {
  color: #fff;
}
.portfolio_col_item_caption a,
.portfolio_col_item_caption a:visited {
  color: #fff;
  background: #0dbae8;
  border-bottom: 2px solid #0fabd4;
}
.portfolio_col_item_caption a:hover,
.portfolio_col_item_caption a:active {
  border: 0;
  background: #0fabd4;
}
.portfolio_utube_carousel_wrapper {
  overflow: hidden;
  padding: 15px 50px 15px 50px;
}
.portfolio_utube_carousel_header a,
.portfolio_utube_carousel_header a:visited {
  text-decoration: none;
}
.portfolio_utube_carousel_header > a > span {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.portfolio_utube_carousel_header > a + span {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.portfolio_utube_carousel_header > a > span {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.portfolio_utube_carousel_header > a > img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.portfolio_utube_suscribe_button {
  float: right;
}
.portfolio_utube_suscribe_button > a,
.portfolio_utube_suscribe_button > a:visited {
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  padding: 3px 7px 3px 7px;
  font-family: "Open Sans", sans-serif;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.portfolio_utube_suscribe_button > a > i {
  margin-right: 5px;
}
.portfolio_utube_suscribe_button > span {
  font-size: 13px;
  border-radius: 2px;
  padding: 2px 6px 2px 6px;
  font-family: "Open Sans", sans-serif;
}
.portfolio_utube_carousel_control_left,
.portfolio_utube_carousel_control_right {
  top: 26%;
  z-index: 2;
  opacity: 0;
  width: 30px;
  height: 65px;
  border: 0;
  text-shadow: none;
  text-align: center;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.portfolio_utube_carousel_wrapper:hover .portfolio_utube_carousel_control_left,
.portfolio_utube_carousel_wrapper:hover
  .portfolio_utube_carousel_control_right {
  opacity: 0.8;
}
.portfolio_utube_carousel_control_icons {
  line-height: 65px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.portfolio_utube_carousel_control_left {
  left: 1% !important;
}
.portfolio_utube_carousel_control_right {
  right: 1% !important;
}
.portfolio_utube_item {
  padding-top: 10px;
  padding-bottom: 0;
}
.portfolio_utube_item_image {
  overflow: hidden;
  position: relative;
}
.portfolio_utube_item_image > img {
  width: 100%;
}
.portfolio_utube_item_image > a,
.portfolio_utube_item_image > a:visited {
  right: 2px;
  bottom: 2px;
  font-size: 11px;
  position: absolute;
  text-decoration: none;
  padding: 1px 5px 1px 5px;
  font-family: "Open Sans", sans-serif;
}
.portfolio_utube_item_caption {
  padding-top: 5px;
}
.portfolio_utube_item_caption > a,
.portfolio_utube_item_caption > a:visited {
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.portfolio_utube_item_caption_author {
  font-size: 12px;
}
.portfolio_utube_item_caption_author > a,
.portfolio_utube_item_caption_author > a:visited {
  font-size: 9px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.portfolio_utube_item_caption_author > i {
  font-size: 13px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.portfolio_utube_item_caption > ul {
  padding: 0;
  list-style-type: none;
}
.portfolio_utube_item_caption > ul > li {
  font-size: 12px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}
.portfolio_utube_item_caption > ul > li > span {
  margin: 0 3px 0 3px;
}
.portfolio_utube_carousel_wrapper {
  background: #fff;
}
.portfolio_utube_carousel_header > a > span {
  color: #282828;
}
.portfolio_utube_carousel_header > a > span:hover {
  color: #e62117;
}
.portfolio_utube_carousel_header > a + span {
  color: #767676;
}
.portfolio_utube_carousel_header > a > span {
  color: #282828;
}
.portfolio_utube_suscribe_button > a,
.portfolio_utube_suscribe_button > a:visited {
  color: #fff;
  background: #e62117;
}
.portfolio_utube_suscribe_button > a:hover,
.portfolio_utube_suscribe_button > a:active {
  background: #cc181e;
}
.portfolio_utube_suscribe_button > span {
  background: #fafafa;
  border: 1px solid #ccc;
}
.portfolio_utube_carousel_control_left,
.portfolio_utube_carousel_control_left:hover,
.portfolio_utube_carousel_control_left:active,
.portfolio_utube_carousel_control_left:focus,
.portfolio_utube_carousel_control_right,
.portfolio_utube_carousel_control_right:hover,
.portfolio_utube_carousel_control_right:active,
.portfolio_utube_carousel_control_right:focus {
  color: #282828;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.portfolio_utube_item_image > a,
.portfolio_utube_item_image > a:visited {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.portfolio_utube_item_caption > a:hover,
.portfolio_utube_item_caption > a:active {
  color: #e62117;
}
.portfolio_utube_item_caption_author {
  color: #767676;
}
.portfolio_utube_item_caption_author > a,
.portfolio_utube_item_caption_author > a:visited {
  color: #767676;
}
.portfolio_utube_item_caption_author > a:active,
.portfolio_utube_item_caption_author > a:hover {
  color: #e62117;
}
.portfolio_utube_item_caption_author > i {
  color: #767676;
}
.portfolio_utube_item_caption_author > i:hover {
  color: #e62117;
}
.portfolio_utube_item_caption > ul > li {
  color: #767676;
}
.post_carousel_wrapper {
  overflow: hidden;
  position: relative;
}
.post_carousel_wrapper > .carousel-inner > .item > img,
.post_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 0.5;
  margin: auto;
  width: 100% !important;
}
.post_carousel_indicators {
  bottom: 0;
}
.post_carousel_indicators li {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.post_carousel_caption {
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: 20%;
  text-shadow: none;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.post_carousel_caption h1 {
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.post_carousel_caption h2 {
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@media only screen and (max-width: 480px) {
  .post_carousel_indicators {
    bottom: -10px;
  }
  .post_carousel_caption h1 {
    font-size: 16px;
    margin: 0;
  }
  .post_carousel_caption h2 {
    font-size: 14px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .post_carousel_indicators {
    bottom: -10px;
  }
  .post_carousel_caption h1 {
    font-size: 25px;
    margin: 0;
  }
  .post_carousel_caption h2 {
    font-size: 20px;
    margin: 0;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .post_carousel_indicators {
    bottom: -10px;
  }
  .post_carousel_caption h1 {
    font-size: 30px;
  }
  .post_carousel_caption h2 {
    font-size: 30px;
    margin: 0;
  }
}
.post_carousel_wrapper {
  background: #000;
}
.post_carousel_caption h2,
.post_carousel_caption h1 {
  color: #fff;
}
.range_slides_carousel_wrapper {
  padding: 50px;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
}
.range_slides_carousel_inner {
  border-radius: 5px;
}
.range_slides_carousel_indicators {
  bottom: 0;
  padding-top: 3px;
  padding-bottom: 2px;
}
.range_slides_carousel_indicators li {
  border: 0;
}
.range_slides_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.range_slides_carousel_control_left,
.range_slides_carousel_control_right {
  top: 35%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  border: 0;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.range_slides_carousel_wrapper:hover .range_slides_carousel_control_left,
.range_slides_carousel_wrapper:hover .range_slides_carousel_control_right {
  opacity: 1;
}
.range_slides_carousel_control_icons {
  opacity: 0.8;
  line-height: 55px;
  font-size: 35px !important;
  font-weight: normal !important;
}
.range_slides_carousel_control_left {
  left: 1% !important;
}
.range_slides_carousel_control_right {
  right: 1% !important;
}
.range_adv_left {
  left: 4% !important;
}
.range_adv_right {
  right: 4% !important;
}
.range_slides_item_image {
  padding: 0;
}
.range_slides_item_image img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .range_slides_carousel_wrapper {
    padding: 10px;
  }
  .range_slides_carousel_indicators {
    display: none;
  }
  .range_slides_carousel_control_left,
  .range_slides_carousel_control_right {
    width: 25px;
    height: 25px;
  }
  .range_slides_carousel_control_icons {
    line-height: 20px;
    font-size: 16px !important;
  }
}
.range_slides_carousel_wrapper {
  background: #42a2ce;
}
.range_slides_carousel_inner {
  border: 4px solid #fff;
}
@media only screen and (max-width: 767px) {
  .range_slides_item_image img {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
}
.range_slides_carousel_indicators li {
  background: #215167;
}
.range_slides_carousel_indicators .active {
  background: #132e3b;
}
.range_slides_item_image img {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.range_slides_carousel_control_left,
.range_slides_carousel_control_left:hover,
.range_slides_carousel_control_left:active,
.range_slides_carousel_control_left:focus,
.range_slides_carousel_control_right,
.range_slides_carousel_control_right:hover,
.range_slides_carousel_control_right:active,
.range_slides_carousel_control_right:focus {
  background: transparent !important;
}
@media only screen and (max-width: 600px) {
  .range_slides_item_image img {
    border-right: 2px solid #fff;
  }
  .range_slides_carousel_inner {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.rotate_carousel_wrapper {
  overflow: hidden;
  max-height: 650px;
  position: relative;
}
.rotate_carousel_wrapper > .carousel-inner > .item > img,
.rotate_carousel_wrapper > .carousel-inner > .item > a > img {
  margin: auto;
  opacity: 0.7;
  width: 100% !important;
}
.rotate_carousel_control_left,
.rotate_carousel_control_right {
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  border: 0;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.rotate_carousel_wrapper:hover .rotate_carousel_control_left,
.rotate_carousel_wrapper:hover .rotate_carousel_control_right {
  opacity: 0.7;
}
.rotate_carousel_icons {
  line-height: 55px;
  font-size: 38px !important;
  font-weight: normal !important;
}
.rotate_carousel_control_left {
  left: 0 !important;
}
.rotate_carousel_control_right {
  right: 0 !important;
}
.rotate_carousel_control_left:hover,
.rotate_carousel_control_left:active,
.rotate_carousel_control_left:focus,
.rotate_carousel_control_right:hover,
.rotate_carousel_control_right:active,
.rotate_carousel_control_right:focus {
  opacity: 1;
}
.rotate_carousel_zoom {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.rotate_carousel_zoom .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transform: scale(3) rotate(30deg);
  transform: scale(3) rotate(30deg);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s,
    opacity ease-in-out 0.7s;
  transition: transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
}
.rotate_carousel_zoom .item:first-child {
  top: auto;
  position: relative;
}
.rotate_carousel_zoom .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s,
    opacity ease-in-out 0.7s;
  transition: transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
}
.rotate_carousel_caption {
  left: 0;
  right: 0;
  bottom: 40%;
  text-shadow: none;
}
.rotate_carousel_caption h1 {
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.rotate_carousel_caption p {
  float: none;
  margin: auto;
  width: 800px;
  font-size: 20px;
  margin-top: 25px;
  text-shadow: none;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.rotate_colored_button,
.rotate_colored_button:visited {
  outline: 0;
  width: auto;
  height: 44px;
  border: 0;
  margin: 0 10px;
  padding: 0 23px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
  line-height: 44px;
  position: relative;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Raleway", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.rotate_colored_button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.rotate_colored_button:hover,
.rotate_colored_button:active,
.rotate_colored_button:focus {
  box-shadow: none;
  outline: none !important;
}
.rotate_colored_button:hover:before,
.rotate_colored_button:focus:before,
.rotate_colored_button:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.rotate_transparent_button,
.rotate_transparent_button:visited {
  outline: 0;
  width: auto;
  height: 39px;
  margin: 0 10px;
  padding: 0 23px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
  line-height: 39px;
  position: relative;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Raleway", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.rotate_transparent_button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.rotate_transparent_button:hover,
.rotate_transparent_button:active,
.rotate_transparent_button:focus {
  box-shadow: none;
  outline: none !important;
}
.rotate_transparent_button:hover:before,
.rotate_transparent_button:focus:before,
.rotate_transparent_button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media only screen and (max-width: 480px) {
  .rotate_carousel_control_left,
  .rotate_carousel_control_right {
    border: 0;
  }
  .rotate_carousel_icons {
    font-size: 18px !important;
  }
  .rotate_carousel_caption {
    bottom: -10px;
  }
  .rotate_carousel_caption h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .rotate_carousel_caption p {
    width: 100%;
    margin: 0;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
  .rotate_colored_button,
  .rotate_colored_button:visited {
    margin: 0;
    height: 34px;
    padding: 0 13px;
    line-height: 34px;
  }
  .rotate_transparent_button,
  .rotate_transparent_button:visited {
    margin: 0;
    height: 27px;
    padding: 0 13px;
    line-height: 27px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .rotate_carousel_control_left,
  .rotate_carousel_control_right {
    border: 0;
  }
  .rotate_carousel_caption {
    bottom: -10px;
  }
  .rotate_carousel_caption h1 {
    font-size: 45px;
  }
  .rotate_carousel_caption p {
    width: 100%;
    padding: 10px 10px 10px 10px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .rotate_carousel_caption {
    bottom: 10%;
  }
  .rotate_carousel_caption p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rotate_carousel_caption {
    bottom: 30%;
  }
  .rotate_carousel_caption p {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rotate_carousel_caption {
    bottom: 25%;
  }
}
.rotate_carousel_wrapper {
  background: #000;
}
.rotate_carousel_control_left,
.rotate_carousel_control_left:hover,
.rotate_carousel_control_left:active,
.rotate_carousel_control_left:focus,
.rotate_carousel_control_right,
.rotate_carousel_control_right:hover,
.rotate_carousel_control_right:active,
.rotate_carousel_control_right:focus {
  color: #fff;
  background: #3183d7;
}
.rotate_carousel_caption {
  background: transparent;
}
.rotate_carousel_caption h1 {
  color: #fff;
}
.rotate_carousel_caption h1 {
  background: transparent;
}
.rotate_carousel_caption p {
  color: #fff;
}
.rotate_carousel_caption p {
  background: transparent;
}
.rotate_colored_button,
.rotate_colored_button:visited {
  color: #fff;
  background: #282828;
}
.rotate_colored_button:before {
  background: #3183d7;
}
.rotate_colored_button:hover,
.rotate_colored_button:active,
.rotate_colored_button:focus {
  color: #ffffff !important;
  background: #282828 !important;
}
.rotate_transparent_button,
.rotate_transparent_button:visited {
  color: #fff;
  border: 3px solid #fff;
  background: transparent !important;
}
.rotate_transparent_button:before {
  background: #3183d7;
}
.rotate_transparent_button:hover,
.rotate_transparent_button:active,
.rotate_transparent_button:focus {
  color: #ffffff !important;
  background: transparent !important;
}
@media only screen and (max-width: 600px) {
  .rotate_carousel_control_left,
  .rotate_carousel_control_right,
  .rotate_carousel_control_left:hover,
  .rotate_carousel_control_left:active,
  .rotate_carousel_control_left:focus,
  .rotate_carousel_control_right:hover,
  .rotate_carousel_control_right:active,
  .rotate_carousel_control_right:focus {
    background: transparent !important;
  }
}
.simple_carousel_wrapper {
  overflow: hidden;
  max-height: 650px;
}
.simple_carousel_wrapper > .carousel-inner > .item > img,
.simple_carousel_wrapper > .carousel-inner > .item > a > img {
  margin: auto;
  opacity: 0.8;
  width: 100% !important;
}
.simple_carousel_indicators li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.simple_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.simple_carousel_control_left,
.simple_carousel_control_right {
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  border: 0;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.simple_carousel_wrapper:hover .simple_carousel_control_left,
.simple_carousel_wrapper:hover .simple_carousel_control_right {
  opacity: 1;
}
.simple_carousel_control_icons {
  line-height: 55px;
  font-size: 38px !important;
  font-weight: normal !important;
}
.simple_carousel_control_left {
  left: 1% !important;
}
.simple_carousel_control_right {
  right: 1% !important;
}
.simple_scale {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.simple_scale .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s,
    opacity ease-in-out 0.7s;
  transition: transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
}
.simple_scale .item:first-child {
  top: auto;
  position: relative;
}
.simple_scale .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s,
    opacity ease-in-out 0.7s;
  transition: transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
}
.simple_carousel_caption {
  left: 15%;
  width: 35%;
  bottom: 50%;
  text-align: left;
  font-family: "Raleway", sans-serif;
}
.simple_carousel_caption_right {
  left: 60%;
}
.simple_carousel_caption_center {
  left: 0;
  width: 100%;
  text-align: center;
}
.simple_carousel_caption h1 {
  font-size: 40px;
  font-weight: 500;
  text-shadow: none;
  margin-bottom: 15px;
  text-transform: uppercase;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.simple_carousel_caption p {
  padding: 0;
  font-size: 20px;
  text-shadow: none;
  margin-bottom: 30px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.simple_carousel_transparent_button,
.simple_carousel_transparent_button:visited {
  outline: 0;
  width: auto;
  height: 39px;
  margin: 0 10px;
  padding: 0 23px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
  line-height: 39px;
  position: relative;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Raleway", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.simple_carousel_transparent_button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.simple_carousel_transparent_button:hover,
.simple_carousel_transparent_button:active,
.simple_carousel_transparent_button:focus {
  box-shadow: none;
  outline: none !important;
}
.simple_carousel_transparent_button:hover:before,
.simple_carousel_transparent_button:focus:before,
.simple_carousel_transparent_button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media only screen and (max-width: 480px) {
  .simple_carousel_indicators {
    display: none;
  }
  .simple_carousel_control_left,
  .simple_carousel_control_right {
    border: 0;
  }
  .simple_carousel_control_icons {
    font-size: 18px !important;
  }
  .simple_carousel_caption {
    left: 0;
    width: 100%;
    bottom: -10px;
    text-align: center;
  }
  .simple_carousel_caption h1 {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .simple_carousel_caption p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .simple_carousel_transparent_button,
  .simple_carousel_transparent_button:visited {
    margin: 0;
    height: 27px;
    padding: 0 13px;
    line-height: 27px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .simple_carousel_indicators {
    display: none;
  }
  .simple_carousel_control_left,
  .simple_carousel_control_right {
    border: 0;
  }
  .simple_carousel_caption {
    left: 0;
    width: 100%;
    bottom: -10px;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .simple_carousel_caption {
    left: 0;
    width: 100%;
    bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .simple_carousel_indicators {
    bottom: 0;
  }
  .simple_carousel_caption {
    bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .simple_carousel_caption {
    bottom: 25%;
  }
}
.simple_carousel_wrapper {
  background: #000;
}
.simple_carousel_control_left,
.simple_carousel_control_left:hover,
.simple_carousel_control_left:active,
.simple_carousel_control_left:focus,
.simple_carousel_control_right,
.simple_carousel_control_right:hover,
.simple_carousel_control_right:active,
.simple_carousel_control_right:focus {
  background: transparent !important;
}
.simple_carousel_caption h1 {
  color: #ffffff !important;
}
.simple_carousel_caption p {
  color: #ffffff !important;
}
.simple_carousel_transparent_button,
.simple_carousel_transparent_button:visited {
  color: #fff;
}
.simple_carousel_transparent_button:hover,
.simple_carousel_transparent_button:active,
.simple_carousel_transparent_button:focus {
  color: #ffffff !important;
}
.simple_carousel_transparent_button,
.simple_carousel_transparent_button:visited {
  border: 3px solid #fff;
}
.simple_carousel_transparent_button:before {
  background: #859eb4;
}
.simple_carousel_transparent_button,
.simple_carousel_transparent_button:visited,
.simple_carousel_transparent_button:hover,
.simple_carousel_transparent_button:active,
.simple_carousel_transparent_button:focus {
  background: transparent !important;
}
.simple_carousel_transparent_button:hover,
.simple_carousel_transparent_button:active,
.simple_carousel_transparent_button:focus {
  border-color: #859eb4 !important;
}
.simple_second_carousel_wrapper {
  overflow: hidden;
  max-height: 650px;
}
.simple_second_carousel_wrapper > .carousel-inner > .item > img,
.simple_second_carousel_wrapper > .carousel-inner > .item > a > img {
  /* opacity: 0.7; */
  margin: auto;
  width: 100% !important;
}
.simple_second_carousel_fade {
  opacity: 1;
}
.simple_second_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.simple_second_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.simple_second_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.simple_second_carousel_indicators li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.simple_second_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.simple_second_carousel_control_left,
.simple_second_carousel_control_right {
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  border: 0;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.simple_second_carousel_wrapper:hover .simple_second_carousel_control_left,
.simple_second_carousel_wrapper:hover .simple_second_carousel_control_right {
  opacity: 1;
}
.simple_second_carousel_control_icons {
  line-height: 50px;
  font-size: 34px !important;
  font-weight: normal !important;
}
.simple_second_carousel_control_left {
  left: 1% !important;
}
.simple_second_carousel_control_right {
  right: 1% !important;
}
.simple_second_carousel_caption {
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: 45%;
  text-shadow: none;
  text-align: center;
  padding: 20px 20px 20px 20px;
  font-family: "Raleway", sans-serif;
}
.simple_second_carousel_caption h2 {
  font-size: 30px;
  margin: 0 0 15px 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.simple_second_carousel_caption h1 {
  font-size: 45px;
  font-weight: 800;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.simple_second_carousel_button_colored,
.simple_second_carousel_button_colored:visited {
  outline: 0;
  width: auto;
  height: 44px;
  border: 0;
  margin: 0 10px;
  padding: 0 23px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
  line-height: 44px;
  position: relative;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Raleway", sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.simple_second_carousel_button_colored:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.simple_second_carousel_button_colored:hover,
.simple_second_carousel_button_colored:active,
.simple_second_carousel_button_colored:focus {
  box-shadow: none;
  outline: none !important;
}
.simple_second_carousel_button_colored:hover:before,
.simple_second_carousel_button_colored:focus:before,
.simple_second_carousel_button_colored:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media only screen and (max-width: 480px) {
  .simple_second_carousel_indicators {
    display: none;
  }
  .simple_second_carousel_control_left,
  .simple_second_carousel_control_right {
    border: 0;
  }
  .simple_second_carousel_control_icons {
    font-size: 18px !important;
  }
  .simple_second_carousel_caption {
    left: 0;
    width: 100%;
    bottom: 5%;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .simple_second_carousel_caption h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .simple_second_carousel_caption h1 {
    font-size: 25px;
    margin: 0 0 10px 0;
  }
  .simple_second_carousel_button_colored,
  .simple_second_carousel_button_colored:visited {
    margin: 0;
    height: 34px;
    padding: 0 13px;
    line-height: 34px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .simple_second_carousel_indicators {
    display: none;
  }
  .simple_second_carousel_control_left,
  .simple_second_carousel_control_right {
    border: 0;
  }
  .simple_second_carousel_caption {
    left: 0;
    bottom: 5%;
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .simple_second_carousel_caption {
    left: 0;
    bottom: 15%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .simple_second_carousel_caption {
    bottom: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .simple_second_carousel_caption {
    bottom: 25%;
  }
}
.simple_second_carousel_wrapper {
  background: #000;
}
.simple_second_carousel_indicators li {
  background: #fff;
}
.simple_second_carousel_indicators .active {
  background: #BD141E;
  border-color: #BD141E;
}
.simple_second_carousel_control_left,
.simple_second_carousel_control_left:hover,
.simple_second_carousel_control_left:active,
.simple_second_carousel_control_left:focus,
.simple_second_carousel_control_right,
.simple_second_carousel_control_right:hover,
.simple_second_carousel_control_right:active,
.simple_second_carousel_control_right:focus {
  color: #BD141E;
  background: #ffffff !important;
}
.simple_second_carousel_caption h2,
.simple_second_carousel_caption h1 {
  color: #fff;
}
.simple_second_carousel_button_colored,
.simple_second_carousel_button_colored:visited {
  color: #BD141E;
}
.simple_second_carousel_button_colored:hover,
.simple_second_carousel_button_colored:active,
.simple_second_carousel_button_colored:focus {
  color: #ffffff !important;
}
.simple_second_carousel_button_colored,
.simple_second_carousel_button_colored:visited {
  background: #BD141E;
}
.simple_second_carousel_button_colored:hover,
.simple_second_carousel_button_colored:active,
.simple_second_carousel_button_colored:focus {
  background: #BD141E !important;
}
.simple_second_carousel_button_colored:before {
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .simple_second_carousel_control_left,
  .simple_second_carousel_control_right,
  .simple_second_carousel_control_left:hover,
  .simple_second_carousel_control_left:active,
  .simple_second_carousel_control_left:focus,
  .simple_second_carousel_control_right:hover,
  .simple_second_carousel_control_right:active,
  .simple_second_carousel_control_right:focus {
    background: transparent !important;
  }
}
.team_columns_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
  top: 26px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  border: 0;
  text-shadow: none;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.team_columns_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.team_columns_carousel_control_left {
  left: 26px !important;
}
.team_columns_carousel_control_right {
  left: 63px !important;
}
.adv_left {
  left: 41px !important;
}
.adv_right {
  left: 78px !important;
}
.team_columns_item_image {
  padding-top: 60px;
  padding-bottom: 25px;
}
.team_columns_item_image img {
  width: 100%;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.team_columns_item_image:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.team_columns_item_caption {
  padding: 10px;
  text-align: center;
  padding-bottom: 30px;
}
.team_columns_item_caption > hr {
  width: 15%;
}
.team_columns_item_caption h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.team_columns_item_caption h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.team_columns_item_caption p {
  font-weight: 400;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
  width: 25px;
  float: left;
  height: 25px;
  display: block;
  line-height: 25px;
  margin-right: 2px;
  text-decoration: none;
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}
@media (min-width: 768px) and (max-width: 789px) {
  .adv_team_columns_item_social a,
  .adv_team_columns_item_social a:visited {
    margin-right: 0;
  }
}
.team_columns_carousel_wrapper {
  background: #fff;
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
  color: #fff;
  background: #feb600 !important;
}
.team_columns_item_caption {
  color: #fff;
  background: #171717;
}
.team_columns_item_caption > hr {
  border-top: 2px solid #feb600;
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
  color: #feb600;
}
.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
  color: #cb9200;
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
  color: #171717;
  background: #feb600;
}
.team_columns_item_social a:hover,
.team_columns_item_social a:active {
  background: #cb9200;
}
.testimonial_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testimonial_carousel_fade {
  opacity: 1;
}
.testimonial_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.testimonial_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.testimonial_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.testimonial_carousel_indicators li {
  border: 0;
}
.testimonial_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testimonial_carousel_caption {
  text-align: center;
  padding: 50px 100px 40px 100px;
}
.testimonial_carousel_caption img {
  width: 150px;
  border-radius: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_carousel_caption:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testimonial_carousel_caption > p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.testimonial_carousel_caption > p > i {
  margin-right: 10px;
}
.testimonial_carousel_caption > h3 {
  font-weight: 700;
  margin: 15px 0 15px 0;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}
.testimonial_carousel_caption > a,
.testimonial_carousel_caption > a:visited {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testimonial_rating {
  padding: 0;
  list-style-type: none;
  margin: 15px 0 0 0;
}
.testimonial_rating li {
  display: inline;
}
.testimonial_rating li i {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .testimonial_carousel_caption {
    padding: 0 0 30px 0;
  }
}
.testimonial_carousel_wrapper {
  background: #fff;
}
.testimonial_carousel_indicators li {
  background: #fee299;
}
.testimonial_carousel_indicators .active {
  background: #feb600;
}
.testimonial_carousel_caption > p {
  color: #888;
}
.testimonial_carousel_caption > h3 {
  color: #feb600;
}
.testimonial_carousel_caption > a,
.testimonial_carousel_caption > a:visited {
  color: #888;
}
.testimonial_carousel_caption > a:hover,
.testimonial_carousel_caption > a:active {
  color: #feb600;
}
.testimonial_rating li i {
  color: #feb600;
}
.testimonial_columns_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testimonial_columns_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testimonial_columns_carousel_wrapper > hr {
  width: 10%;
}
.testimonial_columns_carousel_fade {
  opacity: 1;
}
.testimonial_columns_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.testimonial_columns_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.testimonial_columns_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.testimonial_columns_carousel_control_left,
.testimonial_columns_carousel_control_right {
  top: 110px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testimonial_columns_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testimonial_columns_carousel_control_left {
  left: 60px !important;
}
.testimonial_columns_carousel_control_right {
  left: 98px !important;
}
@media only screen and (max-width: 550px) {
  .testimonial_columns_carousel_control_left,
  .testimonial_columns_carousel_control_right {
    top: 50%;
  }
  .testimonial_columns_carousel_control_left {
    left: 2% !important;
  }
  .testimonial_columns_carousel_control_right {
    left: auto !important;
    right: 2% !important;
  }
}
.testimonial_columns_carousel_indicators {
  bottom: 10px;
}
.testimonial_columns_carousel_indicators li {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.testimonial_columns_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testimonial_columns_carousel_caption {
  padding: 15px;
  padding-top: 25px;
  text-align: center;
}
.testimonial_columns_carousel_caption img {
  width: 85px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_columns_carousel_caption:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testimonial_columns_carousel_caption > p {
  font-family: "Open Sans", sans-serif;
}
.testimonial_columns_carousel_caption > p > i {
  margin-right: 5px;
}
.testimonial_columns_carousel_caption > h4 {
  font-weight: 600;
  margin: 15px 0 15px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testimonial_columns_carousel_caption > a,
.testimonial_columns_carousel_caption > a:visited {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 15px 0;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testimonial_columns_rating {
  padding: 0;
  list-style-type: none;
  margin: 15px 0 15px 0;
}
.testimonial_columns_rating li {
  display: inline;
}
.testimonial_columns_carousel_wrapper {
  background: #fff;
}
.testimonial_columns_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testimonial_columns_carousel_control_left,
.testimonial_columns_carousel_control_left:hover,
.testimonial_columns_carousel_control_left:active,
.testimonial_columns_carousel_control_left:focus,
.testimonial_columns_carousel_control_right,
.testimonial_columns_carousel_control_right:hover,
.testimonial_columns_carousel_control_right:active,
.testimonial_columns_carousel_control_right:focus {
  color: #feb600;
  border: 2px solid #feb600;
  background: transparent !important;
}
.testimonial_columns_carousel_indicators li {
  background: #fee299;
}
.testimonial_columns_carousel_indicators .active {
  background: #feb600;
}
.testimonial_columns_carousel_caption > p {
  color: #888;
}
.testimonial_columns_carousel_caption > h4 {
  color: #feb600;
}
.testimonial_columns_carousel_caption > a,
.testimonial_columns_carousel_caption > a:visited {
  color: #888;
}
.testimonial_columns_carousel_caption > a:hover,
.testimonial_columns_carousel_caption > a:active {
  color: #feb600;
}
.testimonial_columns_rating li i {
  color: #feb600;
}
.testimonial_columns_text_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testimonial_columns_text_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testimonial_columns_text_carousel_wrapper > hr {
  width: 10%;
}
.testimonial_columns_text_carousel_control_left,
.testimonial_columns_text_carousel_control_right {
  top: 110px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testimonial_columns_text_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testimonial_columns_text_carousel_control_left {
  left: 60px !important;
}
.testimonial_columns_text_carousel_control_right {
  left: 98px !important;
}
@media only screen and (max-width: 550px) {
  .testimonial_columns_text_carousel_control_left,
  .testimonial_columns_text_carousel_control_right {
    top: 50%;
  }
  .testimonial_columns_text_carousel_control_left {
    left: 2% !important;
  }
  .testimonial_columns_text_carousel_control_right {
    left: auto !important;
    right: 2% !important;
  }
}
.testimonial_columns_text_carousel_indicators {
  bottom: 10px;
}
.testimonial_columns_text_carousel_indicators li {
  border: 0;
}
.testimonial_columns_text_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testimonial_columns_text_carousel_caption {
  padding: 15px;
  padding-top: 25px;
  text-align: center;
}
.testimonial_columns_text_carousel_caption > p {
  font-family: "Open Sans", sans-serif;
}
.testimonial_columns_text_carousel_caption > p > i {
  margin-right: 5px;
}
.testimonial_columns_text_carousel_caption > h4 {
  font-weight: 600;
  margin: 15px 0 15px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testimonial_columns_text_carousel_caption > a,
.testimonial_columns_text_carousel_caption > a:visited {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 15px 0;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testimonial_columns_text_rating {
  padding: 0;
  list-style-type: none;
  margin: 15px 0 15px 0;
}
.testimonial_columns_text_rating li {
  display: inline;
}
.testimonial_columns_text_carousel_wrapper {
  background: #fff;
}
.testimonial_columns_text_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testimonial_columns_text_carousel_control_left,
.testimonial_columns_text_carousel_control_left:hover,
.testimonial_columns_text_carousel_control_left:active,
.testimonial_columns_text_carousel_control_left:focus,
.testimonial_columns_text_carousel_control_right,
.testimonial_columns_text_carousel_control_right:hover,
.testimonial_columns_text_carousel_control_right:active,
.testimonial_columns_text_carousel_control_right:focus {
  color: #feb600;
  border: 2px solid #feb600;
  background: transparent !important;
}
.testimonial_columns_text_carousel_indicators li {
  background: #fee299;
}
.testimonial_columns_text_carousel_indicators .active {
  background: #feb600;
}
.testimonial_columns_text_carousel_caption > p {
  color: #888;
}
.testimonial_columns_text_carousel_caption > h4 {
  color: #feb600;
}
.testimonial_columns_text_carousel_caption > a,
.testimonial_columns_text_carousel_caption > a:visited {
  color: #888;
}
.testimonial_columns_text_carousel_caption > a:hover,
.testimonial_columns_text_carousel_caption > a:active {
  color: #feb600;
}
.testimonial_columns_text_rating li i {
  color: #feb600;
}
.testimonial_spch_babl_brdr_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testimonial_spch_babl_brdr_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testimonial_spch_babl_brdr_carousel_wrapper > hr {
  width: 10%;
}
.testimonial_spch_babl_brdr_carousel_control_left,
.testimonial_spch_babl_brdr_carousel_control_right {
  top: 125px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testimonial_spch_babl_brdr_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testimonial_spch_babl_brdr_carousel_control_left {
  left: 60px !important;
}
.testimonial_spch_babl_brdr_carousel_control_right {
  left: 98px !important;
}
@media only screen and (max-width: 550px) {
  .testimonial_spch_babl_brdr_carousel_control_left,
  .testimonial_spch_babl_brdr_carousel_control_right {
    top: 50%;
  }
  .testimonial_spch_babl_brdr_carousel_control_left {
    left: 2% !important;
  }
  .testimonial_spch_babl_brdr_carousel_control_right {
    left: auto !important;
    right: 2% !important;
  }
}
.testimonial_spch_babl_brdr_carousel_indicators {
  bottom: 0;
}
.testimonial_spch_babl_brdr_carousel_indicators li {
  border: 0;
}
.testimonial_spch_babl_brdr_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testimonial_spch_babl_brdr_carousel_caption {
  padding: 15px;
  padding-top: 25px;
}
.testimonial_spch_babl_brdr_carousel_text > p {
  padding: 15px;
  margin: 1em 0 2em;
  position: relative;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.testimonial_spch_babl_brdr_carousel_text > p:before {
  left: 30px;
  content: "";
  bottom: -14px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 14px 14px 0;
}
.testimonial_spch_babl_brdr_carousel_text > p:after {
  left: 33px;
  content: "";
  bottom: -11px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 11px 11px 0;
}
.testimonial_spch_babl_brdr_carousel_text > p > i {
  margin-right: 5px;
}
.testimonial_spch_babl_brdr_carousel_image img {
  width: 100%;
  min-width: 35px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_spch_babl_brdr_carousel_caption:hover
  .testimonial_spch_babl_brdr_carousel_image
  img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testimonial_spch_babl_brdr_carousel_author {
  padding-left: 5px;
  padding-right: 5px;
}
.testimonial_spch_babl_brdr_carousel_author > h5 {
  font-weight: 600;
  margin: 5px 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testimonial_spch_babl_brdr_carousel_author > a,
.testimonial_spch_babl_brdr_carousel_author > a:visited {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testimonial_spch_babl_brdr_rating {
  padding: 0;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.testimonial_spch_babl_brdr_rating li {
  display: inline;
}
.testimonial_spch_babl_brdr_carousel_wrapper {
  background: #fff;
}
.testimonial_spch_babl_brdr_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testimonial_spch_babl_brdr_carousel_control_left,
.testimonial_spch_babl_brdr_carousel_control_left:hover,
.testimonial_spch_babl_brdr_carousel_control_left:active,
.testimonial_spch_babl_brdr_carousel_control_left:focus,
.testimonial_spch_babl_brdr_carousel_control_right,
.testimonial_spch_babl_brdr_carousel_control_right:hover,
.testimonial_spch_babl_brdr_carousel_control_right:active,
.testimonial_spch_babl_brdr_carousel_control_right:focus {
  color: #feb600;
  border: 2px solid #feb600;
  background: transparent !important;
}
.testimonial_spch_babl_brdr_carousel_indicators li {
  background: #fee299;
}
.testimonial_spch_babl_brdr_carousel_indicators .active {
  background: #feb600;
}
.testimonial_spch_babl_brdr_carousel_text > p {
  color: #888;
  border: 2px solid #feb600;
}
.testimonial_spch_babl_brdr_carousel_text > p:before {
  border-color: #feb600 transparent;
}
.testimonial_spch_babl_brdr_carousel_text > p:after {
  border-color: #fff transparent;
}
.testimonial_spch_babl_brdr_carousel_author > h5 {
  color: #feb600;
}
.testimonial_spch_babl_brdr_carousel_author > a,
.testimonial_spch_babl_brdr_carousel_author > a:visited {
  color: #888;
}
.testimonial_spch_babl_brdr_carousel_author > a:hover,
.testimonial_spch_babl_brdr_carousel_author > a:active {
  color: #feb600;
}
.testimonial_spch_babl_brdr_rating li i {
  color: #feb600;
}
.testim_spch_babl_box_botm_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testim_spch_babl_box_botm_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testim_spch_babl_box_botm_carousel_wrapper > hr {
  width: 10%;
}
.testim_spch_babl_box_botm_carousel_control_left,
.testim_spch_babl_box_botm_carousel_control_right {
  top: 110px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testim_spch_babl_box_botm_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testim_spch_babl_box_botm_carousel_control_left {
  left: 40px !important;
}
.testim_spch_babl_box_botm_carousel_control_right {
  left: 78px !important;
}
@media only screen and (max-width: 550px) {
  .testim_spch_babl_box_botm_carousel_control_left,
  .testim_spch_babl_box_botm_carousel_control_right {
    top: 50%;
  }
  .testim_spch_babl_box_botm_carousel_control_left {
    left: 1% !important;
  }
  .testim_spch_babl_box_botm_carousel_control_right {
    left: auto !important;
    right: 1% !important;
  }
}
.testim_spch_babl_box_botm_carousel_indicators {
  bottom: -5px;
}
.testim_spch_babl_box_botm_carousel_indicators li {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.testim_spch_babl_box_botm_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testim_spch_babl_box_botm_carousel_caption {
  margin-top: 25px;
  margin-bottom: 10px;
}
.testim_spch_babl_box_botm_carousel_text > p {
  padding: 25px;
  margin: 0 0 1em;
  position: relative;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}
.testim_spch_babl_box_botm_carousel_text > p:after {
  left: 44%;
  content: "";
  bottom: -11px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0;
}
.testim_spch_babl_box_botm_carousel_text > p > i {
  margin-right: 5px;
}
.testim_spch_babl_box_botm_carousel_image_wrapper {
  padding: 10px;
  text-align: center;
}
.testim_spch_babl_box_botm_carousel_image img {
  width: 50%;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testim_spch_babl_box_botm_carousel_caption:hover
  .testim_spch_babl_box_botm_carousel_image
  img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testim_spch_babl_box_botm_carousel_author {
  padding-left: 5px;
  padding-right: 5px;
}
.testim_spch_babl_box_botm_carousel_author > h5 {
  font-weight: 600;
  margin: 5px 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testim_spch_babl_box_botm_carousel_author > a,
.testim_spch_babl_box_botm_carousel_author > a:visited {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testim_spch_babl_box_botm_rating {
  padding: 0;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.testim_spch_babl_box_botm_rating li {
  display: inline;
}
.testim_spch_babl_box_botm_carousel_wrapper {
  background: #fff;
}
.testim_spch_babl_box_botm_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testim_spch_babl_box_botm_carousel_control_left,
.testim_spch_babl_box_botm_carousel_control_left:hover,
.testim_spch_babl_box_botm_carousel_control_left:active,
.testim_spch_babl_box_botm_carousel_control_left:focus,
.testim_spch_babl_box_botm_carousel_control_right,
.testim_spch_babl_box_botm_carousel_control_right:hover,
.testim_spch_babl_box_botm_carousel_control_right:active,
.testim_spch_babl_box_botm_carousel_control_right:focus {
  color: #171717;
  background: #feb600 !important;
}
.testim_spch_babl_box_botm_carousel_indicators li {
  background: #ffe299;
}
.testim_spch_babl_box_botm_carousel_indicators .active {
  background: #feb600;
}
.testim_spch_babl_box_botm_carousel_caption {
  background: #ffe299;
}
.testim_spch_babl_box_botm_carousel_text > p {
  color: #171717;
  background: #feb600;
}
.testim_spch_babl_box_botm_carousel_text > p:after {
  border-color: #feb600 transparent;
}
.testim_spch_babl_box_botm_carousel_author > h5 {
  color: #171717;
}
.testim_spch_babl_box_botm_carousel_author > a,
.testim_spch_babl_box_botm_carousel_author > a:visited {
  color: #888;
}
.testim_spch_babl_box_botm_carousel_author > a:hover,
.testim_spch_babl_box_botm_carousel_author > a:active {
  color: #feb600;
}
.testim_spch_babl_box_botm_rating li i {
  color: #feb600;
}
.testimonial_spch_babl_box_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testimonial_spch_babl_box_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testimonial_spch_babl_box_carousel_wrapper > hr {
  width: 10%;
}
.testimonial_spch_babl_box_carousel_control_left,
.testimonial_spch_babl_box_carousel_control_right {
  top: 110px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testimonial_spch_babl_box_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testimonial_spch_babl_box_carousel_control_left {
  left: 40px !important;
}
.testimonial_spch_babl_box_carousel_control_right {
  left: 78px !important;
}
@media only screen and (max-width: 550px) {
  .testimonial_spch_babl_box_carousel_control_left,
  .testimonial_spch_babl_box_carousel_control_right {
    top: 50%;
  }
  .testimonial_spch_babl_box_carousel_control_left {
    left: 1% !important;
  }
  .testimonial_spch_babl_box_carousel_control_right {
    left: auto !important;
    right: 1% !important;
  }
}
.testimonial_spch_babl_box_carousel_indicators {
  bottom: -5px;
}
.testimonial_spch_babl_box_carousel_indicators li {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.testimonial_spch_babl_box_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testimonial_spch_babl_box_carousel_caption {
  margin-top: 25px;
  margin-bottom: 10px;
}
.testimonial_spch_babl_box_carousel_text > p {
  padding: 25px;
  margin: 0 0 1em;
  position: relative;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}
.testimonial_spch_babl_box_carousel_text > p:after {
  left: 20px;
  content: "";
  bottom: -11px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0;
}
.testimonial_spch_babl_box_carousel_text > p > i {
  margin-right: 5px;
}
.testimonial_spch_babl_box_carousel_image_wrapper {
  padding: 10px;
}
.testimonial_spch_babl_box_carousel_image img {
  width: 100%;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_spch_babl_box_carousel_caption:hover
  .testimonial_spch_babl_box_carousel_image
  img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testimonial_spch_babl_box_carousel_author {
  padding-left: 5px;
  padding-right: 5px;
}
.testimonial_spch_babl_box_carousel_author > h5 {
  font-weight: 600;
  margin: 5px 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testimonial_spch_babl_box_carousel_author > a,
.testimonial_spch_babl_box_carousel_author > a:visited {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testimonial_spch_babl_box_rating {
  padding: 0;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.testimonial_spch_babl_box_rating li {
  display: inline;
}
.testimonial_spch_babl_box_carousel_wrapper {
  background: #fff;
}
.testimonial_spch_babl_box_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testimonial_spch_babl_box_carousel_control_left,
.testimonial_spch_babl_box_carousel_control_left:hover,
.testimonial_spch_babl_box_carousel_control_left:active,
.testimonial_spch_babl_box_carousel_control_left:focus,
.testimonial_spch_babl_box_carousel_control_right,
.testimonial_spch_babl_box_carousel_control_right:hover,
.testimonial_spch_babl_box_carousel_control_right:active,
.testimonial_spch_babl_box_carousel_control_right:focus {
  color: #171717;
  background: #feb600 !important;
}
.testimonial_spch_babl_box_carousel_indicators li {
  background: #ffe299;
}
.testimonial_spch_babl_box_carousel_indicators .active {
  background: #feb600;
}
.testimonial_spch_babl_box_carousel_caption {
  background: #ffe299;
}
.testimonial_spch_babl_box_carousel_text > p {
  color: #171717;
  background: #feb600;
}
.testimonial_spch_babl_box_carousel_text > p:after {
  border-color: #feb600 transparent;
}
.testimonial_spch_babl_box_carousel_author > h5 {
  color: #171717;
}
.testimonial_spch_babl_box_carousel_author > a,
.testimonial_spch_babl_box_carousel_author > a:visited {
  color: #888;
}
.testimonial_spch_babl_box_carousel_author > a:hover,
.testimonial_spch_babl_box_carousel_author > a:active {
  color: #feb600;
}
.testimonial_spch_babl_box_rating li i {
  color: #feb600;
}
.testim_spch_babl_box_left_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testim_spch_babl_box_left_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testim_spch_babl_box_left_carousel_wrapper > hr {
  width: 10%;
}
.testim_spch_babl_box_left_carousel_control_left,
.testim_spch_babl_box_left_carousel_control_right {
  top: 110px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testim_spch_babl_box_left_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testim_spch_babl_box_left_carousel_control_left {
  left: 40px !important;
}
.testim_spch_babl_box_left_carousel_control_right {
  left: 78px !important;
}
@media only screen and (max-width: 550px) {
  .testim_spch_babl_box_left_carousel_control_left,
  .testim_spch_babl_box_left_carousel_control_right {
    top: 50%;
  }
  .testim_spch_babl_box_left_carousel_control_left {
    left: 1% !important;
  }
  .testim_spch_babl_box_left_carousel_control_right {
    left: auto !important;
    right: 1% !important;
  }
}
.testim_spch_babl_box_left_carousel_indicators {
  bottom: -5px;
}
.testim_spch_babl_box_left_carousel_indicators li {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.testim_spch_babl_box_left_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testim_spch_babl_box_left_carousel_caption {
  margin-top: 25px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.testim_spch_babl_box_left_carousel_text > p {
  margin: 0;
  padding: 20px;
  position: relative;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}
.testim_spch_babl_box_left_carousel_text > p:after {
  top: 30px;
  left: -10px;
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 10px 0;
}
.testim_spch_babl_box_left_carousel_text > p > i {
  margin-right: 5px;
}
.testim_spch_babl_box_left_carousel_image {
  padding: 10px;
  text-align: center;
}
.testim_spch_babl_box_left_carousel_img img {
  width: 100%;
  max-width: 110px;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testim_spch_babl_box_left_carousel_caption:hover
  .testim_spch_babl_box_left_carousel_img
  img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testim_spch_babl_box_left_carousel_image > h5 {
  font-weight: 600;
  margin: 5px 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testim_spch_babl_box_left_carousel_image > a,
.testim_spch_babl_box_left_carousel_image > a:visited {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testim_spch_babl_box_left_carousel_image ul {
  padding: 0;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.testim_spch_babl_box_left_carousel_image ul li {
  display: inline;
}
.testim_spch_babl_box_left_carousel_wrapper {
  background: #fff;
}
.testim_spch_babl_box_left_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testim_spch_babl_box_left_carousel_control_left,
.testim_spch_babl_box_left_carousel_control_left:hover,
.testim_spch_babl_box_left_carousel_control_left:active,
.testim_spch_babl_box_left_carousel_control_left:focus,
.testim_spch_babl_box_left_carousel_control_right,
.testim_spch_babl_box_left_carousel_control_right:hover,
.testim_spch_babl_box_left_carousel_control_right:active,
.testim_spch_babl_box_left_carousel_control_right:focus {
  color: #171717;
  background: #feb600 !important;
}
.testim_spch_babl_box_left_carousel_indicators li {
  background: #ffe299;
}
.testim_spch_babl_box_left_carousel_indicators .active {
  background: #feb600;
}
.testim_spch_babl_box_left_carousel_caption {
  background: #ffe299;
}
.testim_spch_babl_box_left_carousel_text > p {
  color: #171717;
  background: #feb600;
}
.testim_spch_babl_box_left_carousel_text > p:after {
  border-color: transparent #feb600;
}
.testim_spch_babl_box_left_carousel_image > h5 {
  color: #171717;
}
.testim_spch_babl_box_left_carousel_image > a,
.testim_spch_babl_box_left_carousel_image > a:visited {
  color: #888;
}
.testim_spch_babl_box_left_carousel_image > a:hover,
.testim_spch_babl_box_left_carousel_image > a:active {
  color: #feb600;
}
.testim_spch_babl_box_left_carousel_image ul li i {
  color: #feb600;
}
.testim_spch_babl_box_right_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testim_spch_babl_box_right_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testim_spch_babl_box_right_carousel_wrapper > hr {
  width: 10%;
}
.testim_spch_babl_box_right_carousel_control_left,
.testim_spch_babl_box_right_carousel_control_right {
  top: 110px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testim_spch_babl_box_right_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testim_spch_babl_box_right_carousel_control_left {
  left: 40px !important;
}
.testim_spch_babl_box_right_carousel_control_right {
  left: 78px !important;
}
@media only screen and (max-width: 550px) {
  .testim_spch_babl_box_right_carousel_control_left,
  .testim_spch_babl_box_right_carousel_control_right {
    top: 50%;
  }
  .testim_spch_babl_box_right_carousel_control_left {
    left: 1% !important;
  }
  .testim_spch_babl_box_right_carousel_control_right {
    left: auto !important;
    right: 1% !important;
  }
}
.testim_spch_babl_box_right_carousel_indicators {
  bottom: -5px;
}
.testim_spch_babl_box_right_carousel_indicators li {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.testim_spch_babl_box_right_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testim_spch_babl_box_right_carousel_caption {
  margin-top: 25px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.testim_spch_babl_box_right_carousel_text > p {
  margin: 0;
  padding: 20px;
  position: relative;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}
.testim_spch_babl_box_right_carousel_text > p:after {
  top: 30px;
  right: -10px;
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 10px;
}
.testim_spch_babl_box_right_carousel_text > p > i {
  margin-right: 5px;
}
.testim_spch_babl_box_right_carousel_image {
  padding: 10px;
  text-align: center;
}
.testim_spch_babl_box_right_carousel_img img {
  width: 100%;
  max-width: 110px;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testim_spch_babl_box_right_carousel_caption:hover
  .testim_spch_babl_box_right_carousel_img
  img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testim_spch_babl_box_right_carousel_image > h5 {
  font-weight: 600;
  margin: 5px 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testim_spch_babl_box_right_carousel_image > a,
.testim_spch_babl_box_right_carousel_image > a:visited {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testim_spch_babl_box_right_carousel_image ul {
  padding: 0;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.testim_spch_babl_box_right_carousel_image ul li {
  display: inline;
}
.testim_spch_babl_box_right_carousel_wrapper {
  background: #fff;
}
.testim_spch_babl_box_right_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testim_spch_babl_box_right_carousel_control_left,
.testim_spch_babl_box_right_carousel_control_left:hover,
.testim_spch_babl_box_right_carousel_control_left:active,
.testim_spch_babl_box_right_carousel_control_left:focus,
.testim_spch_babl_box_right_carousel_control_right,
.testim_spch_babl_box_right_carousel_control_right:hover,
.testim_spch_babl_box_right_carousel_control_right:active,
.testim_spch_babl_box_right_carousel_control_right:focus {
  color: #171717;
  background: #feb600 !important;
}
.testim_spch_babl_box_right_carousel_indicators li {
  background: #ffe299;
}
.testim_spch_babl_box_right_carousel_indicators .active {
  background: #feb600;
}
.testim_spch_babl_box_right_carousel_caption {
  background: #ffe299;
}
.testim_spch_babl_box_right_carousel_text > p {
  color: #171717;
  background: #feb600;
}
.testim_spch_babl_box_right_carousel_text > p:after {
  border-color: transparent #feb600;
}
.testim_spch_babl_box_right_carousel_image > h5 {
  color: #171717;
}
.testim_spch_babl_box_right_carousel_image > a,
.testim_spch_babl_box_right_carousel_image > a:visited {
  color: #888;
}
.testim_spch_babl_box_right_carousel_image > a:hover,
.testim_spch_babl_box_right_carousel_image > a:active {
  color: #feb600;
}
.testim_spch_babl_box_right_carousel_image ul li i {
  color: #feb600;
}
.testmin_spch_babl_box_top_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testmin_spch_babl_box_top_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testmin_spch_babl_box_top_carousel_wrapper > hr {
  width: 10%;
}
.testim_spch_babl_box_top_carousel_control_left,
.testim_spch_babl_box_top_carousel_control_right {
  top: 110px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testim_spch_babl_box_top_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testim_spch_babl_box_top_carousel_control_left {
  left: 40px !important;
}
.testim_spch_babl_box_top_carousel_control_right {
  left: 78px !important;
}
@media only screen and (max-width: 550px) {
  .testim_spch_babl_box_top_carousel_control_left,
  .testim_spch_babl_box_top_carousel_control_right {
    top: 50%;
  }
  .testim_spch_babl_box_top_carousel_control_left {
    left: 1% !important;
  }
  .testim_spch_babl_box_top_carousel_control_right {
    left: auto !important;
    right: 1% !important;
  }
}
.testmin_spch_babl_box_top_carousel_indicators {
  bottom: -5px;
}
.testmin_spch_babl_box_top_carousel_indicators li {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.testmin_spch_babl_box_top_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testmin_spch_babl_box_top_carousel_caption {
  margin-top: 25px;
  margin-bottom: 10px;
}
.testmin_spch_babl_box_top_carousel_text > p {
  padding: 25px;
  margin: 1em 0 0;
  position: relative;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}
.testmin_spch_babl_box_top_carousel_text > p:after {
  top: -11px;
  right: 15px;
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 20px 20px;
}
.testmin_spch_babl_box_top_carousel_text > p > i {
  margin-right: 5px;
}
.testmin_spch_babl_box_top_carousel_image_wrapper {
  padding: 10px;
}
.testmin_spch_babl_box_top_carousel_image img {
  width: 100%;
  min-width: 30px;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testmin_spch_babl_box_top_carousel_caption:hover
  .testmin_spch_babl_box_top_carousel_image
  img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testmin_spch_babl_box_top_carousel_author {
  padding-left: 5px;
  text-align: right;
  padding-right: 5px;
}
.testmin_spch_babl_box_top_carousel_author > h5 {
  font-weight: 600;
  margin: 5px 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testmin_spch_babl_box_top_carousel_author > a,
.testmin_spch_babl_box_top_carousel_author > a:visited {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testmin_spch_babl_box_top_rating {
  padding: 0;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.testmin_spch_babl_box_top_rating li {
  display: inline;
}
.testmin_spch_babl_box_top_carousel_wrapper {
  background: #fff;
}
.testmin_spch_babl_box_top_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testim_spch_babl_box_top_carousel_control_left,
.testim_spch_babl_box_top_carousel_control_left:hover,
.testim_spch_babl_box_top_carousel_control_left:active,
.testim_spch_babl_box_top_carousel_control_left:focus,
.testim_spch_babl_box_top_carousel_control_right,
.testim_spch_babl_box_top_carousel_control_right:hover,
.testim_spch_babl_box_top_carousel_control_right:active,
.testim_spch_babl_box_top_carousel_control_right:focus {
  color: #171717;
  background: #feb600 !important;
}
.testmin_spch_babl_box_top_carousel_indicators li {
  background: #ffe299;
}
.testmin_spch_babl_box_top_carousel_indicators .active {
  background: #feb600;
}
.testmin_spch_babl_box_top_carousel_caption {
  background: #ffe299;
}
.testmin_spch_babl_box_top_carousel_text > p {
  color: #171717;
  background: #feb600;
}
.testmin_spch_babl_box_top_carousel_text > p:after {
  border-color: #feb600 transparent;
}
.testmin_spch_babl_box_top_carousel_author > h5 {
  color: #171717;
}
.testmin_spch_babl_box_top_carousel_author > a,
.testmin_spch_babl_box_top_carousel_author > a:visited {
  color: #888;
}
.testmin_spch_babl_box_top_carousel_author > a:hover,
.testmin_spch_babl_box_top_carousel_author > a:active {
  color: #feb600;
}
.testmin_spch_babl_box_top_rating li i {
  color: #feb600;
}
.testimonial_spch_babl_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testimonial_spch_babl_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testimonial_spch_babl_carousel_wrapper > hr {
  width: 10%;
}
.testimonial_spch_babl_carousel_control_left,
.testimonial_spch_babl_carousel_control_right {
  top: 125px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testimonial_spch_babl_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testimonial_spch_babl_carousel_control_left {
  left: 60px !important;
}
.testimonial_spch_babl_carousel_control_right {
  left: 98px !important;
}
@media only screen and (max-width: 550px) {
  .testimonial_spch_babl_carousel_control_left,
  .testimonial_spch_babl_carousel_control_right {
    top: 50%;
  }
  .testimonial_spch_babl_carousel_control_left {
    left: 2% !important;
  }
  .testimonial_spch_babl_carousel_control_right {
    left: auto !important;
    right: 2% !important;
  }
}
.testimonial_spch_babl_carousel_indicators {
  bottom: 0;
}
.testimonial_spch_babl_carousel_indicators li {
  border: 0;
}
.testimonial_spch_babl_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testimonial_spch_babl_carousel_caption {
  padding: 15px;
  padding-top: 25px;
}
.testimonial_spch_babl_carousel_text > p {
  padding: 15px;
  margin: 1em 0 2em;
  position: relative;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.testimonial_spch_babl_carousel_text > p:after {
  left: 33px;
  content: "";
  bottom: -11px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0 0;
}
.testimonial_spch_babl_carousel_text > p > i {
  margin-right: 5px;
}
.testimonial_spch_babl_carousel_image img {
  width: 100%;
  min-width: 35px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_spch_babl_carousel_caption:hover
  .testimonial_spch_babl_carousel_image
  img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testimonial_spch_babl_carousel_author {
  padding-left: 5px;
  padding-right: 5px;
}
.testimonial_spch_babl_carousel_author > h5 {
  font-weight: 600;
  margin: 5px 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testimonial_spch_babl_carousel_author > a,
.testimonial_spch_babl_carousel_author > a:visited {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testimonial_spch_babl_rating {
  padding: 0;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.testimonial_spch_babl_rating li {
  display: inline;
}
.testimonial_spch_babl_carousel_wrapper {
  background: #fff;
}
.testimonial_spch_babl_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testimonial_spch_babl_carousel_control_left,
.testimonial_spch_babl_carousel_control_left:hover,
.testimonial_spch_babl_carousel_control_left:active,
.testimonial_spch_babl_carousel_control_left:focus,
.testimonial_spch_babl_carousel_control_right,
.testimonial_spch_babl_carousel_control_right:hover,
.testimonial_spch_babl_carousel_control_right:active,
.testimonial_spch_babl_carousel_control_right:focus {
  color: #171717;
  background: #feb600 !important;
}
.testimonial_spch_babl_carousel_indicators li {
  background: #fee299;
}
.testimonial_spch_babl_carousel_indicators .active {
  background: #feb600;
}
.testimonial_spch_babl_carousel_text > p {
  color: #171717;
  background: #feb600;
}
.testimonial_spch_babl_carousel_text > p:after {
  border-color: #feb600 transparent;
}
.testimonial_spch_babl_carousel_author > h5 {
  color: #feb600;
}
.testimonial_spch_babl_carousel_author > a,
.testimonial_spch_babl_carousel_author > a:visited {
  color: #888;
}
.testimonial_spch_babl_carousel_author > a:hover,
.testimonial_spch_babl_carousel_author > a:active {
  color: #feb600;
}
.testimonial_spch_babl_rating li i {
  color: #feb600;
}
.testimonial_spch_babl_cricle_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testimonial_spch_babl_cricle_carousel_wrapper > h1 {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.testimonial_spch_babl_cricle_carousel_wrapper > hr {
  width: 10%;
}
.testimonial_spch_babl_cricle_carousel_control_left,
.testimonial_spch_babl_cricle_carousel_control_right {
  top: 125px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  border: 0;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.testimonial_spch_babl_cricle_carousel_control_icons {
  line-height: 35px;
  font-size: 20px !important;
  font-weight: normal !important;
}
.testimonial_spch_babl_cricle_carousel_control_left {
  left: 60px !important;
}
.testimonial_spch_babl_cricle_carousel_control_right {
  left: 98px !important;
}
@media only screen and (max-width: 550px) {
  .testimonial_spch_babl_cricle_carousel_control_left,
  .testimonial_spch_babl_cricle_carousel_control_right {
    top: 50%;
  }
  .testimonial_spch_babl_cricle_carousel_control_left {
    left: 2% !important;
  }
  .testimonial_spch_babl_cricle_carousel_control_right {
    left: auto !important;
    right: 2% !important;
  }
}
.testimonial_spch_babl_cricle_carousel_indicators {
  bottom: 0;
}
.testimonial_spch_babl_cricle_carousel_indicators li {
  border: 0;
}
.testimonial_spch_babl_cricle_carousel_indicators .active {
  width: 10px;
  margin: 1px;
  height: 10px;
  border: 0;
}
.testimonial_spch_babl_cricle_carousel_caption {
  padding: 15px;
  padding-top: 25px;
}
.testimonial_spch_babl_cricle_carousel_text > p {
  position: relative;
  padding: 50px 40px;
  text-align: center;
  margin: 1em auto 40px;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testimonial_spch_babl_cricle_carousel_text > p:before {
  content: "";
  right: 50px;
  width: 30px;
  height: 30px;
  bottom: -20px;
  position: absolute;
  background: #feb600;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testimonial_spch_babl_cricle_carousel_text > p:after {
  content: "";
  right: 30px;
  width: 15px;
  height: 15px;
  bottom: -30px;
  position: absolute;
  background: #feb600;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testimonial_spch_babl_cricle_carousel_text > p > i {
  margin-right: 5px;
}
.testimonial_spch_babl_cricle_carousel_image img {
  width: 100%;
  min-width: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_spch_babl_cricle_carousel_caption:hover
  .testimonial_spch_babl_cricle_carousel_image
  img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testimonial_spch_babl_cricle_carousel_author {
  padding-left: 5px;
  text-align: right;
  padding-right: 5px;
}
.testimonial_spch_babl_cricle_carousel_author > h5 {
  font-weight: 600;
  margin: 5px 0 5px 0;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.testimonial_spch_babl_cricle_carousel_author > a,
.testimonial_spch_babl_cricle_carousel_author > a:visited {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.testimonial_spch_babl_cricle_rating {
  padding: 0;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.testimonial_spch_babl_cricle_rating li {
  display: inline;
}
.testimonial_spch_babl_cricle_carousel_wrapper {
  background: #fff;
}
.testimonial_spch_babl_cricle_carousel_wrapper > hr {
  border: 1px solid #feb600;
}
.testimonial_spch_babl_cricle_carousel_control_left,
.testimonial_spch_babl_cricle_carousel_control_left:hover,
.testimonial_spch_babl_cricle_carousel_control_left:active,
.testimonial_spch_babl_cricle_carousel_control_left:focus,
.testimonial_spch_babl_cricle_carousel_control_right,
.testimonial_spch_babl_cricle_carousel_control_right:hover,
.testimonial_spch_babl_cricle_carousel_control_right:active,
.testimonial_spch_babl_cricle_carousel_control_right:focus {
  color: #171717;
  background: #feb600 !important;
}
.testimonial_spch_babl_cricle_carousel_indicators li {
  background: #fee299;
}
.testimonial_spch_babl_cricle_carousel_indicators .active {
  background: #feb600;
}
.testimonial_spch_babl_cricle_carousel_text > p {
  color: #171717;
  background: #feb600;
}
.testimonial_spch_babl_cricle_carousel_text > p:after {
  border-color: #feb600;
}
.testimonial_spch_babl_cricle_carousel_author > h5 {
  color: #feb600;
}
.testimonial_spch_babl_cricle_carousel_author > a,
.testimonial_spch_babl_cricle_carousel_author > a:visited {
  color: #888;
}
.testimonial_spch_babl_cricle_carousel_author > a:hover,
.testimonial_spch_babl_cricle_carousel_author > a:active {
  color: #feb600;
}
.testimonial_spch_babl_cricle_rating li i {
  color: #feb600;
}
.testimonial_thumbnails_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testimonial_thumbnails_carousel_fade {
  opacity: 1;
}
.testimonial_thumbnails_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.testimonial_thumbnails_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.testimonial_thumbnails_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.testimonial_thumbnails_carousel_indicators {
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 0;
  width: 100%;
  margin-left: 0;
  position: relative;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.testimonial_thumbnails_carousel_indicators li {
  width: 8%;
  margin: 0;
  height: auto;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.testimonial_thumbnails_carousel_indicators li img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_thumbnails_carousel_indicators .active {
  width: 8%;
  height: auto;
  border: 0;
}
.testimonial_thumbnails_carousel_indicators .active img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testimonial_thumbnails_carousel_caption {
  text-align: center;
  padding: 50px 100px 40px 100px;
}
.testimonial_thumbnails_carousel_caption > p {
  font-size: 18px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}
.testimonial_thumbnails_carousel_caption > p > i {
  margin-right: 10px;
}
.testimonial_thumbnails_carousel_caption > h3 {
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}
.testimonial_thumbnails_carousel_caption > a,
.testimonial_thumbnails_carousel_caption > a:visited {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media only screen and (max-width: 600px) {
  .testimonial_thumbnails_carousel_caption {
    padding: 0 0 30px 0;
  }
}
.testimonial_thumbnails_carousel_wrapper {
  background: #fff;
}
.testimonial_thumbnails_carousel_caption > a,
.testimonial_thumbnails_carousel_caption > a:visited {
  color: #feb600;
}
.testimonial_thumbnails_carousel_caption > a:hover,
.testimonial_thumbnails_carousel_caption > a:active {
  color: #cb9200;
}
.testimonial_thumbnails_ind_carousel_wrapper {
  padding: 25px;
  overflow: hidden;
}
.testimonial_thumbnails_ind_carousel_indicators {
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 0;
  width: 100%;
  margin-left: 0;
  position: relative;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.testimonial_thumbnails_ind_carousel_indicators li {
  width: 8%;
  margin: 0;
  height: auto;
  border: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_thumbnails_ind_carousel_indicators li img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_thumbnails_ind_carousel_indicators .active {
  width: 8%;
  height: auto;
  border: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.testimonial_thumbnails_ind_carousel_indicators .active img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.testimonial_thumbnails_ind_carousel_caption {
  text-align: center;
  padding: 50px 100px 20px 100px;
}
.testimonial_thumbnails_ind_carousel_caption > p {
  font-size: 18px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}
.testimonial_thumbnails_ind_carousel_caption > p > i {
  margin-right: 10px;
}
.testimonial_thumbnails_ind_carousel_caption > h3 {
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}
.testimonial_thumbnails_ind_carousel_caption > a,
.testimonial_thumbnails_ind_carousel_caption > a:visited {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media only screen and (max-width: 600px) {
  .testimonial_thumbnails_ind_carousel_caption {
    padding: 0 0 30px 0;
  }
}
.testimonial_thumbnails_ind_carousel_wrapper {
  background: #fff;
}
.testimonial_thumbnails_ind_carousel_caption > a,
.testimonial_thumbnails_ind_carousel_caption > a:visited {
  color: #feb600;
}
.testimonial_thumbnails_ind_carousel_caption > a:hover,
.testimonial_thumbnails_ind_carousel_caption > a:active {
  color: #cb9200;
}
.thumbnail_image_carousel_wrapper {
  overflow: hidden;
  max-height: 645px;
  position: relative;
}
.thumbnail_image_carousel_wrapper > .carousel-inner > .item > img,
.thumbnail_image_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 1;
  margin: auto;
  width: 100% !important;
}
.thumbnail_image_carousel_fade {
  opacity: 1;
}
.thumbnail_image_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.thumbnail_image_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.thumbnail_image_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.thumbnail_image_carousel_control_left,
.thumbnail_image_carousel_control_right {
  top: 40%;
  opacity: 0;
  z-index: 2;
  width: 55px;
  height: 55px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.thumbnail_image_carousel_wrapper:hover .thumbnail_image_carousel_control_left,
.thumbnail_image_carousel_wrapper:hover
  .thumbnail_image_carousel_control_right {
  opacity: 1;
}
.thumbnail_image_carousel_control_icons {
  line-height: 50px;
  font-size: 40px !important;
  font-weight: normal !important;
}
.thumbnail_image_carousel_control_left {
  left: 1% !important;
}
.thumbnail_image_carousel_control_right {
  right: 1% !important;
}
.thumbnail_image_carousel_control_left:hover,
.thumbnail_image_carousel_control_left:active,
.thumbnail_image_carousel_control_left:focus,
.thumbnail_image_carousel_control_right:hover,
.thumbnail_image_carousel_control_right:active,
.thumbnail_image_carousel_control_right:focus {
  opacity: 1;
}
.thumbnail_image_carousel_indicators {
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 0;
  width: 100%;
  margin-left: 0;
  position: absolute;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.thumbnail_image_carousel_indicators li {
  width: 7%;
  opacity: 1;
  margin: 0;
  height: auto;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.thumbnail_image_carousel_indicators li img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.thumbnail_image_carousel_indicators .active {
  width: 7%;
  opacity: 0.5;
  height: auto;
  border: 0;
}
.thumbnail_image_carousel_caption {
  left: 0;
  top: 50%;
  right: 0;
  width: 100%;
  text-align: left;
  text-shadow: none;
  padding: 10px 0 0 100px;
  font-family: "Raleway", sans-serif;
}
.thumbnail_image_carousel_caption h1 {
  font-size: 25px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.thumbnail_image_carousel_caption p {
  margin-top: 15px;
  text-align: left;
  margin: 0;
}
.thumbnail_image_carousel_caption p a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .thumbnail_image_carousel_control_left,
  .thumbnail_image_carousel_control_right {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .thumbnail_image_carousel_caption {
    top: 10%;
    text-align: center;
    padding: 10px 10px 0 10px;
  }
  .thumbnail_image_carousel_caption h1 {
    font-size: 22px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .thumbnail_image_carousel_caption {
    top: 50%;
    text-align: center;
    padding: 10px 10px 0 10px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .thumbnail_image_carousel_caption {
    top: 65%;
    text-align: center;
    padding: 10px 10px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .thumbnail_image_carousel_caption {
    top: 70%;
    padding: 10px 10px 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .thumbnail_image_carousel_caption {
    top: 60%;
  }
  .thumbnail_image_carousel_caption {
    padding: 10px 10px 0 10px;
  }
}
.thumbnail_image_carousel_wrapper {
  background: #000;
}
.thumbnail_image_carousel_control_left,
.thumbnail_image_carousel_control_right {
  color: #262626;
  background: transparent !important;
}
.thumbnail_image_carousel_control_left:hover,
.thumbnail_image_carousel_control_left:active,
.thumbnail_image_carousel_control_left:focus,
.thumbnail_image_carousel_control_right:hover,
.thumbnail_image_carousel_control_right:active,
.thumbnail_image_carousel_control_right:focus {
  color: #d63922;
}
.thumbnail_image_carousel_indicators {
  background: #282828;
  border-top: 1px solid #474747;
}
.thumbnail_image_carousel_indicators li {
  border: 1px solid #474747;
}
.thumbnail_image_carousel_indicators .active {
  border: 1px solid #474747;
}
.thumbnail_image_carousel_caption {
  background: #282828;
}
.thumbnail_image_carousel_caption p a {
  color: #d63922;
}
@media (max-width: 600px) {
  .thumbnail_image_carousel_caption {
    background: rgba(40, 40, 40, 0.5);
  }
}
.thumbnail_image_gallery_carousel_wrapper {
  overflow: hidden;
  max-height: 650px;
  position: relative;
}
.thumbnail_image_gallery_carousel_wrapper > .carousel-inner > .item > img,
.thumbnail_image_gallery_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 0.5;
  margin: auto;
  width: 100% !important;
}
.thumbnail_image_gallery_carousel_indicators {
  top: 1px;
  left: 80%;
  z-index: 3;
  bottom: 0;
  width: 20%;
  height: 100%;
  margin-left: 0;
  overflow: auto;
  position: absolute;
  margin-bottom: 0;
  padding: 0 5px 0 5px;
}
.thumbnail_image_gallery_carousel_indicators li {
  width: 48%;
  opacity: 0.8;
  height: auto;
  border: 0;
  display: block;
  float: left;
  margin: 2px 2px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.thumbnail_image_gallery_carousel_indicators li img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.thumbnail_image_gallery_carousel_indicators .active {
  width: 48%;
  opacity: 0.4;
  height: auto;
  border: 0;
  margin: 2px 2px 0 0;
}
.thumbnail_image_gallery_carousel_indicators::-webkit-scrollbar {
  width: 5px;
}
.thumbnail_image_gallery_carousel_indicators::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.thumbnail_image_gallery_carousel_caption {
  left: 30%;
  right: 0;
  width: 35%;
  bottom: 55%;
  padding: 10px;
  text-align: left;
  text-shadow: none;
  font-family: "Open Sans", sans-serif;
}
.thumbnail_image_gallery_carousel_caption h1 {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.thumbnail_image_gallery_carousel_caption p {
  text-align: justify;
  margin: 5px 0 20px 0;
  text-transform: uppercase;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.thumbnail_image_gallery_carousel_caption a,
.thumbnail_image_gallery_carousel_caption a:visited {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 480px) {
  .thumbnail_image_gallery_carousel_caption {
    left: 0;
    width: 80%;
    bottom: 5px;
  }
  .thumbnail_image_gallery_carousel_caption h1 {
    font-size: 23px;
  }
  .thumbnail_image_gallery_carousel_caption p {
    font-size: 13px;
    margin: 5px 0 5px 0;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .thumbnail_image_gallery_carousel_caption {
    left: 0;
    width: 80%;
    bottom: 25%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .thumbnail_image_gallery_carousel_caption {
    left: 0;
    width: 80%;
    bottom: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .thumbnail_image_gallery_carousel_caption {
    left: 0;
    width: 80%;
    bottom: 25%;
  }
}
.thumbnail_image_gallery_carousel_wrapper {
  background: #282828;
}
.thumbnail_image_gallery_carousel_indicators {
  background: #282828;
}
.thumbnail_image_gallery_carousel_indicators::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
.thumbnail_image_gallery_carousel_caption a,
.thumbnail_image_gallery_carousel_caption a:visited {
  color: #fff;
  background: #d63922;
}
.thumbnail_image_gallery_carousel_caption a:hover,
.thumbnail_image_gallery_carousel_caption a:active,
.thumbnail_image_gallery_carousel_caption a:focus {
  color: #d63922;
  background: #fff;
}
.thumbnail_image_left_carousel_wrapper {
  overflow: hidden;
  max-height: 650px;
  position: relative;
}
.thumbnail_image_left_carousel_wrapper > .carousel-inner > .item > img,
.thumbnail_image_left_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 0.5;
  margin: auto;
  width: 100% !important;
}
.thumbnail_image_left_carousel_indicators {
  top: 1px;
  left: 90%;
  z-index: 3;
  bottom: 0;
  width: 10%;
  height: 100%;
  overflow: auto;
  margin-left: 0;
  position: absolute;
  margin-bottom: 0;
  padding: 0 5px 0 5px;
}
.thumbnail_image_left_carousel_indicators li {
  width: 100%;
  opacity: 0.8;
  height: auto;
  border: 0;
  display: block;
  margin: 2px 0 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.thumbnail_image_left_carousel_indicators li img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.thumbnail_image_left_carousel_indicators .active {
  width: 100%;
  opacity: 0.4;
  height: auto;
  border: 0;
  margin: 2px 0 2px 0;
}
.thumbnail_image_left_carousel_indicators::-webkit-scrollbar {
  width: 5px;
}
.thumbnail_image_left_carousel_indicators::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.thumbnail_image_left_carousel_caption {
  left: 15%;
  right: 0;
  width: 35%;
  bottom: 55%;
  padding: 10px;
  text-align: left;
  text-shadow: none;
  font-family: "Lato", sans-serif;
}
.thumbnail_image_left_carousel_caption h1 {
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.thumbnail_image_left_carousel_caption h2 {
  font-size: 23px;
  font-weight: bold;
  margin: 5px 0 30px 0;
  text-transform: uppercase;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.thumbnail_image_left_carousel_caption a,
.thumbnail_image_left_carousel_caption a:visited {
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 480px) {
  .thumbnail_image_left_carousel_caption {
    left: 0;
    bottom: 5%;
    width: 90%;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .thumbnail_image_left_carousel_caption {
    left: 0;
    bottom: 5%;
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .thumbnail_image_left_carousel_caption {
    left: 0;
    bottom: 5%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .thumbnail_image_left_carousel_caption {
    left: 0;
    width: 100%;
  }
}
.thumbnail_image_left_carousel_wrapper {
  background: #000;
}
.thumbnail_image_left_carousel_indicators {
  background: #282828;
}
.thumbnail_image_left_carousel_indicators::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
.thumbnail_image_left_carousel_caption a,
.thumbnail_image_left_carousel_caption a:visited {
  color: #d63922;
  background: #fff;
}
.thumbnail_image_left_carousel_caption a:hover,
.thumbnail_image_left_carousel_caption a:active,
.thumbnail_image_left_carousel_caption a:focus {
  color: #fff;
  background: #d63922;
}
.thumbnail_text_carousel_wrapper {
  overflow: hidden;
  max-height: 643px;
  position: relative;
}
.thumbnail_text_carousel_wrapper > .carousel-inner > .item > img,
.thumbnail_text_carousel_wrapper > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
}
.thumbnail_text_carousel_fade {
  opacity: 1;
}
.thumbnail_text_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.thumbnail_text_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.thumbnail_text_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.thumbnail_text_carousel_control_left,
.thumbnail_text_carousel_control_right {
  top: 40%;
  opacity: 0;
  z-index: 2;
  width: 55px;
  height: 55px;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.thumbnail_text_carousel_wrapper:hover .thumbnail_text_carousel_control_left,
.thumbnail_text_carousel_wrapper:hover .thumbnail_text_carousel_control_right {
  opacity: 1;
}
.thumbnail_text_carousel_control_icons {
  line-height: 50px;
  font-size: 40px !important;
  font-weight: normal !important;
}
.thumbnail_text_carousel_control_left {
  left: 1% !important;
}
.thumbnail_text_carousel_control_right {
  right: 1% !important;
}
.thumbnail_text_carousel_control_left:hover,
.thumbnail_text_carousel_control_left:active,
.thumbnail_text_carousel_control_left:focus,
.thumbnail_text_carousel_control_right:hover,
.thumbnail_text_carousel_control_right:active,
.thumbnail_text_carousel_control_right:focus {
  opacity: 1;
}
.thumbnail_text_carousel_indicators {
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin-left: 0;
  position: absolute;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
.thumbnail_text_carousel_indicators li {
  width: 15%;
  opacity: 1;
  margin: 0;
  height: auto;
  border: 0;
  text-indent: 0;
  text-align: left;
  padding: 15px 0 15px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.thumbnail_text_carousel_indicators li h5 {
  text-shadow: none;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.thumbnail_text_carousel_indicators li p {
  font-size: 12px;
  text-shadow: none;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.thumbnail_text_carousel_indicators .active {
  width: 15%;
  height: auto;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .thumbnail_text_carousel_control_left,
  .thumbnail_text_carousel_control_right {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .thumbnail_text_carousel_indicators li {
    width: 18%;
    text-align: center;
    padding: 0;
  }
  .thumbnail_text_carousel_indicators li h5 {
    font-size: 10px;
    letter-spacing: 0;
  }
  .thumbnail_text_carousel_indicators li p {
    display: none;
  }
  .thumbnail_text_carousel_indicators .active {
    width: 18%;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .thumbnail_text_carousel_indicators li {
    width: 18%;
    text-align: center;
    padding: 5px 0 5px 0;
  }
  .thumbnail_text_carousel_indicators li h5 {
    font-size: 12px;
    letter-spacing: 0;
  }
  .thumbnail_text_carousel_indicators li p {
    font-size: 10px;
    letter-spacing: 0;
  }
  .thumbnail_text_carousel_indicators .active {
    width: 18%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .thumbnail_text_carousel_indicators li {
    text-align: center;
    padding: 5px 0 5px 0;
  }
  .thumbnail_text_carousel_indicators li h5 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .thumbnail_text_carousel_indicators li p {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.thumbnail_text_carousel_wrapper {
  background: #000;
}
.thumbnail_text_carousel_control_left,
.thumbnail_text_carousel_control_right {
  color: #262626;
  background: transparent !important;
}
.thumbnail_text_carousel_control_left:hover,
.thumbnail_text_carousel_control_left:active,
.thumbnail_text_carousel_control_left:focus,
.thumbnail_text_carousel_control_right:hover,
.thumbnail_text_carousel_control_right:active,
.thumbnail_text_carousel_control_right:focus {
  color: #5076bb;
}
.thumbnail_text_carousel_indicators {
  background: #272727;
}
.thumbnail_text_carousel_indicators li {
  color: #fff;
  background: #4c4c4c;
}
.thumbnail_text_carousel_indicators .active {
  background: #5076bb;
}
.thumbnail_text_left_carousel_wrapper {
  overflow: hidden;
  max-height: 643px;
}
.thumbnail_text_left_carousel_wrapper > .carousel-inner > .item > img,
.thumbnail_text_left_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 1;
  margin: auto;
  width: 100% !important;
}
.thumbnail_text_left_carousel_fade {
  opacity: 1;
}
.thumbnail_text_left_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.thumbnail_text_left_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.thumbnail_text_left_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.thumbnail_text_left_carousel_indicators {
  top: 1px;
  left: 85%;
  right: 0;
  z-index: 3;
  bottom: 0;
  width: 15%;
  height: 100%;
  padding: 5px;
  overflow: auto;
  margin-left: 0;
  position: absolute;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
.thumbnail_text_left_carousel_indicators li {
  width: 100%;
  opacity: 1;
  margin: 0;
  height: auto;
  border: 0;
  display: block;
  text-indent: 0;
  text-align: left;
  margin-bottom: 5px;
  padding: 15px 0 15px 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.thumbnail_text_left_carousel_indicators li h5 {
  text-shadow: none;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.thumbnail_text_left_carousel_indicators li p {
  font-size: 12px;
  text-shadow: none;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.thumbnail_text_left_carousel_indicators .active {
  width: 100%;
  height: auto;
  border: 0;
  margin-bottom: 5px;
}
.thumbnail_text_left_carousel_indicators::-webkit-scrollbar {
  width: 5px;
}
.thumbnail_text_left_carousel_indicators::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .thumbnail_text_left_carousel_control_left,
  .thumbnail_text_left_carousel_control_right {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .thumbnail_text_left_carousel_indicators li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .thumbnail_text_left_carousel_indicators li h5 {
    font-size: 10px;
    letter-spacing: 0;
  }
  .thumbnail_text_left_carousel_indicators li p {
    display: none;
  }
  .thumbnail_text_left_carousel_indicators .active {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .thumbnail_text_left_carousel_indicators li {
    width: 100%;
    text-align: center;
    padding: 5px 0 5px 0;
  }
  .thumbnail_text_left_carousel_indicators li h5 {
    font-size: 12px;
    letter-spacing: 0;
  }
  .thumbnail_text_left_carousel_indicators li p {
    font-size: 10px;
    letter-spacing: 0;
  }
  .thumbnail_text_left_carousel_indicators .active {
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .thumbnail_text_left_carousel_indicators li {
    text-align: center;
    padding: 5px 0 5px 0;
  }
  .thumbnail_text_left_carousel_indicators li h5 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .thumbnail_text_left_carousel_indicators li p {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.thumbnail_text_left_carousel_wrapper {
  background: #000;
}
.thumbnail_text_left_carousel_indicators {
  background: #272727;
}
.thumbnail_text_left_carousel_indicators li {
  color: #fff;
  background: #000;
}
.thumbnail_text_left_carousel_indicators .active {
  background: #5076bb;
}
.thumbnail_text_left_carousel_indicators::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
.vertical_slide_carousel_wrapper {
  overflow: hidden;
  max-height: 661px;
  background-image: url("../images/black_carousel_background.html");
}
.vertical_slide_carousel_wrapper > .carousel-inner > .item > img,
.vertical_slide_carousel_wrapper > .carousel-inner > .item > a > img {
  opacity: 0.6;
  margin: auto;
  width: 100% !important;
}
.vertical_slide_effect {
  height: 100%;
}
.vertical_slide_effect > .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .vertical_slide_effect > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .vertical_slide_effect > .item.next,
  .vertical_slide_effect > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .vertical_slide_effect > .item.prev,
  .vertical_slide_effect > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .vertical_slide_effect > .item.next.left,
  .vertical_slide_effect > .item.prev.right,
  .vertical_slide_effect > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.vertical_slide_effect > .active {
  top: 0;
}
.vertical_slide_effect > .next,
.vertical_slide_effect > .prev {
  top: 0;
  width: auto;
  height: 100%;
}
.vertical_slide_effect > .next {
  left: 0;
  top: 100%;
}
.vertical_slide_effect > .prev {
  left: 0;
  top: -100%;
}
.vertical_slide_effect > .next.left,
.vertical_slide_effect > .prev.right {
  top: 0;
}
.vertical_slide_effect > .active.left {
  left: 0;
  top: -100%;
}
.vertical_slide_effect > .active.right {
  left: 0;
  top: 100%;
}
.vertical_slide_carousel_indicators {
  top: 40%;
  left: 87%;
  z-index: 3;
  width: 10%;
  overflow: auto;
  margin-left: 0;
  position: absolute;
  margin-bottom: 0;
  padding: 0 5px 0 5px;
}
.vertical_slide_carousel_indicators li {
  width: 13px;
  height: 13px;
  display: block;
  margin-bottom: 10px;
}
.vertical_slide_carousel_indicators .active {
  margin: 1px;
  width: 13px;
  height: 13px;
  margin-bottom: 10px;
}
.vertical_slide_carousel_caption {
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  bottom: 29%;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.vertical_slide_carousel_caption h1 {
  font-size: 50px;
  font-weight: 800;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.vertical_slide_carousel_caption h1 a {
  text-decoration: none;
}
.vertical_slide_carousel_caption > img {
  width: 72%;
  margin: auto;
  position: relative;
  text-align: center;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (max-width: 480px) {
  .vertical_slide_carousel_caption {
    bottom: 0;
  }
  .vertical_slide_carousel_caption h1 {
    font-size: 25px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .vertical_slide_carousel_caption {
    bottom: 0;
  }
  .vertical_slide_carousel_caption h1 {
    font-size: 40px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .vertical_slide_carousel_caption {
    bottom: 0;
  }
}
.vertical_slide_carousel_indicators .active {
  border: 1px solid #fff;
}
.vertical_slide_carousel_caption h2,
.vertical_slide_carousel_caption h1 a,
.vertical_slide_carousel_caption h1 a:visited {
  color: #fff;
}
.video_carousel_wrapper {
  overflow: hidden;
  max-height: 650px;
  position: relative;
}
.video_carousel_control_left,
.video_carousel_control_right {
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  border: 0;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.video_carousel_wrapper:hover .video_carousel_control_left,
.video_carousel_wrapper:hover .video_carousel_control_right {
  opacity: 0.5;
}
.video_carousel_control_icons {
  line-height: 50px;
  font-size: 34px !important;
  font-weight: normal !important;
}
.video_carousel_control_left {
  left: 0;
  border-left: none !important;
  -webkit-border-radius: 0 100% 100% 0;
  border-radius: 0 100% 100% 0;
}
.video_carousel_control_right {
  right: 0;
  border-right: none !important;
  -webkit-border-radius: 100% 0 0 100%;
  border-radius: 100% 0 0 100%;
}
.video_carousel_fade {
  opacity: 1;
}
.video_carousel_fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.video_carousel_fade .item:first-child {
  top: auto;
  position: relative;
}
.video_carousel_fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -ms-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
}
.video_carousel_caption {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
}
.video_carousel_video {
  width: 100%;
  opacity: 0.5;
}
.video_carousel_caption_text {
  top: 35%;
  left: 10%;
  z-index: 2;
  text-align: left;
  text-shadow: none;
  position: absolute;
  font-family: "Raleway", sans-serif;
}
.video_carousel_caption_text h1 {
  padding: 0;
  width: 550px;
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video_carousel_caption_text p {
  padding: 0;
  width: 650px;
  font-size: 25px;
  padding: 5px 10px 5px 10px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video_carousel_colored_button,
.video_carousel_colored_button:visited {
  outline: 0;
  margin: 0;
  width: auto;
  height: 44px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
  line-height: 44px;
  padding: 5px 35px;
  position: relative;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Raleway", sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video_carousel_colored_button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.video_carousel_colored_button:hover,
.video_carousel_colored_button:active,
.video_carousel_colored_button:focus {
  box-shadow: none;
  outline: none !important;
}
.video_carousel_colored_button:hover:before,
.video_carousel_colored_button:focus:before,
.video_carousel_colored_button:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
@media only screen and (max-width: 480px) {
  .video_carousel_control_left,
  .video_carousel_control_right {
    border: 0;
  }
  .video_carousel_control_icons {
    font-size: 18px !important;
  }
  .video_carousel_caption_text {
    left: 0;
    right: 0;
    top: -15px;
    text-align: center;
  }
  .video_carousel_caption_text h1 {
    width: 100%;
    font-size: 25px;
    margin-bottom: 2px;
    padding: 5px 5px 5px 5px;
  }
  .video_carousel_caption_text p {
    width: 100%;
    font-size: 15px;
    margin-bottom: 2px;
    padding: 5px 5px 5px 5px;
  }
  .video_carousel_colored_button,
  .video_carousel_colored_button:visited {
    margin: 0;
    height: 34px;
    padding: 0 13px;
    line-height: 34px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .video_carousel_control_left,
  .video_carousel_control_right {
    border: 0;
  }
  .video_carousel_caption_text {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .video_carousel_caption_text h1 {
    width: 100%;
    font-size: 35px;
    padding: 5px 5px 5px 5px;
  }
  .video_carousel_caption_text p {
    width: 100%;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .video_carousel_caption_text {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .video_carousel_caption_text h1 {
    width: 100%;
  }
  .video_carousel_caption_text p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video_carousel_caption_text {
    top: 30%;
  }
}
.video_carousel_control_left,
.video_carousel_control_left:hover,
.video_carousel_control_left:active,
.video_carousel_control_left:focus,
.video_carousel_control_right,
.video_carousel_control_right:hover,
.video_carousel_control_right:active,
.video_carousel_control_right:focus {
  color: #fff;
}
.video_carousel_control_left,
.video_carousel_control_left:hover,
.video_carousel_control_left:active,
.video_carousel_control_left:focus,
.video_carousel_control_right,
.video_carousel_control_right:hover,
.video_carousel_control_right:active,
.video_carousel_control_right:focus {
  background: transparent !important;
}
.video_carousel_control_left,
.video_carousel_control_right {
  border: 2px solid #fff;
}
.video_carousel_caption_text h1,
.video_carousel_caption_text p {
  background: rgba(255, 255, 255, 0.9);
}
.video_carousel_caption_text h1,
.video_carousel_caption_text p {
  color: #282828;
}
.video_carousel_colored_button,
.video_carousel_colored_button:visited {
  color: #fff;
}
.video_carousel_colored_button:hover,
.video_carousel_colored_button:active,
.video_carousel_colored_button:focus {
  color: #ffffff !important;
}
.video_carousel_colored_button,
.video_carousel_colored_button:visited {
  background: #282828;
}
.video_carousel_colored_button:hover,
.video_carousel_colored_button:active,
.video_carousel_colored_button:focus {
  background: #282828 !important;
}
.video_carousel_colored_button:before {
  background: #1abc9c;
}
@media only screen and (max-width: 600px) {
  .video_carousel_control_left,
  .video_carousel_control_right,
  .video_carousel_control_left:hover,
  .video_carousel_control_left:active,
  .video_carousel_control_left:focus,
  .video_carousel_control_right:hover,
  .video_carousel_control_right:active,
  .video_carousel_control_right:focus {
    background: transparent !important;
  }
}
