
.topnav {
text-align:right;
  overflow: hidden;
float:right;
}

/* Style the links inside the navigation bar */
.topnav a {
  

    display:inline-block;
    font-family: 'Lato', sans-serif;
    color:#000000;
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;
    cursor:pointer;
    letter-spacing:2px;
	text-decoration:none;
}
.topnav a:before
{
    content:"/";
    color:#000000;
    display:inline-block;
    float:left;
    padding:0px 10px;
}

.sticky .topnav a
{
color:#ffffff;
}
.sticky .topnav a:before
{
color:#ffffff;
}
.topnav a:nth-child(1):before
{
content:"";
  color:#000000;
    display:inline-block;
    float:left;
    padding:0px 0px;
}

/* Change the color of links on hover */
.topnav a:hover {
    display:inline-block;
    height:12px;
    font-family: 'Lato', sans-serif;
    color:#b8b8b8;
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;
    text-align:left;
    cursor:pointer;
    letter-spacing:2px;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    display:inline-block;
    height:12px;
    font-family: 'Lato', sans-serif;
    color:#b8b8b8;
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;
    text-align:left;
    cursor:pointer;
    letter-spacing:2px;
}



header.sticky a.icon
{
    background:url(images/pull_sticky.png) no-repeat center center;
}

header.sticky a.icon.active
{
    margin:0px 18px 0px 0px;
    display: block;
    float:right;
    width:19px;
    clear: both;
    height: 13px;
    background:url(/customized/uploads/sitetemplateimages/pull_ro_sticky.png) no-repeat center center;
}

.burger:before
{
    margin:0px 18px 0px 0px;
    display: block;
    float:right;
    width:19px;
    clear: both;
    height: 13px;
    content:url(../images/pull.png);
}

.burger:before:hover
{
       margin:0px 18px 0px 0px;
    display: block;
    float:right;
    width:19px;
    clear: both;
    height: 13px;
    content:url(../images/pull.png);
}

.sticky .burger:before
{
    margin:0px 18px 0px 0px;
    display: block;
    float:right;
    width:19px;
    clear: both;
    height: 13px;
    content:url(../images/pull_sticky.png);
}


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a, .topnav a.active {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }


.topnav a:before
{
content:"";
}

.topnav a:after
{
content:"";
padding:0px 10px;
}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: absolute;

    top: 40px;
    right: 0px;
    width: 100%;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

.sticky .topnav.responsive .burger:before
{
    margin:0px 18px 0px 0px;
    display: block;
    float:right;
    width:19px;
    clear: both;
    height: 13px;
    content:url(../images/pull_ro_sticky.png);
}


.topnav.responsive a:first-child
{
margin:36px 0px 0px;
}


.topnav.responsive a:not(:last-child) {padding:15px 0px;
color:#ffffff;
text-align:right;
width:100%;
    background: #000000;
  border-top:2px solid #ffffff;}
  .topnav.responsive .burger:before
{
    display: block;
    float:right;
    width:19px;
    clear: both;
    height: 13px;
        content:url(../images/pull_ro.png);
}


  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


}

