﻿.cpImg {
    max-width: 100%;
    /*max-height: 195px;*/
    height: auto;
    width: auto\9; /* ie8 */
}

h4{
    margin-top:0;
    /*color: #d0d0d0;*/
}

.portfolio hr{
    border-color:black
}
.column-text h4{
    font-weight:bold
}

.column-img {
    width: 28%;
    padding-left:0;
    padding-right:0
}
.col-sm-6 .column-img{
    width:30%
}

.column-text{
    width: 100%
}

@media (min-width: 768px){
    .column-text {
        width: 69%;
        margin-left:3%
    }
    .col-sm-6 .column-text{
        width: 67%
    }
}

@media (max-width: 500px){

    .col-sm-6 {
        padding-left: 0;
        display: inline-block
    }
}

.h4bottom {
    border-bottom: solid 1px;
    width: 276px;
}

.col-sm-6 .h4bottom{
    width: 100%
}

.client-small {
    padding: 5px 5px;
    margin: 10px 3px;
    max-height: 110px;
    max-width: 170px;
}

.client-big {
    padding: 5px;
    max-height: 150px;
}
.client-ref{
    cursor:pointer;
    transition: box-shadow 0.3s ease-in-out
}

.client-ref:hover {
    box-shadow:0 0 40px black
}

.card-shadow {
    box-shadow: 0 0 40px black
}

.clients-container {
    margin-top: 60px;
    text-align:center
}

@media(max-width:650px){
    .clients-container{
        margin-top:30px
    }
}

.shadowtransition{
    transition: box-shadow 0.3s ease-in-out
}

@media (max-width:450px){
    .client-small{
        max-height: 60px;
        max-width: 100px;
    }
}

@media (max-width: 767px){
    .h4bottom{
        margin-left: 8px
    }
}
.row .centered{
    margin-left: 0;
    margin-right: 0
}

.toTop {
    display: none;
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 50px;
    height: 50px;
    background-color: #1f82c4;
    z-index: 5;
    border: none;
    outline: none;
    cursor: pointer;
    /*padding: 15px;*/
    text-align: center;
    border-radius: 10px;
}

.row .shadowtransition{
    margin-left: 0;
    margin-right: 0;
}

.toTopVisible{
    display: block;
}


@media(max-width:450px) {
    .client-big{
        max-width:80%
    }
}