.section { 
	clear:both;
	padding:0px;
	margin:0px; 
}

.col { 
	display:block;
	float:left;
	margin:1% 0 1% 1%; 
}

.col:first-child { 
	margin-left:0;
}

.group:before, .group:after { 
	content:"";
	display:table; 
}

.group:after { 
	clear:both;
}

.group {
	zoom:1; 
}

.span12 {
	width:100%; 
}

.span11 {
	width:91.58%; 
}

.span10 {
	width:83.16%; 
}

.span9 {
	width:74.75%; 
}

.span8 {
	width:66.33%; 
}

.span7 {
	width:57.91%; 
}

.span6 {
	width:49.5%; 
}

.span5 {
	width:41.08%; 
}

.span4 {
	width:32.66%; 
}

.span3 {
	width:24.25%; 
}

.span2 {
	width:15.83%; 
}

.span1 {
	width:7.416%; 
}

textarea {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:168px;
	min-height:168px;
	padding:6px 9px 6px 9px;
	border-radius:4px;
}

.abc textarea:focus, .abc input:focus,.abc input[type]:focus {
	outline:0 none;
}

.abc input[type=submit], .dahafazla, .abc button[type=submit] {
	background-color:#222222;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	border:none;
	padding:8px 15px;
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
	cursor:pointer;
}

.abc input[type=text],.abc input[type=url],.abc input[type=tel],.abc input[type=email],.abc input[type=search],.abc select,[type="number"],.abc input[type=password] {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:40px;
	padding:3px 9px;
	border-radius:3px;
}
.abc p{
	margin-bottom: 10px;
}
.logo{
	max-width:100%;
}
.logo img{
	max-height: 50px;
}

.content img{
	height:auto;
}
.p-15{
	padding:15px;
	
}