@charset "utf-8";
/* CSS Document */


.signup a{
    padding: 2px 2px;
	color: #fe8433;
    display: block;
    font-family: Verdana;
    font-size: 16px;
  	font-weight: bold;
    	}

.signup, .signup ul {
    list-style: none;
    padding: 0;
    margin: 0;
	

}

.signup li {

    /*background: linear-gradient(#A20609, #A20609);*/
    background: #FFFFFF;
    width: 250px;
    height:40px;
    /*border-radius: 10px 10px 10px 10px;*/
    transform: skew(30deg);
	
	
}


.signup li:hover {

   background: -webkit-linear-gradient(#FCD4A7, #FCD4A7);

    background: -o-linear-gradient(#FCD4A7, #FCD4A7);

	


}

.arrow-signup1 {
	font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	display:block;
}
.signuphadding { 
display:block;
text-align:center;
color:#FFFFFF;
font-size:28px;
font-family:Arial;
font-weight:bold;

}
.signupfont {
	display:block;
text-align:center;
color:#c85102;
font-size:20px;
font-family:Arial;
padding-top:10px;
font-weight: bold;
}
/*---------BOX Actions--------*/

.box1 a{
    padding: 2px 2px;
	color:black;
    display: block;
    font-family: Verdana;
    font-size: 10px;
    padding: 0 10px;
  	font-weight: bold;
    	}

.box1, .box1 ul {
    list-style: none;
    padding: 0;	

}

.box1 li {

    background: linear-gradient(rgb(241, 109, 0),hsl(12, 99%, 49%));
    width: 190px;
	height:120px;
    border-radius: 10px 10px 10px 10px;
	
}

.box1 > li:first-child {

    border-radius: 10px 10px 10px 10px;
	

}


.box1 li:hover {

   background: -webkit-linear-gradient(rgb(245, 86, 65), rgb(240, 101, 80));
   border-radius: 10px 10px 10px 10px
	
}
 /*---------box 2--------*/
 .box2 a{

     padding: 2px 2px;
	color: #FFF;
    display: block;
    font-family: Verdana;
    font-size: 16px;
    padding: 0 10px;
  	font-weight: bold;
	}

.box2, .box2 ul {
    list-style: none;
    padding: 0;
	

}

.box2 li {
    background: linear-gradient(rgb(241, 109, 0),hsl(12, 99%, 49%));
    width: 180px;
	height:120px;
	border-radius: 10px 10px 10px 10px;

   }

.box2 > li:first-child {

    border-radius: 10px 10px 10px 10px;

}


.box2 li:hover {

    background: -webkit-linear-gradient(rgb(245, 86, 65), rgb(240, 101, 80));
	border-radius: 10px 10px 10px 10px


}

 
 
 /*---------box 3-------*/
 .box3 a{

    padding: 2px 2px;
	color: #FFF;
    display: block;
    font-family: Verdana;
    font-size: 16px;
    padding: 0 10px;
    font-weight: bold;
	}

.box3, .box3 ul {
    list-style: none;
    padding: 0;

}

.box3 li {

    background: linear-gradient(rgb(241, 109, 0),hsl(12, 99%, 49%));
    width: 180px;
	height:120px;
	border-radius: 10px 10px 10px 10px;
}

.box3 > li:first-child {

    border-radius: 10px 10px 10px 10px

}


.box3 li:hover {
    background: -webkit-linear-gradient(rgb(245, 86, 65), rgb(240, 101, 80));
	border-radius: 10px 10px 10px 10px
}

.boxfont {
	display:block;
text-align:center;
color:white;
font-size:12px;
font-family:Arial;
padding-top:3px;
}

.arrowbox1 {
	font-size:20px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	display:block;
	padding-right:15px;
	padding-bottom:10px;
}

.boxhadding { 
display:block;
text-align:center;
color:white;
font-size:18px;
font-family:Arial;
font-weight:bold;
padding-top:10px;

}
.bch {
color:#FFFFFF;
font-size:28px;
font-family:Arial;
font-weight:bold;
text-align:left;

	
}

.bcf {
text-align:left;
color:#FFFFFF;
font-size:16px;
font-family:Arial;
padding-top:5px;
	
}

