/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

  .owl-theme .owl-nav [class*='owl-'] {
    /*color: #FFF;
    font-size: 14px;
    margin: 5px;*/
    /*padding: 4px 7px;*/
    /*display: inline-block;*/
    position: absolute;
    top: 50%;
    cursor: pointer;
    /*display: inline-block;*/
    background-color: #FFFFFF;
    height: 35px;
    width: 35px;
    -moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	border-radius: 50%;
    /*box-shadow: -3px 3px 2px rgba(0,0,0,0.8);*/
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
    /*border: 2px solid #45BBC4;*/

  }

    .owl-theme .owl-nav .owl-next,
    .owl-theme .fa-chevron-right{
      right: 10px;
      margin-right: -5px;
    }

    .owl-theme .owl-nav .owl-prev,
    .owl-theme .fa-chevron-left{
      left: 10px;
      margin-left: -5px;
    }

    .owl-theme .owl-nav .owl-prev i,
     .owl-theme .owl-nav .owl-next i{
      /*position: absolute;*/
      /*top: 50%;*/
      z-index: 5;
      /*display: inline;*/
      color: #45BBC4;
      height: 25px;
      width: 25px;
      /*vertical-align: middle;*/
      font-size: 15px;
      line-height: 30px;
      padding: 10% 10%;
    }


    .owl-theme .owl-nav .owl-prev i:hover,
     .owl-theme .owl-nav .owl-next i:hover {
      color: #66CCCC;
    }

    .owl-theme .owl-nav [class*='owl-']:hover {
      /*background: #869791;
      color: #FFF;*/
      text-decoration: none; }

  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
}

  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }

    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: rgba(0,0,0,0);
      border: 1px solid #ffffff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 10px;

      -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.2);
}


    .owl-theme .owl-dots .owl-dot.active span {
      background: #ffffff;
    width: 12px;
  height: 12px;}

  .owl-item{
    margin-right: 5px;
  }

  .owl-item .item {
    /*border: 7px solid #FAE1DC;*/
    border-radius: 7px;
    margin: 5px;
    height:80vh;
    background-size: cover;
    overflow: hidden;
    text-align: left;
    padding-top: 350px;
    /*padding-left: 10px;*/

    /* modify drop shadow for owl carousel items */
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2);
    /*width:280px;*/
  }

    .owl-item .item h4{
      font-family: 'Josefin Sans', Futura, sans-serif;
      display: inline;
      /*position: absolute; */
      color: #45BBC4;
      font-size: 36px;
      font-weight: bold;
      margin-top: 50px;
      text-align: left;
      background-color: #ffffff;
      line-height: 1.3 !important;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 7px;

    }

    .owl-item .item:hover{

    }

    .owl-item .item:hover h4{
      /*border: 1px solid #45BBC4;*/
      color: #ffffff;
      background: linear-gradient(to right, rgba(69,187,196,1),rgba(102,204,204, 1)) !important;
      opacity: 1;
    }
