.bleft {
	float: left;
	margin-top: 40px;
}

.bright {
	float: right;
	width: 50%;
	margin-top: 15px;
}

.bright div.clist {
	float: right;
}

ul.acc {
	float: left;
	width: 100%;
	margin-top: 20px;
}

ul.acc li {
	float: left;
	width: 48%;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 25px;
	margin-top: 25px;
}

ul.acc li:nth-child(even) {
	float: right;
}

ul.acc li:last-child, ul.acc li:nth-last-child(2) {
	border-bottom: none;
}

ul.acc li div.photobox {
	display: inline-block;
	background-color: #8B8B8B;
	width: 150px;
	height: 150px;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 2px 5px #333;
	text-align: center;
}

ul.acc li div.photobox i {
	color: #C9C9C9;
	font-size: 36px;
	padding-top: 37%;
}

ul.acc li div.photobox div.accphoto {
	float: left;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

ul.acc li div.photobox div.accphoto img {
	float: left;
	width: 200%;
	margin-left: -25%;
}

ul.acc li div.infoboxa {
	float: right;
	width: calc(95% - 150px);
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px;
}

ul.acc li div.infoboxa h3 {
	font-size: 22px;
	color: #EF8201;
	font-weight: bold;
	margin-bottom: 7px;
	height: 25px;
	overflow: hidden;
}

ul.acc li div.infoboxa a.alnk {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	margin-top: 7px;
}

ul.acc li div.infoboxa a.alnk:hover {
	text-decoration: underline;
	color: #EF8201;
}

.accbox {
	background: rgb(246,246,246);
	background: -moz-linear-gradient(0deg, rgba(246,246,246,0) 65%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(246,246,246,0) 65%, rgba(246,246,246,1) 100%);
	background: linear-gradient(0deg, rgba(246,246,246,0) 65%, rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#f6f6f6",GradientType=1);
}

@media screen and (min-width: 300px) and (max-width: 1280px) {
	nav.top {
		background: none;
	}
	
	nav.top a {
		background-color: transparent;
	}
}

@media screen and (min-width: 820px) and (max-width: 960px) {

	ul.acc li div.photobox {
		width: 100px;
		height: 100px;
	}
	
	ul.acc li div.infoboxa {
		width: calc(95% - 100px);
	}
	
	nav.top a {
		background-color: transparent;
	}
}

@media screen and (min-width: 480px) and (max-width: 819px) {

	ul.acc li {
		width: 96%;
		margin-left: 2%;
	}
	
	ul.acc li:nth-child(even) {
		float: left;
	}

	ul.acc li div.photobox {
		width: 120px;
		height: 120px;
	}
	
	ul.acc li div.infoboxa {
		width: calc(95% - 120px);
	}
	
	nav.top a {
		background-color: transparent;
	}
	
}

@media screen and (min-width: 300px) and (max-width: 639px) { 
	nav.top {
    background: url("../../images/bck_menuline.png") repeat-x center center;
	}
}

@media screen and (min-width: 300px) and (max-width: 479px) {

	ul.acc li {
		width: 94%;
		margin-left: 3%;
	}
	
	ul.acc li:nth-child(even) {
		float: left;
	}

	ul.acc li div.photobox {
		float: left;
		width: 100%;
		height: 280px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	ul.acc li div.infoboxa {
		width: 100%;
	}
	
	ul.acc li div.photobox div.accphoto {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	ul.acc li div.photobox div.accphoto img {
		float: left;
		width: auto;
		height: 280px;
		margin-left: 0px;
	}
	
	.bleft {
		margin-top: 20px;
		margin-left: 10px;
	}
	
	.bright {
		float: left;
		width: 100%;
	}
	
	nav.top {
    background: url("../../images/bck_menuline.png") repeat-x center center;
	}
}


