/**** Hero bg image  ****/
.hero-one {
    position: relative; 
    z-index: 1; 
    background-size: cover; 
    background-position: center center;
    background-color: var(--deep-blue);
    color:#fff;
}
.bg-image::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #000;
    content: '';
    opacity: 0.36;
}



/**** Hero Video  ****/

.hero-video {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero-video .container {
  position: relative;
  z-index: 2;
}

.hero-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.28;
  z-index: 1;
}



/* Media Query for devices withi coarse pointers and no hover functionality 
 This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element 

@media (pointer: coarse) and (hover: none) {
  .hero-video {
    background: url('https://ski-kranjska-gora.com/storage/image/202305/poletno-sankanje---summer-sledding-10.jpg') black no-repeat center center scroll;
  }
  .hero-video video {
    display: none;
  }
}
*/


/** Header bg **/
.header-line {
  width: 100%;
  height: 10px;
  background: linear-gradient(to right,
  #336195 0%, 
  #336195 60%, 
  #869cbf 60%, 
  #869cbf 80%, 
  #ffca27 80%, 
  #ffca27 100%);
}
.header-line.thinner-line {height: 5px;}

.vertical-line {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(to bottom,
    #336195 0%,
    #336195 60%,
    #869cbf 60%,
    #869cbf 80%,
    #ffca27 80%,
    #ffca27 100%);
}

/**** inner-banner-one ****/

.inner-banner-one {
  position: relative;
  background: var(--text-color);
  padding: 120px 0 55px;
  z-index: 9;
  background: var(--green);
  background-size: cover;
}
.inner-banner-one.with-image::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #000;
    content: '';
    opacity: 0.5;
}

.inner-banner-one h1 {
  color: #fff;
  font-size: 70px;
}

@media (max-width: 991px) {
 .inner-banner-one h1 {font-size: 40px;}
}

.inner-banner-one h1 span {
  color: var(--yellow);
}




/*^^^^^^^^^^^^^^^^^^^^^ Text Block Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.text-block-four .left-side {
  background: url(../images/media/img_23.jpg) no-repeat center;
  background-size: cover;
}

.text-block-four .left-side .content-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-color: #aaa;
}


.text-block-four .right-side {
  background: url(../images/media/img_24.jpg) no-repeat center;
  background-size: cover;
}
.text-block-four .right-side .content-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-color: #aaa;
}
.text-block-four .text-wrapper {max-width: 660px; padding: 145px 0 130px;}
.text-block-four .right-side .text-wrapper {padding-left: 55px;}
.text-block-four .text-wrapper .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.17em;
  color: #fff;
}
.text-block-four .text-wrapper {padding-right:10px;}
.text-block-four .text-wrapper p {
  
  font-size: 22px;
  color: #fff;
  padding: 40px 0 34px;
}
.text-block-four .text-wrapper .more-button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--heading);
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 26px;
}

/* -- Activity Header -- */

.activity-header .activity-category {    
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 11px;
  background: #879dbf;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 1.4;}

.activity-header .activity-depth {font-size: 30px; font-weight: 300;}
  
.activity-info-wrap {z-index: 1;}
.activity-info-wrap p {font-weight: 300;}


/**** Next courses  ****/

.list-group-item {background: transparent; border:0; display: block; padding: 0;}
.list-group-item .date-wrap {background: var(--deep-blue); min-width: 70px; color:#fff; line-height: 1.3; font-size: 14px; padding: 8px;}
.list-group-item .date-wrap small {color: #fff;}
.list-group-item .course-name h5 {color: #222; font-size: 16px;}
.list-group-item ul li {color: #222; font-size: 14px; line-height: 1.4;}
.list-group-item ul li span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  letter-spacing: 1px;
  color: var(--yellow-one);
  margin-right: 10px;
}

.hero-video .list-group-item .course-name h5 {color: #fff; font-size: 17px;}



/**** Announcements  ****/
.announcements {background: #eff5ff;}
.announcement-box {display: block; background: #fff; padding: 8px 20px 8px 10px; border-radius: 4px;}
a.announcement-box:hover {color: #fff;}
a.announcement-box:hover i.more {color: #000; transform: translateX(10px); transition: all 550ms;}

.announcement-box, .announcement-box p {line-height: 1.4; color: #000; font-size: 15px; vertical-align: middle;}
.announcement-box p {display: inline;}
.announcement-box p a {color: #fff; border-bottom: 1px solid #fff;}
.announcement-box span { 
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 800;
      background: var(--yellow-one);
      display: inline-block;
      padding: 4px 6px;
      border-radius: 3px;
      letter-spacing: 1px;
      color: #222;
 }

@keyframes roll {
  0% {
  transform: rotate(0);
  }
  100% {
  transform: rotate(360deg);
  }
}



/**** Section: Courses ****/

.course-section {background:#eff5ff;}

/**** Cards: Default ****/

.card-post-one .card-img span.pretitle {
  background: var(--deep-blue);
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 8px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  border-radius: 0 2px 2px 0;
  left: 0px;
  bottom: 5px;
}
.card-post-one .card-img span span {color: var(--light-blue);}
.card-post-one .card-img a {display: block; transition: all .3s ease-in-out}
.card-post-one .card-img a img {transition: all .2s ease-in-out; border-radius: 4px;}
.card-post-one .card-img a:hover img {opacity: .9;}

/* ---- Card Titles ---- */
.card-post-one h2 {font-size: 24px; font-weight: 700;}
.card-post-info .post-date {font-size: 14px; color: #8a8a8a;}
.card-post-info .excerpt p {font-size: 16px; line-height: 1.4;}

.card-post-one.highlighted h2 {font-size: 36px;}
.card-post-one.highlighted  .card-img span.pretitle {font-size: 18px;}
.card-post-one.highlighted .excerpt p {font-size: 18px; line-height: 1.4;}

.card-post-one.sidenews .card-content {margin-top: -6px;}
.card-post-one.sidenews h2 {font-size: 17px;}
.card-post-one.sidenews .pretitle {font-size: 15px; font-weight: 700; line-height: 1.4; border-bottom: 1px solid var(--light-blue); display: inline-block; color: #888;
}

@media (max-width: 991px) {
  .card-post-one.highlighted h2 {font-size: 28px;}
  .card-post-one .card-img span.pretitle {font-size: 11px; bottom: 0;}
  .card-post-one.highlighted .excerpt p {font-size: 16px;}
 }
.card-post-one.front-courses:hover {opacity: .8;}
.card-post-one.front-courses  img {border-radius: 4px;}
.card-post-one.front-courses .card-post-info h2 {font-size: 20px;}
.card-post-one.front-courses .course-quick-info {font-size: 14px; font-weight: 500; color:#444;}


/**** Cards: Course list ****/
.activity-card.list-layout {
  border-radius: 10px;
}
.activity-card.list-layout .activityitem-meta {
  position: relative;
}

.activityitem-data {padding: 10px 20px 10px 0;}

.activity-details {
  position: relative;
}
.activity-details .block-title {
  font-size: 18px;  
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.activity-details p {
  font-size: 18px;
  font-weight: 400;
}
.activity-details p a {
  font-weight: 500;
  text-decoration: underline;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}
.activity-details p a:hover {
  color: var(--yellow);
}

.activity-card {
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  position: relative;
  background: #f8f8f8;
  transition: all 0.2s ease-in-out 0s;
}
.activity-card:hover {
  box-shadow: 0px 20px 35px rgba(22, 105, 70, 0.05);
  color: var(--text-color);
  background: #eaeaea;
}

.activity-card.white-bg {background: #fff;}

.activity-card.favourite::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--yellow);
  top: -40px;
  left: -40px;
  transform: rotate(45deg);
  z-index: 2;
}
.activity-card.favourite::after {
  content: "\e300";
  font-family: Font Awesome\ 6 Pro;
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  top: 5px;
  left: 8px;
  z-index: 2
}
.activity-card .activity-category {display: inline-block; text-transform: uppercase; font-weight: 600; font-size: 12px; border-bottom: 1px solid var(--green);}
.activity-card .activityitem-name {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  margin: 3px 0 8px;
}

@media (min-width: 767px) {
  .activity-card .activityitem-name {width: 80%;}
}

.activity-card .activityitem-name a:hover {
  color: var(--yellow);
}
.activity-card .activityitem-description {
  font-size: 16px;
  line-height: 1.5;
}
.activity-card .activityitem-meta {
  margin: 0 -2px;
}
.activity-card .activityitem-meta li {
  margin: 0 2px 5px;
  line-height: 25px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(0 0 0 / 71%);
  background: rgb(184 184 184 / 10%);
  border-radius: 4px;
}
.activity-card .activityitem-meta li.easy {
  background: var(--green);
  color: #fff;
}
.activity-card .activityitem-meta li.moderate {
  background: var(--yellow);
  color: #fff;
}
.activity-card .activityitem-meta li.hard {
  background: var(--red);
  color: #fff;
}

.activityitem-image-wrap {position: relative;}

.activityitem-img {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 180px;}

.activityitem-img  .closed {position: absolute; bottom: 10px; right: 10px;
  margin: 0 2px 5px;
  line-height: 25px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(0 0 0 / 71%);
  background: rgb(184 184 184 / 10%);
  border-radius: 4px;
  background: var(--red);
  color: #fff;
}

@media (max-width: 1199px) {
    .activityitem-data {
        padding: 20px;
    }
}





/**** Active Courses ****/

.event-info {background: var(--yellow-one); display: inline-block; border-radius: 5px; text-align: center; width: 130px; padding: 15px 10px; font-size: 14px; line-height: 1.2; color: #222; margin-top: 5px;}
.event-date {font-size: 20px; font-weight: 700; letter-spacing: -1px;}
.event-time {font-size: 16px; font-weight: 600; }
.event-place {margin-bottom: 10px; font-size: 13px;}


/**** Course register  ****/



/**** Post view ****/

/* ---- Tags  ---- */
.post-details-one .tagline {
  background: var(--deep-blue);
    padding: 2px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
}

.post-details-one .tags li:first-child {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.post-details-one .tags a {
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  font-weight: 600;
  margin: 0 5px 5px 0;
  padding: 2px 8px;
  background: var(--yellow-one);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.post-details-one .tags a:hover {background: var(--light-blue);}


@media (max-width: 991px) {
  .post-details-meta {font-size: 15px;}
 }

/* ---- Share icons ---- */
.share-icon li:first-child {
  color: #000;
  font-size: 16px
}

.share-icon li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #EEEDED;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-left: 10px;
  transition: all .3s ease-in-out
}

.share-icon li a:hover {
  background: var(--deep-blue);
  color: #fff;
}

/* ---- Post directions ---- */
.post-directions {
  border-top: 1px solid #222;
  padding-top: 20px;
}

.post-directions .prev-post {
  padding-right: 1px
}

.post-directions .next-post {
  text-align: right;
  padding-left: 1px
}



.post-directions a {
  display: block;
  text-decoration: none;
  transition: .35s ease-in-out
}

.post-directions a span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  transition: .35s ease-in-out;
  color: #828282;
  margin-bottom: 4px;
}

.post-directions a h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #242020;
  margin: 0px 0 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out
}


/**** Content ****/


.courseview-data h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #f2ad00;
    display: inline-block;
    padding: 4px 0px;
    letter-spacing: 1px;
}

.courseview-data .data-item {font-size: 24px;}
.courseview-data .data-item.price-individual {font-size: 16px;}
.courseview-data .data-item.price-custom p {font-size: 16px; line-height: 1.4; color:#828282;}


/* ---- Content inner ---- */
.content-inner h2 {font-size: 28px; font-weight: 600;} 
.content-inner h3 {font-size: 22px; font-weight: 600;} 
.content-inner p + h2, .content-inner ul + h2 {margin: 30px 0 10px;} 
.content-inner p + h3, .content-inner ul + h3 {margin: 30px 0 10px;}
.content-inner p {font-size: 18px; line-height: 1.5;}
.content-inner p a {color: var(--deep-blue);}
.content-inner p a:hover {color: #000;} 
.content-inner p.par-big {font-size: 130%;}
.content-inner p.par-small {font-size: 80%;}
.content-inner p.par-highlight {background: #edf9ff; padding: 15px; margin: 20px -15px;}
.content-inner p.par-alternative {border-top: 2px solid #f05038; border-bottom: 2px solid #f05038; padding: 12px 0;}
.content-inner p.par-comment {background: #f05038; padding: 20px; color: #fff;  float: right; width: 30%; margin: 10px;}
.content-inner p img+br {content: " "; display: none; }

.content-inner table {width: 100%; margin-bottom: 40px;}
.content-inner table tr th {background: #f6f6f6; padding: 8px 20px; font-size: 14px; line-height: 1.4; vertical-align: middle;}
.content-inner table tr td {color: #444; padding: 2px 20px; font-size: 16px; vertical-align: middle; border-bottom: 1px solid #828282;}
.content-inner table tr:hover td {color: #000; background: #f2f2f2;}
.content-inner table tr td p {margin: 0; padding: 0; font-size: 16px;}

.content-inner .fr-img-caption {text-align: left;}
.content-inner .fr-img-caption img {margin-bottom: 4px;}
.content-inner .fr-img-caption .fr-inner {border-bottom: 1px solid #ccc; font-size: 15px; font-weight: 700; padding:2px 0; display: block;}

.content-image {margin: 0 -20% 30px;}

blockquote {
  margin: 0 10px 30px;
  padding: 0 15px;
  border-left: 2px solid #da3636;
}

/**** Content images ****/

.fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: auto;
}

.content-inner .detail img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.content-inner .detail img.fr-dii.fr-fil {
  float: left;
  margin: 5px 15px 5px 0;
  max-width: calc(100% - 5px);
}

.content-inner .fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 25px 5px 0;
  max-width: calc(100% - 5px);
}

.content-inner .fr-img-caption.fr-dii.fr-fir {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.content-gallery {margin-left: -10px; width:calc(100% + 10px) !important;}
.content-gallery img {border-radius: 3px;}
.jg-caption.jg-caption-visible {display: none !important;}

/**** Content Files ****/

.content-files h4 {font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 800;}
.content-files ul {list-style: none; padding: 0; margin: 0;}
.content-files ul li a {font-size: 20px; color: #222;}
.content-files ul li a:hover {color: #888;}
.content-files ul li a i {color: var(--yellow-one);}
.content-files ul li span {font-size: 14px;}
.content-files ul li a span.file {font-size: 11px;}


/** Accordion **/

.accordion-item {border: 0;}
.accordion-body {padding: 0;}
.accordion-button:focus {
    border:0;
    outline: 0;
    box-shadow: none;
}
.accordion-button {
  background: var(--yellow-one);
  font-weight: 700;
  color: #000;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--yellow-one);
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);    
}

/** Forms **/
.form-wrap h3 {font-size: 28px; font-weight: 700;}
.form-wrap .form-label {font-size: 16px; font-weight: 600; margin-bottom: 3px;}
.form-wrap .form-control {border: 1px solid #333; padding: 10px 20px;}

/**** Subpages ****/

ul.subpages-menu {list-style: none; margin: 0; padding: 0;}
ul.subpages-menu li {margin-right: 10px;}
ul.subpages-menu li a {
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px; 
  color:#000; 
  background: var(--yellow-one); 
  padding: 6px 14px; 
  border-radius:5px;}
ul.subpages-menu > li a:hover, ul.subpages-menu li a:focus, ul.subpages-menu > li.active > a {background: #ffd450; color:#000;} 
.subpages.vertical-subpages ul {margin: 0; padding: 0;}
.subpages.vertical-subpages ul li {display: inline-block; margin: 0 10px 10px 0;}

/**** FAQ ****/

.accordion-style-two .accordion-tag {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #A5A5A5;
    margin-bottom: 35px
}

.accordion-style-two .accordion-item {
    border: none;
    border-top: 1px solid var(--yellow-one);
    border-radius: 0;
}

.accordion-style-two .accordion-item:last-child {
    border-bottom: 1px solid var(--yellow-one);
}

.accordion-style-two .accordion-button {
    font-size: 22px;
    min-height: 1.75em;
    font-weight: 600;
    padding: 20px 10px 20px 0;
    box-shadow: none;
    border-radius: 0;
    color: var(--heading);
    background: transparent;
    transition: all .3s ease-in-out
}

.accordion-style-two .accordion-button:not(.collapsed) {
    padding-bottom: 15px;
}

.accordion-style-two .accordion-body {
    padding: 0 50px 25px 0;
}

.accordion-style-two .accordion-body p {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.accordion-style-two .accordion-button::after {
    content: '+';
    font-size: 28px;
    background-image: none;
    width: auto;
    height: auto
}

.accordion-style-two .accordion-button:not(.collapsed)::after {
    content: "-";
}

/**** Contacts  ****/
.address-block-three .icon {
   font-size: 16px;
   line-height: 1;
}

.address-block-three .icon i {
    margin-left: auto;
}

.address-block-three .text {
    width: calc(100% - 35px);
    padding-left: 15px;
}

.address-block-three .title {
    font-size: 14px;
    font-weight: 800;
    padding: 0 0 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.address-block-three .text a i {color: var(--deep-cyan); font-size: 90%;}

.address-block-three p {
    font-size: 18px;
    line-height: 1.65em;
    margin-bottom: 20px;
}

.address-block-three p .call {
    font-size: 22px;
    color: var(--deep-blue);
}

.address-block-three p .call:hover {
    text-decoration: underline;
}

.address-block-three a {  transition: all 0.2s ease-in-out;}
.address-block-three a:hover {color: var(--deep-cyan); transition: all 0.2s ease-in-out;}

.contact-info {font-size: 18px;}
.contact-info {margin: 0; padding: 0;}
.contact-info li {list-style: none;}
.contact-info li.phone {font-size: 24px;}

.company-details p {font-size: 15px;}
.company-details ul {margin: 0; padding: 0; list-style: none;}
.company-details ul li {margin: 0; padding: 0; line-height: 1.5;}
.company-details ul li span {font-weight: 700;}
.copydata {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  color: var(--deep-cyan);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  border: 0;
  outline: none;
  cursor: pointer;
  user-select: none;
}

.copydata:after {
  content: attr(tooltip);
  width: 140px;
  bottom: -48px;
  left: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 0.6rem;
}
.copydata:before, .copydata:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px);
  transition: all 300ms ease;
}
.copydata:hover:before, .copydata:hover:after {
  opacity: 1;
  transform: translateY(0);
}

/** Google **/
.google-map {height: 500px;}
.google-map #map {height: 100%;}
.map-area-two {margin-bottom: -80px;}

.gm-style #bodyContent img {width: 120px; float: left; height: auto; margin: 0 15px 15px 0;}
.gm-style #bodyContent p {font-size: 14px; margin-bottom: 20px; line-height: 1.5;}
.gm-style #bodyContent a {font-weight: 600; text-transform: uppercase; color: #fff; font-size: 12px; padding: 4px 10px; border: 0; display: inline-block; background: #A4A9AD; margin-right: 5px;}
.gm-style #bodyContent a.hidelink {display: none;}
.gm-style span.category {color: #3095B4; font-weight: 600; font-size: 13px;}
.gm-style #firstHeading {font-size: 16px;  margin: 10px 0 4px 0; font-family: proxima-nova, sans-serif; font-weight: 600;}
.gm-style .gm-style-iw-t::after {display: none;}
.gm-style .gm-style-iw-c {box-shadow: none; padding: 15px; max-width: 400px !important;}
.gm-style .gm-ui-hover-effect {top: -2px !important; right: -2px !important; font-size: 12px;}
.gm-style .gm-ui-hover-effect img {width: 16px !important; height: 16px !important;}


/**Footer **/

.footer-nav-link .hideinfooter {display: none;}
.footer-nav-link .uppercase {text-transform: uppercase; font-weight: 600;}
.footer-nav-link li:nth-last-child(1 of li.uppercase) {
  border-bottom: 1px solid #5c7a9f;
}














