@charset "UTF-8";
/* CSS Document */
body, html {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	color: #fff   /*{a-body-color}*/;
	text-shadow: 0 1px 3px #111 /;
	background: #555   ;
}

.link{
	border-style: none;
	background-image: -webkit-linear-gradient(270deg, rgba(69,69,69,1.00) 0%, rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(69,69,69,1.00) 0%, rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(69,69,69,1.00) 0%, rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(69,69,69,1.00) 0%, rgba(0,0,0,1.00) 100%);
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	padding: 0px;
	border-radius:4px;
	margin:0px;
}
.col-md-12{
	padding:0px;
}
.well{
	border-style: none;
	background-image: -webkit-linear-gradient(270deg, rgba(69,69,69,1.00) 0%, rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(69,69,69,1.00) 0%, rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(69,69,69,1.00) 0%, rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(69,69,69,1.00) 0%, rgba(0,0,0,1.00) 100%);
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	padding:20px;
	margin:20px 15px;
	}
	
.col-sm-6 h4 {
	padding:10px 20px 0px;
}

.col-sm-6 p {
	padding:10px 20px;
}
.link:hover{
	border-style: none;
	background-image: none, -webkit-linear-gradient(270deg,rgba(86,171,229,1.00) 0%,rgba(36,103,149,1.00) 53.76%,rgba(0,0,0,1.00) 100%);
	background-image: none, -moz-linear-gradient(270deg,rgba(86,171,229,1.00) 0%,rgba(36,103,149,1.00) 53.76%,rgba(0,0,0,1.00) 100%);
	background-image: none, -o-linear-gradient(270deg,rgba(86,171,229,1.00) 0%,rgba(36,103,149,1.00) 53.76%,rgba(0,0,0,1.00) 100%);
	background-image: none, linear-gradient(180deg,rgba(86,171,229,1.00) 0%,rgba(36,103,149,1.00) 53.76%,rgba(0,0,0,1.00) 100%);
	cursor: pointer;
}
