@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 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;
	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;
}

.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 16px;
	
}

.wel h4{


color: #a41900;

width: 106%;

font-size: 10px;
text-align:center;	
	
}

.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 49px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
font-size:10px;

}	
		
	
}


@media only screen and (min-width:414px)
{

.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 20px;
	
}

.wel h4{


color: #a41900;

width: 109%;

font-size: 13px;
text-align:center;	
	
}

.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 85px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
margin-top: -11px;
font-size:10px;
}	
	
	

}


@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 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;
	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;
}
.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 17px;
	
}

.wel h4{


color: #a41900;

width: 104%;
font-size: 11px;
text-align:center;	
	
}

.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 55px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
margin-top: -11px;
font-size:10px;
}	
	

}
@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 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;
	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;
}

.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 20px;
	
}

.wel h4{


color: #a41900;

width: 100%;

font-size: 13px;
text-align:center;	
	
}

.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 55px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;

}		
	
	
}
@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;
}


	
.wel{
width:100%;
		
}

.wel h3{

text-align: center;
color: #a41900;
font-size: 16px;
	
}

.wel h4{


color: #a41900;

width: 118%;
font-size: 11px;
text-align:center;	
	
}

.wel h5 {
	
	font-size:14px;
	text-align:center;
	
}	
.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 55px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
font-size:10px;
}	
		
	

}


@media only screen and (min-width:800px)
{
	
.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 17px;
	
}

.wel h4{


color: #a41900;

width: 100%;

font-size: 13px;
text-align:center;	
	
}

.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 63px;
}

.wel h4{

margin-top: -11px;
color: #a41900;

width: 106%;

font-size: 10px;
text-align:center;	
	
}
.wel h5 a { 

text-decoration:none;
color:#fff;
font-size:10px;
}	
		
	
	
}



@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;
}

.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 20px;
	
}

.wel h4{


color: #a41900;

width: 109%;

font-size: 13px;
text-align:center;	
	
}
.wel h4{

margin-top: -11px;
color: #a41900;

width: 100%;

font-size: 11px;
text-align:center;	
	
}
.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 82px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
font-size:10px;
}	
	
	
		

}
@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
{
	
	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;
}


.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;
font-size: 18px;
	margin-left: 10px;
}

.wel h4{


color: #a41900;
width: 301px;
font-size: 11px;
text-align:center;	
	
}

.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 154px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 63px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;

}	
	

}




@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:90%;
	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;
}

.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 20px;
	
}


.wel h4{

margin-top: -11px;
color: #a41900;

width: 100%;

font-size: 11px;
text-align:center;	
	
}
.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 80px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
font-size:10px;
}	
		
	

}

@media only screen and (min-width:1360px) {
	
	
.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 20px;
	
}
.wel h4{

margin-top: -11px;
color: #a41900;

width: 100%;

font-size: 12px;
text-align:center;	
	
}
.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 82px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
font-size:10px;
}	
	
	
	
	
}


@media only screen and (min-width:1400px) {
	
	
.wel{
width:100%;
		
}

.wel h3{



text-align: center;

color: #a41900;

font-size: 20px;
	
}
.wel h4{

margin-top: -11px;
color: #a41900;

width: 100%;

font-size: 12px;
text-align:center;	
	
}

.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 103px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
font-size:10px;
}	
	
	
	
}


@media only screen and (min-width:1440px) {
	
	
.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 20px;
	
}

.wel h4{

margin-top: -11px;
color: #a41900;

width: 100%;

font-size: 13px;
text-align:center;	
	
}

.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 151px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 103px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
font-size: 10px;
}	
	
	
}

@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 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;
}


.wel{
width:100%;
		
}

.wel h3{


text-align: center;

color: #a41900;

font-size: 20px;
	
}

.wel h4{

margin-top: -11px;
color: #a41900;

width: 100%;

font-size: 13px;
text-align:center;	
	
}

.wel h5 {
	
	font-size: 14px;
text-align: center;

width: 155px;
padding: 4px;
border-radius: 8px;
text-decoration: none;
list-style-type: none;
margin-left: 103px;
}

.wel h5 a { 

text-decoration:none;
color:#fff;
font-size: 10px;

}

}