/* page title */
@media (min-width:320px) {
    .page_title {
        background: url(../images/slider-bg-mobile.jpg) no-repeat center top;
    }
}

@media (min-width:600px) {
    .page_title {
        background: url(../images/slider-bg.jpg) no-repeat center top;
    }
}

.page_title {
    width: 100%;
    min-height: 50px;
    padding-top: 20px;
    margin: -20px 0px 0px 0px;
}

.page_title .leaft_title {
    width: 68%;
    display: block;
    float: left;
    text-align: left;
    margin: 0px 0 0 0px;
}

.page_title .leaft_title h1 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.page_title .reght_pagenation {
    float: right;
    width: 28%;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    font-weight: 600;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 7px 0 0px 0px;
}

.page_title .reght_pagenation i {
    color: #eee;
    margin: 0px 2px 0px 2px;
}

.page_title .reght_pagenation a {
    padding: 0px 0px 0px 0px;
    color: #eee;
}

.page_title .reght_pagenation a:hover {
    color: #fff;
}
