.site-topbar {
    background: #FF7171;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.topbar-container {
	margin-left:auto;
	margin-right:auto;
	width:982px;
}
.kitchennav{
	display:block;
	float:left;
	width:40%;
    padding: .85em 0;
}
.kitchennav span{
	font-weight:600;
	margin-right:0.8em;
	padding-right:0.8em;
	border-right:1px solid #FFFFFF;
}
.kitchennav a{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #FFF;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	transition:all 0.5s ease;
}
.kitchennav a:hover{
	color:#231F20;
	text-decoration:none;
	border-bottom:1px solid #231F20;
}

.tagline {
    display: block;
    margin: 0 auto;
    width: 60%;
	float:left;
    padding: .85em 0;
    text-align: right;
}

.tagline:before {
  content:'';
  background:url('/WEB/images/ico_checkmark_vividgreen.svg') no-repeat 0 0;
  display:inline-block;
  width:13px;
  height:12px;
  margin-right:1px;
  background-size: 13px 12px;
}

.no-svg .tagline:before {
  background-image:url('/WEB/images/ico_checkmark_vividgreens.png');
}

.tagline a,
.tagline a:hover {
  color:#fff;
  text-decoration: none;
}

.site-topbar+ #globalHeader {
    margin-top: 4em;
}


/*.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }*/
