.cm-text { font-size:14px; font-weight:300; color:#656565; line-height:25px; margin-bottom:10px }
.cm-text-float { float:left; width:23%; margin:0 1% }
.cm-text b,
.cm-text strong { font-weight:500 }
.cm-text a { color:#656565; text-decoration:none }
.cm-text a:hover { color:#85a6d1; text-decoration:none }
.cm-text h1 { font-size:24px; font-weight:300; color:#85a6d1; text-transform:uppercase }
.cm-text ul { list-style-type:none; padding:0 }
.cm-text li { background:url('images/pkt.gif') left 9px no-repeat; padding-left:16px }
.cm-text a {
	display:inline-block; width:auto; height:29px; background:url('images/button-bg.gif') right center no-repeat #fff; padding:0 36px 0 12px;
	border:1px solid #848484; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	line-height:29px; font-size:13px; font-weight:400; color:#85a6d1; text-decoration:none;
}
.cm-text a:hover { color:#85a6d1; text-decoration:none }

@media(max-width:1024px){
	.cm-text-float { width:46%; margin:15px 2% }
	.cm-text-float:nth-child(2n+1){ clear:left }
}
@media(max-width:640px){
	.cm-text-float { width:100%; margin:15px 0; clear:left }
}