/* here you can put your own css to customize and override the theme */

.container-banner {
    color: #fff;
    font-family: Raleway;
    font-weight: 500;
    line-height: 73px;
    margin: 17px 0;
    text-transform: none;
}

.category {
    border: 1px solid #F0F1F2;
    padding: 25px 35px;
    font-family: 'Open Sans', sans-serif;
    min-height: 300px;
}

.category a {
    text-decoration: none;
}

.category li {
    margin-bottom: 5px;
}

.category-header {
    color: #606873;
    line-height: 25px;
    margin: 20px 0;
    text-decoration: none;
}

.category-header a {
    color: #606873;
    text-decoration: none;
}

.category-content a {
    color: #A3A8AF;
}

.category-content a:hover {
    color: #3FD6FF;
}

.rmenu {
    padding: 0px;
    margin-top: 36px;
}

.rmenu ul {
    padding: 0px;
    margin-bottom: 40px;
}

.rmenu ul>li {
    background: #2a3b4d;
    border-bottom: 1px solid #354556;
}

.rmenu ul>li:hover {
    background: #23303E;
    color: #fff;
    border-left: 3px solid #3FD6FF;
}

.rmenu li>p {
    padding: 30px 10px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
}

.rmenu p>a {
    padding: 30px 110px 25px 10px;
    color: #8a95a6;
    text-decoration: none;
}

.rmenu p>a:hover {
    color: #fff;
}

.rcontent {
    margin-left: 20px;
    padding-bottom: 40px;
}

.rcontent h1 {
    text-align: left;
}

.rlist {
    padding-left: 20px;
}

.rlist p {
    margin: 0;
    padding: 5px 20px;
}

.rlist span {
    margin-right: 10px;
}

.rlist i {
    color: #5A5959;
}

.rlist a {
    font-size: 16px;
    color: #10B2D0;
    text-decoration: none;
}

.rlist a:hover {
    color: #3FD6FF;
}

.rlist .panel-body {
    height: 250px;
    overflow: scroll;
    background: #f3f3f3;
}

.dmenu .panel-heading {
    background-color: #2a3b4d;
    color: #8a95a6;
}

.dmenu .panel-heading a {
    padding-left: 7px;
}

.dmenu .panel-body a {
    font-size: 15px;
}
