@media only screen and (min-width: 480px)

 {
 li.rt-menu-logo > a > span { opacity: 0.0; height: 0; }
  }
 

/* addition of background image logo */
.menu-block .gf-menu .rt-menu-logo {
    background: url(../images/logo/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 180px;
    height: 105px;
}
 
/* Adjust menu-logo underline position */
.menu-block .gf-menu .rt-menu-logo:after {
	bottom: 0px !important;
}
/* If needed use this Code Block to increase <a> area to match logo size*/
.menu-block .gf-menu .rt-menu-logo .item {
	padding-right: 200px !important;
}
/* Use this to adjust the vertical position of the text menu relative to rt-menu-logo */
.menu-block .gf-menu li:not(.rt-menu-logo) {
    position: relative;
    top: 0px;
}
/* Remove the menu-logo white underline */

.menu-block .gf-menu .rt-menu-logo:after {
	background: transparent !important;
}


div.fp-slideshow .layout-fullslideshow .sprocket-features-desc {
    font-size: 2em;
    letter-spacing: normal;
    text-transform: none;
    position: relative;
    top: 0.5em;
}
  

     
div.fp-slideshow .layout-fullslideshow .sprocket-features-content {
    background-color: rgba(9, 13, 15, 0.1) !important; 
}




#rt-page-surround { color: #333333;     }



    