@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}
#content #sub {
    padding-bottom: 5px;
    border-right: 1px dashed #000000;
}
#content #sub ul li a,
#content #sub ul li a span,
#content #sub .left-nav ul a {
    font-weight: normal;
    font-size: 14px;
}
#content #sub ul li.wilk,
#content #sub ul li.cycling,
#content #sub ul li.hiking {
    background: #2c7501;
}

#content #sub .left-nav {
    padding-left: 0px;
}

#content #sub ul li a {
    font-weight: bold;
}

#content #sub ul li.hiking a {
    background: url(../img/hiking_v3.png) no-repeat 100% 50%;
    font-weight: normal;
    color: #f8ff8e;
}
#content #sub ul li.cycling a {
    background: url(../img/bike_v3.png) no-repeat 100% 50%;
    color: #f8ff8e;
    font-weight: normal;
}
#content #sub ul li.wilk a {
    background: url(../img/wilk_v3.png) no-repeat 100% 50%;
    color: #f8ff8e;
    font-weight: normal;
}

#content #sub ul li a span {
    color : #fe8426;
}

.yellow_box_text {
    box-sizing: border-box;
    margin: 0px 0px 10px;
    color: rgb(51, 51, 51);
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.csc-textpic-caption {
    line-height: 1.2em;
    font-size: 12px;
    text-align: center;
}

#main ul li:last-child {
	margin-bottom: 10px;
}
