input, textarea, .uneditable-input {
    width: auto;
}
/*leo-headertop*/
.lof-userpanel{
	padding-top: 20px;
    padding-bottom: 40px;
}
.lof-userpanel a{
	color: #000;
    font-size: 14px;
    line-height: 30px;
}
.lof-userpanel .lof-button a:hover{
	color: #910b12;
}
/*search*/
.search input[type="text"]{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    border-color: #910b12;
	border-width: 1px 1px;
	padding: 0 36px 1px 15px;
	width: 50%;
    height: 30px;
	float: left;
}
.search input[type="text"]:focus{
	box-shadow: none;
}
/*social*/
.social-list{
	float: right;
}
.social-list a{
	background: url("../images/social.png") no-repeat;
    display: inline-block;
    float: left;
    height: 28px;
    text-indent: -9999em;
    width: 30px;
}
.social-list a#pinterest{
	background-position: left top;
}
.social-list a#pinterest:hover{
	background-position: left bottom;
}
.social-list a#facebook {
    background-position: -30px top;
}
.social-list a#facebook:hover{
	background-position: -30px bottom;
}
.social-list a#twitter {
    background-position: -62px top;
}
.social-list a#twitter:hover {
    background-position: -62px bottom;
}
.social-list a#google {
    background-position: -92px top;
}
.social-list a#google:hover {
    background-position: -92px bottom;
}
.social-list a#youtobe {
    background-position: -120px top;
}
.social-list a#youtobe:hover {
    background-position: -120px bottom;
}
/*twitter*/
.sp-tweet-item {
	border-bottom: 1px solid #222;
	padding: 15px 0 15px 45px;
	background: url(../images/bg-twitter.png) no-repeat 0 20px;
}
.TDB-tweet-text{font-weight: 600;}
.TDB-tweet .TDB-tweet-align-left{
	background: none;
	border: none;
	padding-left: 20px;
}
.sp-tweet-even{
	border-bottom: none;
}
.sp-tweet a {
	color: #40bbb4;
	font-size: 110%;
}
/*custom*/
#bottom1 ul li {
	background: url(../images/icon-arrow.png) no-repeat 0 14px;
    padding: 5px 0 5px 10px;
}
#bottom1 ul li:hover{
	background-position: 0 -33px;
}
#bottom1 ul li a:hover
{ 
  color: #910b12;
  Background:#fff;
  font-weight: bold;
}
#bottom1 ul li a ,
#bottom1 p{
    color: #fff;
    font-weight: bold;
}
.newsletter .inputbox {
	background: #000000;
    border: 1px solid #474747;
    float: left;
    margin: 0;
    width: 67%;
}
.newsletter input[type="text"]:focus, 
.newsletter input[type="password"]:focus, 
.newsletter input[type="url"]:focus, 
.newsletter input[type="email"]:focus{
	background: #000;
	border: 1px solid #474747;
	box-shadow: none;
}
.newsletter {
    padding-top: 10px;
}
.newsletter .button {
	background: #E86C98;
    border-radius: 0;
    color: #FFf;
    height: 30px;
    margin: 0 0 0 8px;
    padding: 8px 15px;
    text-transform: uppercase;
}

/*tab Gk5*/
.gkTabsNav{background: #910b12;}
.sidebar .gkTabsWrap.vertical ol li:first-child{
    padding: 6px 13px 8px !important;
}
.sidebar .gkTabsWrap.vertical ol li, 
.sidebar .gkTabsWrap.horizontal ol li{
    color: #fff;
    font-size: 16px;
    padding: 6px 13px 8px !important;
    text-shadow: none;
    position: relative;
    border: 1px solid transparent;
}
.sidebar .gkTabsWrap.vertical ol li.active, 
.sidebar .gkTabsWrap.horizontal ol li.active, 
.sidebar .gkTabsWrap.vertical ol li:hover, 
.sidebar .gkTabsWrap.horizontal ol li:hover{
    background: #910b12;
    font-weight: bold;
    color: #fff !important;
}
.sidebar .gkTabsWrap.vertical ol li.active:before, 
.sidebar .gkTabsWrap.horizontal ol li.active:before{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #910b12;
    bottom: -6px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.sidebar .gkTabsWrap.vertical ol, 
.sidebar .gkTabsWrap.horizontal > ol{ border: none; margin-bottom: 10px !important;}
.sidebar .gkTabsItem{ padding: 0;}