h1 {
    font: normal 30px/35px Roboto Condensed;
    color: #601f1a;
}

h2 {
    font: normal 27px/28px Roboto Condensed;
    color: #601f1a;
}

h3 {
    font: normal 18px/18px Roboto Condensed;
    color: #601f1a;
}

h4 {
    font: normal 14px/18px Roboto Condensed;
    color: #601f1a;
}

h5 {
    font: normal 12px/18px Roboto Condensed;
    color: #333333;
}

h6 {
    font: normal 12px/18px Roboto Condensed;
    color: #333333;
}

body {
    font-weight: normal;
}

.logo_h__txt, .logo_link {
    font: normal 79px/80px Roboto Condensed;
    color: #2b2b2b;
}

.sf-menu > li > a {
    font: normal 16px/20px Roboto Condensed;
    color: #ffffff;
}

.nav.footer-nav a {
    font: normal 13px/18px Roboto Condensed;
    color: #64211c;
}

.silder_box {
    background-color: #993;
    height: auto;
    width: 100%;
}

/*=====================================================================================================*/
.paginateion {
    font-family: Arial, Helvetica, sans-serif;
    /*    padding: 3px;
        margin: 3px;*/
    /*text-align: center;*/
    /*padding-bottom: 20px;*/
    /*margin-left: 40%;*/
    /*margin-bottom: 15px;*/
    /*padding-top: 20px;*/
    /*margin: 0 0 30px 25px;*/
}

.paginateion a {
    background: none repeat scroll 0 0 #d4352b ;
    /*border-bottom: 1px solid #cccccc;*/
    /*border-radius: 4px 4px 4px 4px;*/
    color: white;
    display: inline-block;
    float: left;
    margin-right: 4px;
    padding: 5px 20px 6px;
    text-decoration: none;
    transition: all 200ms ease-in-out 0s;
    border: #c0c0c0 solid 1px;
    border-radius: 3px;
}

.paginateion a:hover, .paginateion a:active {
    /*border: 1px solid #303030;*/
    color: white;
    background-color: #303030;

}

.paginateion a.current {
    /*    margin: 2px;
        padding: 4px 7px;
        background: none repeat scroll 0 0 #8cbec6;
        color: white;*/
    background: #303030;
    /*background: none repeat scroll 0 0 red;*/
    /*border-bottom: 1px solid #2e3192;*/
    /*border-radius: 4px 4px 4px 4px;*/
    color: white;
    display: inline-block;
    float: left;
    margin-right: 4px;
    padding: 5px 20px 5px;
    text-decoration: none;
    transition: all 200ms ease-in-out 0s;
    cursor: pointer;
    border: #303030 solid 1px;
    /*border-radius: 3px;*/
    margin-bottom: 4px;

}

.paginateion span.disabled {
    /*    padding: 4px 7px;
        margin:2px;
        border:1px solid #eee;
        color:#DDD;*/
    background: none repeat scroll 0 0 #ACACAC;
    border-bottom: 1px solid #909090;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    margin-right: 4px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 200ms ease-in-out 0s;
    cursor: wait;

}
