body {
	font-family: 'Open Sans';
	color: #000;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.container {
	padding-right: 0;
	padding-left: 0;
}
.title-center {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height:18px;
	margin-bottom:10px;
}
.title-left {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height:18px;
	margin-bottom:30px;
	width: 100%;
	font-weight:600;
}
.title-left:before {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #e1e3e5;
	border-left: 1px solid #e1e3e5;
	position: absolute;
	width: 100%;
	bottom:-10px;
	left:0px;
}
.upper {
	text-transform: uppercase
}
.pad-container {
	padding-top: 29px;
	padding-bottom: 60px;
}
.pad-container2 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pad-container-parallax {
	padding-top: 150px;
	padding-bottom: 120px;
}
.lead {
	font-size: 16px;
	line-height: 24px;
}
.bg-white {
	background: #fff
}

/* 10 Services Boxes
================================================== */
/* Services Box 1*/
.services-box {
	text-align:left;
}
.services-box h3 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:400px;
}
.services-box p {
	padding-top:0px;
}
.services-box i {
	font-size: 48px;
	color: #32373c;
	line-height:60px;
}
.services-box .col:hover i {
	color:#969ba0;
}

/* Services Box 2*/

.services-box-2 {
	text-align: left
}
.services-box-2.bg-gray {
	background: #f4f6f8;
	padding:30px 20px;
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
}
.services-box-2 i {
	display: block;
	color: #fff;
	line-height: 1;
	font-size: 24px;
	float: left;
	margin-right: 30px;
	text-transform: uppercase;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	height:50px;
	width:50px;
	background:#429acc;
	border-radius:50%;
	text-align:center;
	padding-top:14px;
}
.services-box-2:hover i {
	
	
	background:#333
}


.services-box-2 i.small {
	display: block;
	color: #32373c;
	line-height: 1;
	font-size: 30px;
	float: left;
	margin-right: 20px;
	margin-top:8px;
	text-transform: uppercase;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.services-box-2 .content {
	overflow:auto;
}
.services-box-2 .content h3 {
	font-size: 18px;
	font-weight:600;
}
.services-box-2 .content h3 a.dark {
	color:#32373c;
	font-size:16px;
}
.services-box-2 .content h3 a:hover.dark {
	color:#000;
}

/* Contact form */

.forms {
	position: relative;
	padding: 0;
	width: 100%;
}
.form-container .response {
	display: none
}
.forms ol {
	margin: 0;
	padding: 0;
}
.forms ol li {
	line-height: auto;
	list-style: none;
}
.forms li.hidden-row {
	display: none
}
input, select, textarea, .uneditable-input {
	width: 100%
}
select, textarea, input[type="text"], input[type="password"] {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height: 50px;
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid #e1e3e5;
	resize: none;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	background: rgba(255, 255, 255, 1);
}
textarea {
	height: 100%;
	padding: 5px 10px;
	margin-bottom: 15px;
	min-height: 150px;
	resize: vertical;
}
.form-container textarea {
	height: 290px;
}
.btn-submit {
	position:relative;
	height: 50px;
	border: none;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 25px;
	background:#429acc;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	width:100%;
	border-radius:2px;
	color:#fff;
	padding-right:0px;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
}
.btn-submit:hover {
	background:#32373c;
}
.forms label {
	display: block;
	float: left;
	width: 95px;
	padding-top: 7px;
	font-size: 13px;
	clear: both;
}
.comment-form div label {
	position: absolute;
	top: 0;
	left: 0;
}
.forms li.error input, .forms li.error textarea {
	border: 1px solid #fffac8
}
.forms span.error {
	display: none
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.searchform {
	position: relative
}
.searchform input[type="text"] {
	border-radius:3px!important;
	width:90%;
}

::-webkit-input-placeholder {
 color: #999 !important
 
}
:-moz-placeholder {
 color: #999 !important
}
::-moz-placeholder {
 color: #999 !important
}
:-ms-input-placeholder {
 color: #999 !important
}
input:focus::-webkit-input-placeholder {
 color: transparent !important
}
input:focus:-moz-placeholder {
 color: transparent !important
}
input:focus::-moz-placeholder {
 color: transparent !important
}
input:focus:-ms-input-placeholder {
 color: transparent !important
}
.add-comment label {
	margin: 0 0 4px 0;
}
.add-comment label span {
	color: #ff0000;
}
.add-comment input {
	margin: 0 0 20px 0;
	min-width: 200 px;
}