.link{
	background: #222;
background: -moz-linear-gradient(#252525, #0A0A0A) ;
background: -o-linear-gradient(#252525, #0A0A0A);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0A0A0A));
background: -webkit-linear-gradient(#252525, #0A0A0A);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
color:#fff;
padding: 8px 10px;
text-decoration: none;
font-weight: normal;
font-size: 18px;
font-family: Arial,Verdana;
word-spacing: 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
}
.link:hover{
background:#62ABD8 !important;
background: -moz-linear-gradient(#80BADE, #62ABD8) ;
background: -o-linear-gradient(#80BADE, #62ABD8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80BADE), to(#62ABD8));
background: -webkit-linear-gradient(#80BADE, #62ABD8);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
.link:active{
background:#62ABD8 !important;
background: -moz-linear-gradient(#80BADE, #62ABD8) ;
background: -o-linear-gradient(#80BADE, #62ABD8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80BADE), to(#62ABD8));
background: -webkit-linear-gradient(#80BADE, #62ABD8);
-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
.container
{
	display:block;
	max-width: 269px;
	margin: 0 5%;
	height : auto ;
	position: relative;
	left: 14px
}
.accordionitem
{
	display: block;
	height: 50px;
	line-height: 40px;
    background: transparent linear-gradient(to right, #49B8EA 0%, #2989D8 69%, #2450A3 100%) repeat scroll 0% 0% / 100% auto;
	cursor: pointer;
	color: #FFF;
	padding: 0 1em;
}
.accordionitem h4 {
	padding-top: 4px;
	margin: 0;
}
.accordionitem-data
{
	display : none ; 
	height : auto ;
}
.accordionitem-data div {
	border-bottom: 1px solid #000000;
}
.accordionitem-data div h4 {
	margin: 0;
}
.accordionitem-data div h4 a {
	padding: 1em;
	text-decoration: none;
	color: #000000;
	background-repeat: no-repeat;
	background-position: 233px center;
	display: block;
}
.accordionitem-data div h4 a:hover {
	color: #A29061;
}
.accordionactive {
	color : #000 ;
}
@media screen and (max-width: 1075px){
	.container {
		max-width: 100%;
		left: 0;
		text-align: center;
	}
}