* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	
	overflow-x: hidden; 
}
.btn-toolbars
{
	padding: 9px;
}
.nomarginbottom
{
	margin-bottom: 0px;
}
.btnsave
{
	float: left;
	margin-right: 6px;
	margin-top: 1px;
}
.search-effect
{
	transition:all 0.5s ease !important;
	-webkit-transition:all 0.5s ease !important;
	-moz-transition:all 0.5s ease !important;
}
.search-effect:focus
{
	width: 250px !important;
}
.form-error-input
{
	border: 2px solid red !important;
}
.title-system
{
	text-align: center;
	width: 115%;
	color: white;
}
.webpage { background-color: #f2f2f2; }
.row-bot-bg {
	width: 100%;
	min-height: 122px;
	top:50px;
	position: relative;
	background: url(../img/row-bot-bg.jpg) center top;
	padding-bottom: 40px;
	margin-bottom: 80px;
}
.row-bot-bg .container-page{
	min-height: 50px;
	top: 30px;
	position: relative;
}
h2.efect 
{
	font-size: 60px;
	font-weight: normal;
	line-height: 108px;
	color: #fff;
	text-align: center;
}
h2.efect span {
	color: #000;
}
.carousel .item>img{ width: 100%; }
.img-border
{
	display: block;
}
.img-border img 
{
	width: 100%;
	border: 10px solid white;
}
.list-item li a
{
	font-size: 1.1em;
	padding: 2px 0px;
	display: block;
	color: #7f7f7f;
}
footer
{
	width: 100%;
	min-height: 100px;
	background: #000;
	margin-top: 80px;
}
.aligncenter * { display: block; }
.aligncenter{
	text-align: center;
	padding-top: 20px;
}
.height30px{ height: 30px !important; }
.reset-button{
	background: transparent;
	border: 0px;
	font-size: 10em;
}
figure { margin: 0px; }
.marginleft0px{ margin-left: 0px !important; }
.margintop0px { margin-top: 0px !important;}

.menu-items li figure a{
	display: block;
}
.menu-items li{ margin: 15px 0px; }
.menu-items li figure a img { width: 100%; }
.menu-items li:nth-child(4n + 1){
	margin-left: 0 !important;
}
.avClient {
	margin-left: 10px;	
}
.nav-project-reset { height: 53px; }
.nav-project-reset >li > a{ padding: 16px 10px !important; }