.box {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  padding: 0 10px 10px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
}

#inner-page > header {
	background: url(../img/shadow-divider.png) no-repeat 50% 100%;
	text-align: center;
	margin: 10px 0;
	padding: 0 10px;
	padding-bottom: 20px;
}

#inner-page h5{
	margin: 10px 0;
	line-height: 30px;
	color: #565757;
}

#case-inner h1{
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 24px;
	line-height: 18px;
}

#inner-page > .title-desc{
	font-size: 18px;
	line-height: 28px;
	margin-top: 10px;
	color: #565757;
}

#inner-page .button-demo a{
	max-width: 128px;
	background: url(../img/button-mid.png) no-repeat;
	margin: 20px 10px;
	padding:10px 20px 13px 43px;
	font-size: 13px;
	color: #fff;
	display: block;
	font-weight:600;
}

#inner-page .button-demo a:hover{
	text-decoration: none;
}

.border-bottom{
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

#inner-page .button-right{
	padding-top: 45px;
}


.grid a{
	min-height: 200px;
	display: block;
  	border: 1px solid #e1e1e1;
  	border-radius: 5px;
  	-webkit-border-radius: 15px;
  	-o-border-radius: 15px;
  	-moz-border-radius: 15px;
}

.grid a img{
	max-width: 186px;
	margin:10px 40px;
}

.grid a .case-title{
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #565757;
	font-weight: bold;
}

.inner-list {
	margin: 20px 0;
	padding: 0 10px
}
.inner-list > li  {
  color: #565757;
  font-size: 14px;
  padding-left: 12px;
  margin: 15px 0;
  background: url(../img/arrow-small-dark.png) no-repeat 0 6px;
  font-family: 'Droid Sans', Arial, Tahoma, Sans;
}

.service .heading-desc{
	font-family: 'Droid Sans', Georgia, Times New Roman, Serif ;
	font-size: 18px;
	line-height: 36px;
	margin-top: 20px;
	padding: 0 10px;
	font-weight:;
	color: #565757;
}

.service > h5{
	margin:20px 15px 0;
	color: #565757;
}

.service > p{
	margin:20px 10px;
	font-size: 14px;
	line-height: 34px;
	color: #959696;
}
.service > p > strong{
	color: #565757;
}
.service ol {
	padding: 0 15px 0 10px;
} 
.service > .ol > li{
	list-style: decimal;
	margin: 20px 0;
	font-size: 14px;
	line-height: 34px;
}

.service .ol li .inner-list li{
	list-style: none;
	margin: 15px 0;
}

.contact-form h1{
	text-align: center;
}

.contact-form form{
	width: 590px;
	margin: 0 auto;
}

.contact-form form label{
	font-size: 18px;
	width: 120px;
	text-align: right;
	float: left;
	margin: 20px 20px 0 0;
}

.contact-form form input,
.contact-form form select,
.contact-form form textarea{
	min-width: 380px;
	margin: 10px 0;
	border: 1px solid #e1e1e1;
	border-radius: 25px;
	-o-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.contact-form form input,
.contact-form form select{
	padding-left: 10px;
	min-height: 30px;
}

.contact-form form input:focus{
	box-shadow: none;
}

.contact-form form select {
   background: none;
   background-image: url(../img/down_arrow_select.jpg);
   background-repeat: no-repeat;
   background-position: right;
   height: 40px;
   line-height: 1;
   -webkit-appearance: none;
   -moz-appearance: none;
}

.contact-form form select:focus{
	outline: transparent;
}

.contact-form form textarea{
	min-height: 150px;
	padding: 10px;
}

.contact-form form textarea:focus{
}
.contact-form > form > .button{
	min-width: 200px;
	min-height: 40px;
	margin: 10px 25%;
	background: url(../img/red-social-bg.png) repeat;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	word-spacing: 2px;
}