@charset "utf-8";
/* CSS Document */


#maindiv
{
	width: 100%;
	height: auto;
	overflow: auto;
	}
html
{
	margin: 0px;
padding: 0px}
@media only screen and (min-width:320px)
{
	body
{
	margin: 0;
	background-image: url(images/bg-index.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#maindiv
{
	width: 100%;
	height: auto;
	overflow: auto;
}
.compa
{
margin: 20% auto;
width: 80%;
height: auto;
min-height: 250px;
border-radius: 25px;
border: #b2b5b9 solid 5px;
padding: 2em 1em;
background: rgba(228,228,228,1);
background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,228,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0 );
}
.logo img
{
	text-align: center;
	display: block;
	margin: auto;
	width: 80%;
	height: auto;
}
.cmp-name img
{
	width: 95%;
	height: auto;
	padding: 1em;
	
}
.click a
{
	color: #fff;
	background-color: #c62e00;
	padding: 1em 3em;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	margin: auto;
	width: 60%;
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 3px 0px #a12702;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	font-size: 13px;

}
.click a:hover
{
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 6px 0px #a12702;
	transform: translateY(-5px);
	transition: 0.2s ease-in-out;
	text-decoration: none;
}
}
@media only screen and (min-width:480px)
{
#maindiv
{
	width: 100%;
	height: auto;
	overflow: auto;
}
.compa
{
margin: 20% auto;
width: 60%;
height: auto;
min-height: 250px;
border-radius: 25px;
border: #b2b5b9 solid 5px;
padding: 2em 1em;
background: rgba(228,228,228,1);
background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,228,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0 );
}
.logo img
{
	text-align: center;
	display: block;
	margin: auto;
	width: 80%;
	height: auto;
}
.cmp-name img
{
	width: 95%;
	height: auto;
	padding: 1em;
	
}
.click a
{
	color: #fff;
	background-color: #c62e00;
	padding: 1em 3em;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	margin: auto;
	width: 60%;
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 3px 0px #a12702;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	font-size: 13px;

}
.click a:hover
{
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 6px 0px #a12702;
	transform: translateY(-5px);
	transition: 0.2s ease-in-out;
	text-decoration: none;
}
}
@media only screen and (min-width:640px)
{
#maindiv
{
	width: 100%;
	height: auto;
	overflow: auto;
}
.compa
{
margin: 15% auto;
width: 50%;
height: auto;
min-height: 250px;
border-radius: 25px;
border: #b2b5b9 solid 5px;
padding: 2em 1em;
background: rgba(228,228,228,1);
background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,228,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0 );
}
.logo img
{
	text-align: center;
	display: block;
	margin: auto;
	width: 60%;
	height: auto;
}
.cmp-name img
{
	width: 95%;
	height: auto;
	padding: 1em;
	
}
.click a
{
	color: #fff;
	background-color: #c62e00;
	padding: 1em 3em;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	margin: auto;
	width: 60%;
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 3px 0px #a12702;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	font-size: 13px;

}
.click a:hover
{
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 6px 0px #a12702;
	transform: translateY(-5px);
	transition: 0.2s ease-in-out;
	text-decoration: none;
}
}
@media only screen and (min-width:768px)
{
.compa
{
margin: 12% auto;
width: 33%;
height: auto;
	min-height: 250px;
	border-radius: 25px;
	border: #b2b5b9 solid 5px;
padding: 2em 4em;
background: rgba(228,228,228,1);
background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,228,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0 );
}
.logo img
{
	text-align: center;
	display: block;
	margin: auto;
	width: 70%;
	height: auto;
}
.cmp-name img
{
	width: 90%;
	height: auto;
	padding: 1em;
	
}
.click a
{
	color: #fff;
	background-color: #c62e00;
	padding: 1em 2em;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	margin: auto;
	width:80%;
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 3px 0px #a12702;
	transition: 0.2s ease-in-out;
	text-decoration: none;

}
.click a:hover
{
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 6px 0px #a12702;
	transform: translateY(-5px);
	transition: 0.2s ease-in-out;
	text-decoration: none;
}

}
@media only screen and (min-width:980px)
{
	body
{
	margin: 0;
	background-image: url(images/bg-index.jpg);
	background-repeat: no-repeat;
	background-size:auto;
}
.compa
{
margin: 12% auto;
width: 33%;
height: auto;
	min-height: 250px;
	border-radius: 25px;
	border: #b2b5b9 solid 5px;
padding: 2em 4em;
background: rgba(228,228,228,1);
background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,228,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0 );
}
.logo img
{
	text-align: center;
	display: block;
	margin: auto;
	width: 70%;
	height: auto;
}
.cmp-name img
{
	width: 90%;
	height: auto;
	padding: 1em;
	
}
.click a
{
	color: #fff;
	background-color: #c62e00;
	padding: 1em 2em;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	margin: auto;
	width:80%;
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 3px 0px #a12702;
	transition: 0.2s ease-in-out;
	text-decoration: none;

}
.click a:hover
{
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 6px 0px #a12702;
	transform: translateY(-5px);
	transition: 0.2s ease-in-out;
	text-decoration: none;
}

}
@media only screen and (min-width:1024px)
{
	body
{
	margin:0px;
	background-image: url(images/bg-index.jpg);
	background-repeat: no-repeat;
	background-size:auto;
	background-position: bottom;
}
.compa
{
margin: 13.5% auto;
width: 28%;
height: auto;
	min-height: 250px;
	border-radius: 25px;
	border: #b2b5b9 solid 5px;
padding: 2em 4em;
background: rgba(228,228,228,1);
background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,228,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0 );
}
.logo img
{
	text-align: center;
	display: block;
	margin: auto;
	width: 70%;
	height: auto;
}
.cmp-name img
{
	width: 90%;
	height: auto;
	padding: 1em;
	
}
.click a
{
	color: #fff;
	background-color: #c62e00;
	padding: 1em 2em;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	margin: auto;
	width:80%;
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 3px 0px #a12702;
	transition: 0.2s ease-in-out;
	text-decoration: none;

}
.click a:hover
{
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 6px 0px #a12702;
	transform: translateY(-5px);
	transition: 0.2s ease-in-out;
	text-decoration: none;
}

}
@media only screen and (min-width:1280px)
{
	body
{
	margin: 0;
	background-image: url(images/bg-index.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top;
}
.compa
{
margin: 12% auto;
width: 25%;
height: auto;
	min-height: 250px;
	border-radius: 25px;
	border: #b2b5b9 solid 5px;
padding: 2em 4em;
background: rgba(228,228,228,1);
background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,228,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0 );
}
.logo img
{
	text-align: center;
	display: block;
	margin: auto;
	width: 70%;
	height: auto;
}
.cmp-name img
{
	width: 90%;
	height: auto;
	padding: 1em;
	
}
.click a
{
	color: #fff;
	background-color: #c62e00;
	padding: 1em 2em;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	margin: auto;
	width:60%;
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 3px 0px #a12702;
	transition: 0.2s ease-in-out;
	text-decoration: none;

}
.click a:hover
{
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 6px 0px #a12702;
	transform: translateY(-5px);
	transition: 0.2s ease-in-out;
	text-decoration: none;
}

}
@media only screen and (min-width:1600px)
{
.compa
{
margin: 12% auto;
width: 23%;
height: auto;
	min-height: 250px;
	border-radius: 25px;
	border: #b2b5b9 solid 5px;
padding: 2em 4em;
background: rgba(228,228,228,1);
background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,228,228,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0 );
}
.logo img
{
	text-align: center;
	display: block;
	margin: auto;
	width: 50%;
	height: auto;
}
.cmp-name img
{
	width: 90%;
	height: auto;
	padding: 1em;
	
}
.click a
{
	color: #fff;
	background-color: #c62e00;
	padding: 1em 3em;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	margin: auto;
	width: 50%;
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 3px 0px #a12702;
	transition: 0.2s ease-in-out;
	text-decoration: none;

}
.click a:hover
{
	text-shadow: 0px 4px 1px #a12702;
	box-shadow: 0px 6px 0px #a12702;
	transform: translateY(-5px);
	transition: 0.2s ease-in-out;
	text-decoration: none;
}

}