.homebuff {
#    background: #666;
#    position: relative;
#    left: 0;
#    top: 0;
#    height: 100px;
    min-height: 100px;
    width: 100%;
#    background: #000;
#    overflow: hidden;
}


dl,
menu,
ol,
ul {
    margin: 1em 0;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
}

.container:after		{ content: ""; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix:before,
.clearfix:after,
.row:after 			{ content:''; display:block; visibility:hidden; width:0; height:0; }
.row:after, .clearfix:after	{ clear:both; }
.clear 				{ clear:both; display:block; visibility:hidden; width:0; height:0; }

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_nav {
/*    background: #0b495a; */
    background: #F3F3F3;
    margin: 0;
    padding: 0;
	width: 89% !important;
	max-width: 1280px;
/*	height: 200px; */
	height: 41px;
}

.top_nav .full_width {
/*    width: 100% !important; */
/*    width: 80% !important; */
}

.social {
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: left;
    min-width: 200px;
}

.social li {
    display: inline;
    float: left;
    position: relative;
}

.social li a {
    display: block;
    width: 32px;
    height: 32px;
    padding: 4px;
    color: black;
    font-size: 12px
}

.social li a span {
    display: block;
    position: absolute;
    left: -99999px;
}

.social li a.contact_us {
    width: auto;
    text-transform: uppercase;
}

.social li a.contact_us .icon_email {
    float: left;
    display: block;
}

.social li a.contact_us span {
    text-indent: 0;
    display: inline;
    line-height: 32px;
    float: right;
    margin-left: 5px;
    position: relative !important;
    left: 0;
    height: 15px;
}

.top_nav .right {
    float: right;
    height: 40px;
    margin-right: 10px;
}

@media (max-width: 489px) {
  .right {
    display: none !important;
  }
}

.top_nav .buttons, .top_nav .languages {
    float: left
}

.top_nav .buttons a {
    height: 25px;
    padding: 0 15px;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 25px;
    text-decoration: none;
    position: relative;
    float: left;
/*    background: #18687f; */
/*    background: #9a2680; */
    background: #D0006F;
}

.top_nav .buttons .signup {
    -webkit-border-radius: 18px 0px 0px 18px;
    border-radius: 18px 18px 18px 18px;
    margin: 8px 5px 5px 10px;
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top_nav .languages {
    margin: 0 10px 0 0;
    padding: 0;
#    border-left: 1px solid white
}

.top_nav .languages li {
    display: block;
    float: left;
    height: 40px;
#    border-right: 1px solid white;
    margin: 0;
    padding: 0 10px;
    position: relative;
}

.top_nav .languages li a {
    color: black;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none
}

.icons {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("images/_icon-32-sprite_black.png") no-repeat;
}

.icon_facebook {
    background-position: -32px 0
}

.icon_g_plus {
    background-position: -64px 0
}

.icon_linkedin {
    background-position: -96px 0
}

.icon_email {
    background-position: -128px 0
}

.icon_search {
    background-position: 0 -32px
}

.icon_googletrans {
    background-position: -160px 0;
    margin-top: 3px;
}

.icon_medium {
    background-position: -190px 0;
}

.icon_rss {
    background: url("images/icons/rss.png") no-repeat center center;
}


