.grid1{
	width: 100%;
	height: 350px;
	background-image: url("../../img/conf.png");
	background-size: 100%;
	background-position-y: -200px; 
	background-repeat: no-repeat;
}

.grid1 span{
    width: 100%;
	background-color: rgba(245,245,245,0.60);    
	font-size: 21pt;
	padding-left: 25px;
	padding-right: 15px;
	line-height: 100px;
	color: #009fe3;
}

.grid2{
	margin-top: 40px;
}

.grid2 ul{
	margin-bottom: 40px;
}

.grid2 li{
	list-style-image: url("../../img/listLogo.png");
	list-style-position: inside;
	font-size: 14px;
	line-height: 25px;
}

#grid3{
    left: 19px;
    width: 140px;
    top: 110px;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 159, 227)), color-stop(100%, rgb(245, 245, 245)));
    background-image: -webkit-linear-gradient(top, rgb(0, 159, 227) 0%, rgb(245, 245, 245) 100%);
    background-image:    -moz-linear-gradient(top, rgb(0, 159, 227) 0%, rgb(245, 245, 245) 100%);
    background-image:     -ms-linear-gradient(top, rgb(0, 159, 227) 0%, rgb(245, 245, 245) 100%);
    background-image:      -o-linear-gradient(top, rgb(0, 159, 227) 0%, rgb(245, 245, 245) 100%);
    background-image:         linear-gradient(to bottom, rgb(0, 159, 227) 0%, rgb(245, 245, 245) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fe3', endColorstr='#f5f5f5', GradientType=0);
    background-repeat: no-repeat;
    border: 2px solid rgb(255, 255, 255);
    -webkit-box-shadow: -1px 1px 10.5px 0 rgba(0, 0, 0, 0.115) inset, 0px 0px 5px 0 rgb(141, 141, 141);
       -moz-box-shadow: -1px 1px 10.5px 0 rgba(0, 0, 0, 0.115) inset, 0px 0px 5px 0 rgb(141, 141, 141);
            box-shadow: -1px 1px 10.5px 0 rgba(0, 0, 0, 0.115) inset, 0px 0px 5px 0 rgb(141, 141, 141);
    -webkit-border-radius: 5px 5px 5px 5px;
       -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
}

#grid3_1{
	display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: none;
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-family: AvenirNext-DemiBold, "Avenir Next", sans-serif;
    text-shadow: none;
}

#grid3:hover{
    box-shadow: rgba(0,0,0, 0.7) 0 0 5px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 5px; 
}