﻿.toggler
{
	cursor: pointer;
	margin: 0;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.element
{
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
}

.title1
{
	font-size: 12px;
	color: #A6CE39;
	width: 265px;
}

.title1 span:hover
{
	cursor: pointer;
	text-decoration: underline;
}

 
#boxCompany div
{
	background-position: #000000;
	background: #000000;
	width:100%;
	height: 320px;
	color: #FFFFFF;
}


.mask
{
	width:100%;
	height:320px;
	overflow:hidden;
}
 
#boxServices div
{
	background-position: #000000;
	background: #000000;
	width:100%;
	height: 160px;
	color: #FFFFFF;
}

.maskServices
{
	width:100%;
	height:160px;
	overflow:hidden;
}

#boxHome div
{
	background-position: #000000;
	background: #000000;
	width:100%;
	height: 120px;
	color: #FFFFFF;
}

.maskHome
{
	width:100%;
	height:120px;
	overflow:hidden;
}

#boxContact div
{
	background-position: #000000;
	background: #000000;
	width:100%;
	height: 200px;
	color: #FFFFFF;
}

.maskContact
{
	width:100%;
	height:200px;
	overflow:hidden;
}
.container
{
	padding: 10px;
}