/* CLIENT STYLES*/
.client-top{margin-top:100px;}

.client-adobe{background: url(client-list/adobe-bg.jpg);}
.client-amazon{background: url(client-list/amazon-bg.jpg);}
.client-amc{background: url(client-list/amc-bg.jpg);}
.client-amd{background: url(client-list/amd-bg.jpg);}
.client-anthem{background: url(client-list/anthem-bg.jpg);}
.client-bmw{background: url(client-list/bmw-bg.jpg);}
.client-cnngo{background: url(client-list/cnngo-bg.jpg);}
.client-coke{background: url(client-list/coke-bg.jpg);}
.client-delta{background: url(client-list/delta-bg.jpg);}
.client-gp{background: url(client-list/gp-bg.jpg);}
.client-hp{background: url(client-list/hp-bg.jpg);}
.client-microsoft{background: url(client-list/microsoft-bg.jpg);}
.client-netgear{background: url(client-list/netgear-bg.jpg);}
.client-nokia{background: url(client-list/nokia-bg.jpg);}
.client-sandisk{background: url(client-list/sandisk-bg.jpg);}
.client-sprint{background: url(client-list/sprint-bg.jpg);}
.client-symantec{background: url(client-list/symantec-bg.jpg);}
.client-turner{background: url(client-list/turner-bg.jpg);}
.client-walmart{background: url(client-list/walmart-bg.jpg);}

.client-bg {
	height:100%;
	max-height:400px;
    /*background: url(client-list/delta-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: auto 400px;
    /*background-size:contain;*/
    /*background-size: 100% 100%;*/
    /*background-origin: content-box;*/
    border-bottom: solid 1px #333;


}
.client-thumb{
	position:absolute;
	right:64px;
	width:310px;
	height:96px;
	margin-top:270px;
}
@media (max-width: 1450px) {
.client-bg {
	max-height:300px;
	background-size: auto 300px;
}
.client-thumb{
	right:32px;
	margin-top:180px;
}
}
@media (max-width: 767px) {
.client-bg {
	max-height:200px;
	background-size: auto 200px;
}
.client-top{
	margin-top:50px;
}
.client-thumb{
	width:248px;
	height:78px;
	right:25px;
	margin-top:95px;
}
}
@media (max-width: 450px) {
.client-thumb{
	width:155px;
	height:48px;
	right:16px;
	margin-top:138px;
}
}
