/*------------------------------------------------------------------
    page title
-------------------------------------------------------------------*/

.page-title {
    position: relative;
    padding: 50px 0;
    background-color: #edeff3;
	text-align: center;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5{
    margin-bottom: 0px;
    font-weight: normal;
}
.page-title h1{font-size:30px}

.page-title span {
    margin-top: 5px;
    display: block;
    color: #929294;
}

.page-title .container {
    position: relative;
}

.page-title .breadcrumb {
    background-color: transparent;
    width: auto;
    padding: 0;
    font-size: 12px;
	position: relative;
    margin: 10px 0 0 0;
}

.page-title .breadcrumb li {
    letter-spacing: 1px;
}