@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
body {
	color:#000000; 
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:18px; 
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
a, a:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header {
	background-image: url(../images/header-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 10px solid #b61c2a;
}
#header .logo {
    padding: 15px 0 10px 0;
    width: 25%;
}
#header .h-right {
    width: 75%;
    padding: 40px 0 0 0;
}
#header a, #header .h-call, #header .h-text, .main-menu, .main-menu ul, .main-menu li {
	display: inline-block;
}
#header .h-call {
    background-color: #41556b;
    display: inline-block;
    color: #fff;
    padding: 10px 45px;
}
#header .h-text {
    padding: 8px 0;
}
#header .main-menu {
	background-color: #b61c2a;
	margin-top: 16px;
}
#header .main-menu li {
    padding: 15px 30px;
}

#header .main-menu a {
	color: #fff;
}
#header .main-menu a:hover {
    color: #000;
}
#footer .foo-sec1 {
    background-image: url(../images/footer-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
}
#footer .foo-logo, #footer .foo-add {
    width: 40%;
    padding-right: 50px;
}
#footer .foo-add .add {
    background-image: url(../images/loc-icon.png);
    background-position: 0 6px;
    background-repeat: no-repeat;
    padding: 0 0 26px 50px;
}
#footer .foo-add .phone {
    background-image: url(../images/phone-icon.png);
}
#footer .foo-add .email {
    background-image: url(../images/email-icon.png);
    padding-bottom: 3px;
}
#footer .foo-menu {
    width: 20%;
}
.foo-menu li {
    padding: 11px 0 0 0;
}
.foo-menu ul li:first-child {
	margin-top: 0;
}
.foo-menu li a {
	color: #000;
}
.foo-menu li a:hover {
    color: #fff;
}
#footer .foo-sec2 {
    background-color: #000000;
    padding: 35px 0;
}
#footer .foo-sec2 a:hover {
	text-decoration: underline;
}

.stateProjectList{
	list-style:none;
	width:100%; float:left;
	margin:0px; margin-bottom:20px;
	padding:0px;

    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.stateProjectList img{ max-width:100; padding:15px;}


@media screen and (max-width: 1362px) {
	#header .logo {
	    width: 22%;
	}
	#header .h-text {
	    width: 400px;
	}
	#header .main-menu li {
	    padding: 8px 10px;
	}
	#footer .foo-logo {
	    width: 33%;
	}
	#footer .foo-add {
	    width: 47%;
	}
}
@media screen and (max-width: 992px) {
	.stateProjectList{
	    -webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	}
	.main-menu, #header .logo {
	    display: none;
	}
	#header .h-right {
	    width: 100%;
	    padding: 25px 15px;
	}
	#header .h-text {
	    padding: 15px 0;
	}
	#footer .foo-sec1 {
	    padding: 40px 12px;
	}
	#footer .foo-sec2 {
	    padding: 30px 10px;
	}
}
@media screen and (max-width: 767px) {
	.stateProjectList{
	    -webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}
	#footer .foo-logo {
	    max-width: 300px;
	}
	#footer .foo-logo, #footer .foo-add, #footer .foo-menu {
	    width: 100%;
	    padding-right: 0;
	}
	#footer .foo-logo, #footer .foo-add {
	    padding-bottom: 40px;
	}
	#footer .foo-sec1 .head, #footer .foo-add .add {
	    padding-bottom: 15px;
	}
}
@media screen and (max-width: 479px) {
	#header .h-text {
	    padding: 0 0 15px 0;
	}
	#header .h-text {
	    width: 100%;
	}
	#header .h-call {
	    float: none;
	}
	#header .h-right {
	    padding: 20px 10px;
	    text-align: center;
	}
	#header .h-call {
	    padding: 10px 30px;
	}
	#footer .foo-add .add {
	    background-image: none;
	    padding-left: 0;
	}
	#footer .foo-logo img:first-child {
		max-width: 90%;
	}
	#footer .foo-logo, #footer .foo-add {
	    padding-bottom: 30px;
	}
	.z-t-44 {
	    font-size: 32px;
	}
	.z-t-28 {
	    font-size: 24px;
	}
	.z-t-22 {
	    font-size: 20px;
	}
	.z-t-20 {
	    font-size: 18px;
	}
}