body {
	font-family: 'Roboto', sans-serif;
	color:#616161;
	font-size:15px;
	font-weight:normal;
}
img {
	vertical-align: middle;
	border:none;
	-ms-interpolation-mode:bicubic;
	height: auto;
	max-width: 100%;
	outline:none;
}
html {
	overflow-x:hidden
}
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear:both;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin:10px auto;
	color:#616161;
}
a {
	font-family: 'Roboto', sans-serif;
	color:#80807f;
	text-decoration:none;
 -webkit-transition:color .3s ease-in-out;
 -moz-transition:color .3s ease-in-out;
 -o-transition:color .3s ease-in-out;
 transition:color .3s ease-in-out
}
a:hover {
	color:#1581b9;
 -webkit-transition:color .3s ease-in-out;
 -moz-transition:color .3s ease-in-out;
 -o-transition:color .3s ease-in-out;
 transition:color .3s ease-in-out;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.row {
	margin:0 auto;
	padding: 40px 0px;
	width:100%;
}
.container {
	margin:0 auto;
	padding: 0px;
	width:1100px;
}
.header_bg {
	background-color: #000;
	padding: 10px 0px;
}
.header {
	width:1100px;
	margin:0px auto;
}
.logo {
	float:left;
}
.right_top {
	float:right;
	margin:34px auto;
}
.blog_main {
	background-color: #f4f3f3;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 1px 2px 2px -2px #000;
}
.blog_main h2 {
	text-align: center;
	font-size: 40px;
	color: #000;
}
.blog_main ul {
	margin:0px;
	padding:0px;
	text-align:center;
}
.blog_main li {
	color:#fff;
	width: 28.888%;
	margin:25px 3.6% 5px 0px;
	float:left;
	text-align:center;
	list-style-type: none;
	background-color: #fff;
	box-shadow: 2px 3px 10px #ccc;
	padding: 1%;
}

#project ul li:nth-child(2) {
    margin: 24px 0;
}
.blog_main li:hover {
	color:#fff;
	background-color: #fbefef;
	box-shadow: 2px 3px 10px #ccc;
}
.blog_main li strong {
	color: #000;
	margin: 2% auto;
	text-align:center;
	list-style-type: none;
	display: block;
	font-weight: 400;
	line-height: 21px;
}
.blog_main li:hover a {
	color: #000;
}
.blog_main h4 a {
	font-size:22px;
	color: #000;
	text-align:center;
	padding:10px 10px;
	display:block;
}
.blog_main li:last-child {
	margin-right:0px;
}
.footer_bg {
	background: #724f33;
	padding: 20px 0px 0px;
	border-top: 4px solid #006eb6;
}
.copyright_bg {
	width: 100%;
	background: #000;
	padding: 18px 0px;
}
.footer, .copyright {
	width: 1100px;
	margin: 0px auto;
}
.copyright_bg p {
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
}
.copyright_bg a {
	color: #FFFFFF;
	text-transform: capitalize;
	border-bottom: 2px solid #fff;
	padding: 0 0 2px;
}
.col_1 {
	float: left;
	width: 70%;
}
.col_1 h3, .col_2 h3 {
	font-size:30px;
	color:#fff;
	border-bottom: 1px solid #fff;
	padding:0px 0px 10px;
	margin-bottom:10px;
}
/* ----------------------------------------------------

	CONTACT LISTS

------------------------------------------------------- */



	/* contact list for sidebar */ .contact_list {
	display:inline-block;
	list-style-type:none;
	margin:0 0 30px 0 !important;
	padding:0 !important;
	background:none !important;
}
.contact_list li {
	list-style-type:none;
	margin:7px 0 0 0 !important;
	padding:0 !important;
	line-height:20px !important;
	color: #fff;
	font-size: 14px;
}
.contact_list li a {
	color: #fff;
}
.contact_list .phone {
	background:url(images/phone.png) left 3px no-repeat;
	padding-left:25px !important;
}
.contact_list .home {
	margin:0;
	background:url(images/home.png) left 3px no-repeat;
	padding-left:25px !important;
}
.contact_list .mail {
	background:url(images/mail.png) left 3px no-repeat;
	padding-left:25px !important;
}
.contact_list .help {
	background:url(images/help.png) left 3px no-repeat;
	padding-left:25px !important;
}
.contact_list .map {
	background:url(images/map.png) left 3px no-repeat;
	padding-left:25px !important;
}
.contact_list .fax {
	background:url(images/fax.png) left 3px no-repeat;
	padding-left:25px !important;
}
.contact_list .contact_form_icon {
	background:url(images/comment.png) left 3px no-repeat;
	padding-left:25px !important;
}
.col_2 {
	float: right;
	width: 25%;
}
/* ----------------------------------------------------

	SOCIAL MEDIA ICONS

------------------------------------------------------- */

.social_media_icons {
	background:none;
	display: block;
	margin:0 0 20px 0 !important;
}
.social_media_icons li {
	background:none;
	list-style:none;
	float:left;
	margin: 0 0 3%;
	padding:0;
	display: block;
	width: 50%;
	min-height: 42px;
}
.social_media_icons li img {
	display: inline-block;
	padding: 0 6% 0 0;
}
.social_media_icons li span {
	display: inline-block;
	color: #fff;
}
/*---------- INNER PAGE CSS START -------------*/

 .banner_inner {
	/* background-image: url(images/banner_inner.jpg); */

	background-repeat: no-repeat;
	width: 100%;
	background-size:cover;
	padding: 0;
	border-bottom: 1px solid #fff;
	box-shadow: 1px 2px 2px -2px #ccc;
	position:relative;
}
.banner_inner img {
	position: relative;
	height: 260px;
	width: 100%;
}
.banner_inner .container {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	text-align: center;
}
.banner_inner h3 {
	font-size: 34px;
	color:#fff;
	padding: 4px 2%;
	display:inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius:5px;
	text-transform: uppercase;
	margin: 8% auto;
	background-color: #6f5532;
}
.real {
	margin:0px 0px 30px;
	display:block;
	padding: 40px 0px;
}
.real h4 {
	font-size: 23px;
	color: #1581b9;
	margin-bottom: 5px;
	display: block;
}
.real h6 {
	font-size: 20px;
	color: #1581b9;
	margin: 1% auto;
}
.real ul {
	margin: 2% auto;
	display:block;
	padding: 0;
	float: left;
	width: 100%;
}
.real li {
	list-style-type:disc;
/*	background-image: url(images/bullet.png);*/
	
	
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding: 1% 3% 1% 3%;
	border-bottom:1px solid #eee;
	width:41%;
	float:left;
	margin: 0px 1% 0px;
	color:#616161;
	font-size:15px;
}
.real li:hover a {
	color:#1581b9;
	display:block;
}
.real li:hover {
	/*background: url(images/bullet.png) no-repeat 10px 15px #eee;*/
	background-color:#eee;
}
.contact_btn {
	font-size: 22px;
	color: #fff;
	padding: 10px 3%;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-transform: uppercase;
	margin: 3% auto 0;
	background-color: #6f5532;
	display: table;
}
.contact_btn:hover {
	color: #fff;
	background-color: #000;
}
#project ul li {
	width: 45.888%;
}
#project_gallery {
}
#project_gallery ul {
}
#project_gallery ul li {
	width: 26.888%;
}
#project_gallery ul li img {
	height: 200px;
	width: 100%;
}
#not-a-member iframe {
	width:100%;
}
#not-a-member {
	float: right;
	margin: 10px 0 10px 0px;
	padding: 0px 2% 30px 2%;
	width: 38%;
	background: #fff;
	text-align: left;
}
#not-a-member h3 {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#not-a-member .vert_hr {
	margin: 15px 0px;
	height: 1px;
	border: none;
	border-top: 1px dotted #ccc;
}
#not-a-member p {
	font-size: 15px;
	color: #8c8b8b;
	margin-bottom: 5px;
}
#not-a-member a {
	font-size: 15px;
	color: #8c8b8b;
	margin-bottom: 5px;
}
#sign-in-container {
	float: left;
	margin: 10px 0px 0 0px;
	width: 55%;
}
.about_box p {
	margin-bottom: 15px;
	font-size: 16px;
}
#sign_form label {
	display: block;
	margin: 3px 0px 6px;
	font-size: 15px;
	color: #666;
	text-align: left;
}
#sign_form .input {
	border: solid 1px #c5c5c5;
	color: #666;
	padding: 1% 1%;
	font-size: 15px;
	outline: none;
	display: block;
	height: 28px;
	width: 68%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0px 0px 10px;
}
.input_textarea {
	border: solid 1px #c5c5c5;
	color: #666;
	padding: 1% 1%;
	font-size: 14px;
	outline: none;
	display: block;
	height: 100px;
	width: 98%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0px 0px 10px;
}
#sign_form #sign-in-submit {
	color: #fff;
	background-color: #6f5532;
	text-align: center;
	font-size: 22px;
	color: #fff;
	padding: 10px 3%;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #6f5532;
	outline: none;
	cursor: pointer;
	font-weight: 400;
	margin: 8px 0px 0px;
	display: block;
}
#sign_form #sign-in-submit:hover {
	color: #fff;
	background-color: #000;
}
.free3 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 300;
}
.free3 h2 {
	font-size: 30px;
	line-height: 34px;
	color: #724f33;
	text-transform: capitalize;
	margin: 0 0 1%;
}
.flex-caption {
	display: none;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,  div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.box1_left h4 {
	font-size: 23px;
	color: #1581b9;
	margin-bottom: 5px;
	display: block;
}
.box1_left h6 {
	font-size: 20px;
	color: #1581b9;
	margin: 1% auto;
}
.box1_left ul {
	margin: 2% auto;
	display:block;
	padding: 0;
	float: left;
	width: 100%;
}
.box1_left {
	width: 47%;
	float:  left;
}
.box2_right {
	float:right;
	width: 47%;
}
.boxs li {
	list-style-type:disc;
	/*background-image: url(images/bullet.png);

background-repeat: no-repeat;

background-position: 10px 15px;
*/

padding: 2% 6% 2% 6%;
	border-bottom:1px solid #eee;
	width: 78%;
	float:left;
	margin: 0px 1% 0px;
	color:#616161;
	font-size:15px;
}
.boxs li:hover a {
	color:#1581b9;
	display:block;
}
.boxs li:hover {
	background: #eee no-repeat 10px 15px;
}
.contracting {
	margin: 0 0 4%;
}
.boxs h6 {
}
.reals li {
	list-style-type: disc;
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding: 1% 3% 1% 3%;
	border-bottom: 1px solid #eee;
	width: 41%;
	float: left;
	margin: 0px 1% 0px;
	color: #616161;
	font-size: 15px;
}
.reals li:hover {
	background: #eee no-repeat 10px 15px;
}
.thanks {
	text-align: center;
}
