

.business-hours {
background: #222;
padding: 40px 14px;
margin-top: 0px;
position: relative;
}
.business-hours:before{
content: '';
width: 23px;
height: 23px;
background: #111;
position: absolute;
top: 5px;
left: -12px;
transform: rotate(-45deg);
z-index: -1;
}
.business-hours .title {
font-size: 20px;
color: #e9ecef;
text-transform: uppercase;
padding-left: 5px;
border-left: 4px solid #fe7329;
}
.business-hours li {
color: #e9ecef;
line-height: 30px;
border-bottom: 1px solid #333;
}
.business-hours li:last-child {
border-bottom: none;
}
.business-hours .opening-hours li.today {
color: #fe7329;
}
.business-hours .opening-hours2 li.today {
color: #fe7329;
}

/*map classes*/
.feature.map {
  height: 100%;
}
.feature.map iframe {
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(60%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 38px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent; }
  .btn-circle:focus, .btn-circle:hover {
    color: black;
    outline: none;
    background: rgba(255, 255, 255, 0.1); }

.announcement{
background-color: #f8f9fa;
/* border-top: 2px solid #FB9A68;
border-bottom: 2px solid #FB9A68; */

padding: 10px;
margin: -45px 0px 30px 0px;
  }

.PhoneNumbers{
  font-size: 22px;
  color: #868e96;
  font-weight: 400;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Merriweather', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.intro-note{
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 35px;
  margin-top: 50px;
  font-family: 'Merriweather', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .intro-note{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
  font-family: 'Merriweather', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
}
/*styling for stamp*/
.stamp{
  height:100px;
  width:100px;
  left:32%;
  top:0px;
  border-radius:5px;
  position:relative;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay:1s;
  -webkit-animation-delay:1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode:forwards;
   animation-fill-mode:forwards;
}

@-webkit-keyframes pulse{
  0%{
    opacity: 0;
  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(-2deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100%{
    opacity:1;
    transform: rotate(7deg) scale(1);
  }
}
.container_contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


.column {
    flex: 1;
    padding: 20px;
    border: 1px solid black;
}

.left {
    background-color: transparent;
	border: none;
}

.right {
    background-color: transparent;
	border: none;
}

   section h4.section-text {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: none;
    font-family: 'Merriweather', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	color: #D3D3D3;}
