/* Custom css codes start here: */


/* css goolemap */


.noo-gmaps {
  position: relative;
}
.noo-gmaps .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.noo-gmaps iframe {
  max-width: 100%;
  border: medium none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.noo-gmaps.no-map-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}



.noo-gmaps ~ .contact-info {
  z-index: 99;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5%;
}


.noo_event_google_map {
	height: 600px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
@media (max-width: 767px) {
  .noo-gmaps ~ .contact-info {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 15px 0;
    background: #f4f4f4;
  }
}
.noo-gmaps ~ .contact-info ul {
  padding: 0;
  margin: 0;
}
.noo-gmaps ~ .contact-info ul li {
    list-style: none;
    background: #ffffff;
    margin-bottom: 4px;
    padding-right: 50px;
}
.noo-gmaps ~ .contact-info ul li i {
    width: 56px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 2.714em;
    color: #ffffff;
    background: #fe6367;
    margin-right: 10px;
}
@media (max-width: 767px) {
  .noo-gmaps ~ .contact-info ul li {
    overflow: hidden;
    line-height: 30px;
    word-break: break-all;
  }
  .noo-gmaps ~ .contact-info ul li i {
    float: left;
  }
}
@media (max-width: 991px) {
  .noo-gmaps ~ .contact-info {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .noo-gmaps ~ .contact-info {
    right: 20px;
    left: 20px;
  }
}


/* -------- bg-block-color ---------- */
.bg-block-red {
    background-color: rgba(229,0,0,1.00) !important;
}

.bg-block-beige {
    background-color: rgba(236,235,233,1.00) !important;
}

.bg-block-cyan {
    background-color: rgba(73,201,178,1.00) !important;
}

.bg-block-burgundy {
  background-color: rgba(163,25,91,1.00) !important;
} 

.bg-block-aquablue {
    background-color: rgba(154,255,250,1.00) !important;
}

.bg-block-white{
    background-color: rgba(255,255,255,1.00) !important;
}

.bg-block-white-5{
    background-color: rgba(255,255,255,0.50) !important;
}

.bg-block-greenfest {
    background-color: rgba(1,215,88,1.00) !important;
}

.bg-block-green {
    background-color: rgba(39,167,0,1.00) !important;
}

.bg-block-purple {
    background-color: rgba(200,26,161,1.00) !important;
}

.bg-block-pink {
    background-color: rgba(249,44,140,1.00) !important;
}

.bg-block-orange{
  background-color: rgba(238,154,0,1.00)!important;
}

.bg-block-taupe{
    background-color: rgba(128,128,128,1.00) !important;
}

/* -------- Text Colors ---------- */
/* Text Black & Gray Color*/

.text-shadow-n {
    
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-shadow: 4px 0px 10px #978C8C;
    letter-spacing: 2px;
}


