/**************** General Widget CSS****************/
.side_row {
    list-style: none;
}
#right .widget {
    width: 100%;
    height: auto;
    margin-bottom: 90px;
    position: relative;
    overflow: hidden;
    display: block;
}

/**************** Register / Login Box ****************/
.user_panel {
    background: url('images/register_login_icon.png') no-repeat left center transparent;
    margin-top: 14px;
    margin-left: 70px;
    padding-left: 26px;
    display: inline-block;
    overflow: hidden;
}
.user_panel div {
    float: left;
}
.user_panel div a {
    color: #84cfcb;
    text-decoration: none;
}
.user_panel div a:hover {
    color: #ff460d;
}
.user_panel div:first-child {
    border-right: 1px solid #84cfcb;
}
.user_panel .register {
    padding: 0px 10px;
}
.user_panel .login {
    padding-left: 10px;
}
/**************** Search Box ****************/
.search label {
    display: none;
}
.search input {
    width: 85%;
    background: #575757 !important;
    padding: 6px 12px !important;
    border: none !important;
    border-radius: 20px;
    -moz-box-shadow:    inset 0 1px 2px #000000;
   -webkit-box-shadow: inset 0 1px 2px #000000;
   box-shadow:         inset 0 1px 2px #000000;
}
/**************** Affiliates ****************/
.affiliates img{
    max-width: 90%;
}
.affiliates table{
    text-align: center;
    font-size: 68.75%;
    line-height: 1.2em;
}
.affiliates table br{
    line-height: 1.2em;
    margin-bottom: 0;
}
.orange_fold.topright{    
    border-top: 10px solid #ff460d;
}
.blue_fold.topright{        
    border-top: 10px solid #84cfcb;
}
.orange_fold.topright,
.blue_fold.topright {
    width: 0; 
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

/**************** Connect With Us ****************/
a.facebook, a.twitter {
    margin-left: 12px;
    width: 35px;
    height: 35px;
    float: left;
    display: block;
    font-size: 0px;
    color: transparent;
}
.connect_with_us .facebook, .connect_with_us .twitter {
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.facebook {
    background: url(images/icons/facebook.png) no-repeat center transparent;
}
a.facebook:hover {
    background: url(images/icons/facebook_hover.png) no-repeat center transparent;
}
a.twitter {
    background: url(images/icons/twitter.png) no-repeat center transparent;
}
a.twitter:hover {
    background: url(images/icons/twitter_hover.png) no-repeat center transparent;
}

/**************** Footer Menu ****************/
#footer ul li a:hover {
    color: #fd5116;
    text-decoration: none;
    -o-transition: color 0.8s ease, padding 0.8s linear;
    -webkit-transition: color 0.8s ease, padding 0.8s linear;
    -moz-transition: color 0.8s ease, padding 0.8s linear;
    transition: color 0.8s ease, padding 0.8s linear;
}