/**
* Layers DevKit Custom Main CSS
*/
.unavi a {
	color: #fff;
	background-color: #4F4D53;
	margin-right: 8px;	
}

.nav-pills > li > a {
    border-radius: 3px !important;
	padding: 8px 14px !important;
	font-size: 14px;
}

.nav-pills > li > a:hover {
background-color: #6A6A6A !important;
	color: #fff !important;
}
.size-full {
	max-width: 100%;
	height: auto;
}

.main-bloc p a {
	border-bottom: 1px dotted;
}