.tabs{margin: 45px 10px 0 10px;}

.tabs>div { position:relative;}
.tabs .tab-content {
	overflow: hidden;
	padding: 19px 0 18px 0;
}


.tabs ul.nav {
	list-style-image:none; 
	display:inline-block; 
	 }
.tabs ul.nav li {
	font-size:16px;
	line-height:20px;
	margin-right: 5px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	text-transform: uppercase;
	background:#dcdcdc;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: 0 -2px 2px rgba( 158, 159, 159, 0.31);
}
.tabs ul.nav li a {
	color: #616161;
	display:block;
	padding: 7px 11px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabs ul.nav li.selected, .tabs ul.nav li:hover {
	background: url(../images/li-selected.jpg) 0 -3px repeat-x #eeeeee;
	margin-top: 0;
}
.tabs ul.nav li.selected a, .tabs ul.nav li:hover a{
	color:#0a69d8;
	padding: 12px 11px 9px;
	height: 42px;
}
.div-nav{
	position: relative;
	z-index: 2;
}

.div-content{
	background: #f3f3f3 url(../images/bg-content.jpg) 0 0 repeat-x;
	box-shadow: 0 0 3px rgba( 215, 215, 215, 0.5);
	overflow: hidden;
	margin-top: -1px;
	position: relative;
	border: 1px solid #fff;
	z-index: 1;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

.clients{
	display: block;
	overflow: hidden;
	margin: 0 -1px;
	text-align: center;
}
.clients li{
	float: none;
	display: inline-block;
	margin: 0 5px 10px;
	background: url(../images/bg-client-2.png) 0 0;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
.clients li:hover{
	background-position: 0 bottom;
	border-left-color: #0e6bd6;
	border-right-color: #0a69d8;
}
.clients li a{
	display: inline-block;
	height: 103px;
}
#tab-1 .clients li a{
	width: 218px;
}
#tab-2 .clients li a{
	width: 118px;
}
.clients li a>span{
	display: inline-block;
	padding-top: 73px;
	text-transform: uppercase;
	color: #838383;
	font-weight: bold;
}
.clients li a:hover>span{color: #eeeeee;}
.clients li a:hover{background-position: center bottom;}

.client-transport{background: url(../images/transport.png) center 0 no-repeat;}
.client-estate{background: url(../images/estate.png) center 0 no-repeat;}
.client-health{background: url(../images/health.png) center 0 no-repeat;}
.client-liability{background: url(../images/liability.png) center 0 no-repeat;}
.client-tourism{background: url(../images/tourism.png) center 0 no-repeat;}
.client-others{background: url(../images/others.png) center 0 no-repeat;}
.client-case{background: url(../images/case.png) center 0 no-repeat;}
.client-globe{background: url(../images/globe.png) center 0 no-repeat;}
.client-cyber{background: url(../images/cyber.png) center 0 no-repeat;}


@media only screen and (max-width: 995px) {
	.clients li{
		float: left;
	}
	#tab-1 .clients li a, #tab-2 .clients li a{
		width: 175px;
	}
}

@media only screen and (max-width: 479px) {

	.clients li{
		background-size: auto 103px !important;
	}
	.clients li a{
		display: inline-block;
		height: 51px;
		background-size: auto 103px !important;
		}
	#tab-1 .clients li a, #tab-2 .clients li a{
		width: 128px;
	}
	.clients li a>span{
		padding-top: 31px;
		font-size: 6px;
	}

.tabs ul.nav li{
	font-size: 12px;
	margin: 0;
}
.tabs ul.nav li a{
	color: #616161;
	display:block;
	padding: 7px 8px 9px;
	}
.tabs ul.nav li.selected a, .tabs ul.nav li:hover a{
		color:#0a69d8;
		padding: 7px 8px 9px;
		height:auto;
	}

	}
