/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.header-size-sm #header-wrap #logo img {
    height: 36px !important;
}

a.menu-link{
  font-family: Karla, serif !important;
}
/*
.display-2{
  /font-size: 4.8em;
}*/

.gradient-underline{background-image: none !important;
color:#000}


body, #wrapper, .css3-spinner, #header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark) {
  background-color:#BC202F !important;
}

.display-4 {
  font-size: 2.8rem !important;
}

.display-2{
  font-size: 4.2rem !important;
}

h2{font-size: 24px !important;}

#mep_0{
 background: #363636;
}

.button{
  background: #EE6308 !important;
}

footer a{
  color: #F77A26;
}

.portfolio-desc h3 a:hover{
    color: #FD3619;
}


#content .sidebar {
        width: 15%;
        margin-right: 0;
        margin-top: 70px;
        border: 1px solid red;
        /*float: right;*/
        overflow: hidden;
        font-family: sans-serif;
        z-index: 999;
        position: absolute;
        right: 0;
    }

    [class*='close-'] {
      color: #777;
      font: 14px/100% arial, sans-serif;
      position: absolute;
      right: 3px;
      text-decoration: none;
      text-shadow: 0 1px 0 #fff;
      top: 3px;
    }

    .close-thik:after {
      content: '✖'; /* UTF-8 symbol */
    }


    @media only screen and (max-width: 1026px) {
        .sidebar {
            display: none;
        }
    }

     /* Set the size of the div element that contains the map */
  #map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }



  /**GOOGLE MAP STYLES**/
  #iw-container {
                margin-bottom: 10px;
            }
  #iw-container .iw-title {
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 22px;
      font-weight: 400;
      padding: 10px;
      background-color: #fb682a;
      color: white;
      margin: 0;
      border-radius: 2px 2px 0 0;
  }

  #iw-container .iw-title a {
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 22px;
      font-weight: 400;
      padding: 10px;
      background-color: #fb682a ;
      color: white;
      margin: 0;
      border-radius: 2px 2px 0 0;
  }

  #iw-container .iw-content {
      font-size: 13px;
      line-height: 18px;
      font-weight: 400;
      margin-right: 1px;
      padding: 15px 5px 20px 15px;
      max-height: 140px;
      overflow-y: auto;
      overflow-x: hidden;
  }
  .iw-content img {
      float: right;
      margin: 0 5px 5px 10px;
  }
  .iw-subTitle {
      font-size: 16px;
      font-weight: 700;
      padding: 5px 0;
  }

  .available_slots {
      font-size: 14px;
      font-weight: 700;
      padding: 5px 0;
  }

  .iw-bottom-gradient {
      position: absolute;
      width: 326px;
      height: 25px;
      bottom: 10px;
      right: 18px;
      background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  }

  .modal-content{
      background-color: #fff !important;
      padding:15px !important;
      color: #000 !important;
      border-color: #fff !important;
  }

  .modal {
    text-align: center;
    padding: 0!important;

  }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }

  .dark .btn-default {
      color: #FFF;
      background-color:  #0050ef !important;
      border-color:  #0050ef !important;
  }

  #floatingmap {
    height: 500px;
  }

  #floating-panel {
          position: absolute;
          top: 10px;
          left: 25%;
          z-index: 5;
          background-color: #fff;
          padding: 5px;
          border: 1px solid #999;
          text-align: center;
          font-family: 'Roboto','sans-serif';
          line-height: 30px;
          padding-left: 10px;
        }

      @media screen and (max-width: 320px)
      {
              .modal-content {
                  width: 150px !important;
              }
      }

      @media screen and (max-width: 375px)
      {
              .modal-content {
                  width: 250px !important;
              }
      }

      @media screen and (max-width: 425px)
      {
              .modal-content {
                  width: 350px !important;
              }
      }

      @media (min-width: 992px){
      .modal-lg, .modal-xl {
          min-width: 1200px;
      }

  }

  #top-alert {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  /** background: #e82e45 !important;*/
  color: #BC202F !important;
  border: 0px solid transparent !important;
  border-radius: 0px !important;
  }
