.mobileview #access .menu .menu-item .sub-menu {
    visibility: hidden !important;
    display: none !important;
}
.mobileview #access .menu .menu-item ul.sub-menu.open {
    visibility: visible !important;
    display: block !important;
}



body {
  background-size: 100% !important;
}
.ss_container {
  padding: 0.5rem !important;
}

#the_header {
  max-width:100% !important;
}

#wrapper #_the_logo, .share_icons-wrap, #_the_navigation{
  margin-right:auto !important;
  margin-left:auto !important;
  max-width:106rem !important;
}

.logo-v2 .logo-slot img{
  max-height: 14rem !important;
}

.logo-v2 .logo-variation-footer .logo-slot.slot-type-image img {
  max-height: 6rem !important;
}

.logo-v2 .logo-variation-mobile .logo-slot img {
  max-height: 4.2rem !important;
}

#access {
  margin-top: -5rem !important;
}

#_the_navigation a {
  font-size: 1.4rem !important;
  font-weight: lighter !important;
  border: #20272D solid !important;
} 

#the_header .menu a:hover, #the_header .menu .current-menu-item a, #menu-holder li a:hover {
  border: #FE6D06 solid !important;
  background-color: #20272D !important;
}

h1, h2, h3, h4 {
  font-weight: lighter !important;
} 

#container .type_gallery .the_list_item.hero:not(.no_image) .caption {
  background-color: transparent !important;
}


.tsidesign_dl .the_list_item_heads {
  text-align: right !important;
  text-transform: uppercase !important;
}

.tsidesign_dl .the_list_item_headline {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1) !important;
}

/* Pulsing fb button */
html:not(.mobileview) #fb-btn {
  display: block !important;
}

.mobileview #fb-btn {
display: none !important;
}

#fb-btn {
  bottom: 14px;
  position: fixed;
  right: 20px;
  z-index: 99;
  text-align: center !important;
}

#fb-btn span {
    font-size: 2rem;
    text-align: center !important;
    font-weight: bold;
    color: #fff;
    background: #5e77ab; /* change background color of text */
    padding: 0 5px 0;
    border-radius: 10px;
}

#fb-btn img {
    position: relative;
    background: #637bae; /* change background color of phone icon */
    max-width: 70px;
    border: solid 1px transparent;
    border-radius: 50%;
    z-index: 99 !important;
    width: 100%;
    animation: pulse 1s infinite;
      margin-top: 0.5rem;
}

@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform:scale(1.15);}
    100% {transform:scale(1);}
}
/* end  */


#menu-holder {
    background-color: #000;
}
.mediaqueries.mobileview #access {
    background-color: #474571;
}