/**
 * Created by Tejas on 23/01/18.
 */
/*//// SLIDESHOW /////*/
.overlay_content {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  z-index: 150; }
  .overlay_content p {
    font-size: 2rem;
    color: #fff; }
  .overlay_content a {
    display: inline-block;
    background: #BF2326 url("../images/icon_arrow_right_light.svg") no-repeat scroll 25px 15px/15px 12px !important;
    border-radius: 0.2rem;
    color: #fff;
    padding: 0.5rem 1rem;
    width: 16rem;
    font-size: 1.0rem;
    font-weight: 700;
    border-bottom: 0;
    margin-right: 3rem; }
    .overlay_content a:hover {
      border-bottom: 0; }

.slideshow_wrap {
  position: relative; }

.slide {
  height: 900px;
  width: 100%;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* overlay */
.cycle-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5; }

/* prev / next links */
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 30%;
  width: 10%;
  opacity: 0.25;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 5rem;
  cursor: pointer; }

.cycle-prev {
  left: 0;
  background: url(../images/prev-slide.png) 50% 50% no-repeat; }

.cycle-next {
  right: 0;
  background: url(../images/next-slide.png) 50% 50% no-repeat; }

.cycle-prev-vert, .cycle-next-vert {
  display: block;
  width: 75%; }

.cycle-next-vert img, .cycle-prev-vert img {
  width: 3rem;
  padding: 0.2rem; }

.cycle-next-vert {
  margin: 0 auto 0.4rem auto; }

.cycle-prev-vert {
  margin: 0 auto 0.4rem auto; }

.cycle-prev:hover,
.cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70); }

.disabled {
  opacity: .3;
  filter: alpha(opacity=50); }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
  content: 'Paused';
  color: white;
  background: black;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50); }

.logo-carousel img {
  margin: 1rem 2rem; }

#myshow {
  width: 100%;
  overflow: hidden; }

.slide_content.home {
  padding: 2.2rem 2rem;
  color: #ffffff;
  position: absolute;
  bottom: 2%;
  line-height: 2rem;
  height: auto;
  width: 100%;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s; }
  .slide_content.home .slide_head1 {
    text-align: center;
    font-weight: 700;
    font-size: 3.5rem;
    padding: 1rem 2.2rem;
    color: #BF2326; }
  .slide_content.home .teaser_text {
    text-align: center;
    padding: 0.6rem 1.2rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 300 !important;
    letter-spacing: 0.05rem;
    width: 80%;
    margin: 0 auto; }
  .slide_content.home .teaser_text span {
    display: block;
    padding-bottom: 8px; }
  .slide_content.home .teaser_text.sp1 {
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase; }
  .slide_content.home .slide_textsmall {
    font-size: 1.8rem; }
  .slide_content.home .bounce-arrow a {
    color: #BF2326; }

.slide_content.special {
  position: absolute;
  left: 0;
  top: 20rem;
  background-color: transparent; }
  .slide_content.special .slide_head1 {
    font-family: "Noto Sans", "Helvetica Neue", sans-serif;
    text-align: left;
    font-size: 3.5rem;
    color: #fff;
    width: 40%;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-box-shadow: 2px;
    -moz-box-shadow: 2px;
    box-shadow: 2px; }
    .slide_content.special .slide_head1 span {
      padding: 1rem 2rem;
      background-color: #BF2326; }
  .slide_content.special p {
    font-size: 2rem;
    padding: 1rem 2.5rem;
    color: #000000;
    max-width: 60rem;
    line-height: 2.8rem; }

.slide_content.inner {
  position: relative;
  left: 0;
  top: 20rem;
  background-color: transparent; }
  .slide_content.inner .slide_head1 {
    font-family: "Noto Sans", "Helvetica Neue", sans-serif;
    text-align: left;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.1rem;
    -webkit-box-shadow: 2px;
    -moz-box-shadow: 2px;
    box-shadow: 2px;
    margin-left: -2rem; }
    .slide_content.inner .slide_head1 span {
      line-height: 6rem;
      padding: 1rem 2rem;
      background-color: #BF2326; }
  .slide_content.inner p {
    font-family: "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 2rem;
    padding: 0.5rem 0rem;
    color: #000000;
    max-width: 60rem;
    line-height: 2.8rem; }

.knowmore {
  color: #ffffff !important;
  border-radius: 0;
  border: 2px solid #BF2326;
  background-color: #BF2326;
  padding: 6px 5px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300; }
  .knowmore:hover {
    text-decoration: none; }
  .knowmore.dark {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #BF2326;
    padding: 5px 4px; }

.modal-content {
  width: 700px !important;
  padding-left: 250px; }

.close {
  opacity: 1; }

.close span {
  color: black; }

.desktop .modal-dialog {
  width: 700px; }

.slide_head1 {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.slide_head2 {
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  margin-bottom: 40px; }

.col-head {
  width: 30%; }

.col-mid {
  float: none;
  margin-left: 20%; }

.slide-row {
  clear: both; }

@media (max-width: 768px) {
  .slide {
    height: auto;
    min-height: 45rem; }
  #mobile-slide-wrapper {
    position: relative;
    background: url("../images/b-safe-4business.jpg") center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 4rem 0;
    height: 25rem; }
    #mobile-slide-wrapper .overlay_content {
      position: absolute;
      bottom: 1rem;
      width: 100%;
      text-align: center;
      z-index: 150; }
      #mobile-slide-wrapper .overlay_content p {
        font-size: 1.2rem; }
      #mobile-slide-wrapper .overlay_content a {
        margin-right: 0;
        margin-bottom: 1rem; }
    #mobile-slide-wrapper a {
      display: inline-block;
     
      border-radius: 0.2rem;
      color: #fff;
      padding: 0.5rem 1rem 0.5rem 2rem;
      width: auto;
      font-size: 1.2rem;
      font-weight: 700;
      text-align: left; }
    #mobile-slide-wrapper .row {
      font-size: 1.4rem;
      text-align: center; }
    #mobile-slide-wrapper p {
      padding: 1rem; }
  .slide_content.home {
    width: 100%;
    top: 20rem;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center; }
    .slide_content.home .slide_head1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #BF2326; }
    .slide_content.home .slide_textsmall {
      font-size: 1.4rem; }
    .slide_content.home .teaser_text {
      font-weight: 300 !important;
      padding: 0.2rem;
      width: 90%; }
    .slide_content.home .bounce-arrow a {
      color: #BF2326; }
  .slide_head1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 700; }
  .slide_head2 {
    font-size: 1.6rem; }
  .teaser_text {
    font-weight: 300 !important;
    padding: 0.2rem;
    width: 90%; }
  .teaser_text span {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }
  .teaser_text.sp1 span {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Noto Sans", "Helvetica Neue", sans-serif;
    text-transform: uppercase; }
  .knowmore {
    font-family: "Noto Sans", "Helvetica Neue", sans-serif; }
  .slide_content.special {
    background-color: transparent;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 2rem; }
    .slide_content.special .slide_head1 {
      padding: 1rem;
      font-size: 3.5rem;
      width: 100%;
      -webkit-box-shadow: 2px;
      -moz-box-shadow: 2px;
      box-shadow: 2px; }
  .slide_content.inner {
    position: relative;
    left: 0;
    top: 10rem;
    background-color: transparent; }
    .slide_content.inner .slide_head1 {
      text-align: center;
      font-size: 3.0rem;
      color: #fff;
      font-weight: 400;
      letter-spacing: 0.1rem;
      -webkit-box-shadow: 2px;
      -moz-box-shadow: 2px;
      box-shadow: 2px;
      margin-left: auto;
      background-color: #BF2326; }
      .slide_content.inner .slide_head1 span {
        line-height: 4rem;
        padding: 1rem 0.5rem;
        background-color: transparent; }
    .slide_content.inner p {
      text-align: center;
      font-family: "Noto Sans", "Helvetica Neue", sans-serif;
      font-weight: 300;
      font-size: 2rem;
      padding: 0.5rem 0rem;
      color: #000000;
      max-width: 60rem;
      line-height: 2.8rem; }
  .modal-content {
    background-color: #f8f6e8;
    background-image: none !important;
    padding-left: auto; } }
