a {
    color:#282828;
    outline: none !important;
    text-decoration: none;
}
a:hover, a:active {
    color: #E60012;
    text-decoration: none;
}
.page-container {
    padding: 45px 0;
}
.page-container .col-lg-9 {
    flex: 0 0 auto;
    width: 74%;
    min-width: 1000px;
}
.page-container .col-lg-3 {
    flex: 0 0 auto;
    width: 26%;
    min-width: 340px;
}
.page-container #portfolio-container .portfolio-item {
    margin-bottom:17px;
}
.page-container #portfolio-container .portfolio-item figure {
    margin:0 0 22px;
}
.page-container #portfolio-container .portfolio-item .item-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #4f5458;
    letter-spacing: normal;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
}
.page-container #portfolio-container .portfolio-item time {
    color: #687075;
}
.page-container #portfolio-container .portfolio-item span {
    color: #f16543;
}

.sidebar .widget .title {
    color: #525659;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
    margin-top: 0;
}
.sidebar .widget ul li {
    border-bottom: 1px solid #d3dae0;
    padding: 6px 0 6px 0;
    font-size: 14px;
    color: #6e7375;
}
.sidebar .widget ul li a {
    color: #373c40;
    color: #6e7375;
}
.sidebar .widget ul li a:hover {
    color: #f16543;
}
.sidebar .widget ul li ul {
    padding: 6px 0 0;
}
.sidebar .widget ul li ul li:first-child {
    border-top: 1px solid #dedede;
}
.sidebar .widget ul li ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.sidebar .searchform #s, .searchform #searchsubmit {
    color: #ffffff;
    height: 48px;
    border: none;
    background-color: #B3813C;
    margin-bottom: 0;
    border-radius: 0;
}
.sidebar .searchform #s {
    width: 85%;
    padding-left: 20px;
    padding-right: 0;
    background: none;
    color: #444;
    border: 1px #ddd solid;
    border-right: none;
}
.sidebar .searchform .screen-reader-text {
    display: none;
}
.sidebar .searchform #searchsubmit {
    float: right;
    width: 15%;
    padding-left: 0;
    padding-right: 0;
    background-image: url("/images/icon-lense.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.sidebar .searchform #searchsubmit:hover {
    background-color: #373c40;
}
.sidebar .searchform {
    background: none;
    border: none;
}
.sidebar .searchform #s {
    background: none;
    color: #444;
    border: 1px #ddd solid;
    border-right: none;
}
.sidebar .searchform #searchsubmit {
    background-color: #E90112;
}
.sidebar .searchform ::-webkit-input-placeholder {
color: #444;
}
.sidebar .searchform ::-moz-placeholder {
color: #444;
}
.sidebar .searchform :-ms-input-placeholder {
color: #444;
}
.sidebar .searchform input:-moz-placeholder {
color: #444;
}
.sidebar .widget.side-search {
    margin-bottom:35px;
}
.sidebar .s-contact {
    font-size:14px;
    color: #555;
    line-height: 1.6;
}