/* Add here all your css styles (customizations) */

.bg-white {
    background-color: #FFF;
}

.boxed-layout {
    background: url(../img/patterns/blank.jpg) repeat;
}

.breadcrumbs-v3 {
    padding: 70px 0;
}

.content {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
}

.cube-portfolio .content-xs {
    padding-top: 0;
}

.cube-portfolio .cbp-l-filters-text {
    /*border: #ddd solid 1px;*/
    padding: 4px 30px 12px 10px;
}

.cube-portfolio .cbp-l-grid-agency-title {
    font-size: 14px;
}

.cbp-l-filters-text .cbp-filter-item {
    margin: 0;
}

.help-block-error {
    color: #a94442;
}

.job-img {
    min-height: 242px;
    background-color: #F7F7F7;
}

.ls-ct-half {
    background: #777;
}

.margin-top-40 { margin-top: 40px;}
.margin-top-60 { margin-top: 60px;}

.portfolio-item1 p {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.portfolio-item1 ul {
    margin-left: 14px;
}

.portfolio-item1 li {
    font-size: 13px;
}

.reg-header .social-icons {
    padding-bottom: 10px;
}

.social_google {
    background: url(../img/icons/social/googleplus.png) no-repeat;
}

.slider.slider-horizontal {
    margin-top: 12px;
    width: 100%;
}

.tab-v2 .tab-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tab-v2 .nav-tabs li.active:nth-of-type(1) a {
    border-left: none;
}

.project-details strong {
    min-width: 140px;
}

#impliedsubmit {
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#impliedsubmit:hover {
    color: #fff;
    background-color: #000;
}

@media (min-width: 991px) {
    .equal-height-container .equal-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .equal-height-container .equal-height-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}