/* Enter Your Custom CSS Here */


.bread-title-holder {
    overflow: hidden;
    position: relative;
    display:none;
}

.container.post-wrap {
    margin-top: 35px;
}

#content img, #sider-bar img {
    height: auto;
    margin: 0;
    max-width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-out; /* Saf3.1+, Chrome */
-moz-transition: -moz-transform 0.5s ease-out; /* FF3.5+ */
-o-transition: -o-transform 0.5s ease-out; /* Opera */
transition: transform 0.5s ease-out;
}

#content img:hover, #sider-bar img:hover {
    -webkit-transform: scale(1.1); /* Saf3.1+, Chrome */
-moz-transform: scale(1.1); /* FF3.5+ */
-ms-transform: scale(1.1); /* IE9+ */
-o-transform: scale(1.1); /* Opera */
transform: scale(1.1);
}

#content .skepost-meta {
    display: none;
}

.comments-template #commentsbox {
    display: none;
}

#full-twitter-box, .progress_bar {
    display: none;
}

#team-division-box .border_center {
    border: none;
}

#portfolio-division-box h3, #full-client-box h3, #team-division-box h3 {
    margin: 0 0 10px;
    padding-top: 0;
    color: #ffa500;
}

#portfolio-division-box .border_left, #full-client-box .border_left {
    border-bottom: none;
    display: block;
    margin-bottom: 0px;
    width: 100px;
}

.clients-items {
    margin-bottom: 0;
    margin-top: 20px;
}

.clients-items li a {
    border-style: none;
}

.clients-items li:last-child a {
    border-right: none;
}

#footer {
    margin-top: 0;
}

#footer .third_wrapper .copyright {
    font-size: 12px;
    line-height: 20px;
    min-height: inherit;
}
