/* styles for roundabout */#myRoundabout.roundabout-holder {height: 300px;list-style: none outside none;margin: 0 auto;width: 410px;}.roundabout-moveable-item {border-radius:10px;box-shadow: 2px 2px 4px #000000;padding:5px;  height: 100px;  width: 370px;  cursor: pointer;  background-color: #006666;		background-image: -moz-linear-gradient(#00ccff, #006666); 		background-image: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#006666));			background-image: -webkit-linear-gradient(#00ccff, #006666);			background-image: -o-linear-gradient(#00ccff, #006666);		background-image: -ms-linear-gradient(#00ccff, #006666);		background-image: linear-gradient(#00ccff, #006666);border: 1px solid #999;  }.roundabout-in-focus {  cursor: auto;}ul li .feedback_img {border: 1px solid #E1E1E1;border-radius: 4px 4px 4px 4px;box-shadow: 1px 1px 0 #CCCCCC;display: block;float: left;margin-right: 25px;width: 75px;}ul li .feed_back h6{clear:right; font-size:14px;font-weight:bold;text-transform:uppercase;margin:5px 0;line-height:18px;}ul li .feed_back a{text-decoration:none;}ul li .feed_back p{color:#fafafa;overflow:hidden;margin:0;line-height:1.2;}@media screen and (max-width: 768px) {    .ra-prev, .ra-next { display:none; }	#myRoundabout {		width: 100%;		float: left;	}		#myRoundabout  li {		background-color: rgba(48, 84, 108, 0.9) !important;		background-image: none !important;		border: 5px solid #5fecfe !important;		border-radius: 0 !important;		color: #fff !important;		font-family: Myriad Pro,Arial,sans-serif;		font-size: 20px !important;		font-size-adjust: none;		font-stretch: normal;		font-style: normal;		font-variant: normal;		font-weight: normal;		line-height: normal;		margin-top: 60px;		min-height: auto !important;		min-width: 100% !important;		overflow: hidden;		padding: 10px !important;		text-align: left !important;		transition: all 0.7s ease 0s;	}		#myRoundabout h3 {		color: #fff;		font-size: 50px;		text-align: center;	}		#myRoundabout h4 {		color: #fff;		font: 30px Myriad Pro,Arial,sans-serif;		text-align: left;	}		#myRoundabout p {		color: #fafafa;		line-height: 1.2em !important;		margin: 0;		overflow: hidden;	}		#myRoundabout a.cboxElement {		bottom: 40px;		color: #fff;		display: block;		font-family: arvil_sansregular,sans-serif;		font-size: 40px;		position: static;		text-align: center;		width: 100%;		line-height: 1.2em;	}}