/* CSS Document */

* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}
.clear {
	clear:both;
}
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}
img {
	border:0px;
}
body {
	background-color:#ffffff;
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size:24px;
	text-transform:uppercase;
	color:#000000;
	margin:0px 0px 15px 0px;
}
h1 a {
	color:#000000;
	text-decoration:none;
}
h2{
	font-size:18px;
	text-transform:uppercase;
	color:#000000;
	margin:0px 0px 15px 0px;
	font-weight:500;
}
p {
	font-size:14px;
	line-height:22px;
	margin:0px 0px 15px 0px;
}

a {
	color:#00235d;
}
a:hover{
	text-decoration:none;
}
form {
	float:left;
	margin:0px 0px 15px 0px;
}
input.submit{
	display:block;
	padding:2px;
	margin-top:5px;
	width:136px;
	height:40px;
	background-image:url(../images/btn-contact-yellow-03.png);
	cursor:pointer;
	text-transform:uppercase;
	border:0px;
	float:right;
}
input.border {
	width:630px;
	color:#bebebe;
 	font-family: 'Lato', sans-serif;
	font-size:18px;
	margin-bottom:5px;
	padding:6px;
}
input.border2 {
	width:630px;
	color:#bebebe;
 	font-family: 'Lato', sans-serif;
	font-size:18px;
	padding:6px;
	margin-top:0px;
	margin-right:5px;
}
textarea {
	width:630px;
	color:#bebebe;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	margin-bottom:5px;
	padding:6px;
}

#header {
	width:100%;
	height:583px;
	background-color:#9ea5b0;
	background-image:url(../images/bg-header-02.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#headerbox {
	width:980px;
	margin:0px auto;
	padding:200px 0px 0px 0px;
	text-align:center;
}
#headerbox h1 {
	margin:25px 0px 50px 0px;
	color:#ffffff;
}
#nav {
	width:100%;
	height:90px;
	background-color:#00235d;
    z-index: 100;
}
#navbox {
	width:980px;
	margin:0px auto;
}
#navleft {
	width:490px;
	float:left;
}
#navright {
	width:490px;
	float:right;
	margin:35px 0px 0px 0px;
}
#navright ul {
	list-style-type:none;
}
#navright li {
	float:left;
}
#navright li a {
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px 14px;
}
#navright li a:hover {
	color:#ffd204;
}
#aboutbox {
	width:980px;
	height:410px;
	margin:0px auto;
	text-align:center;
	padding-top:50px;
}
#aboutinfo {
	width:650px;
	margin:0px auto;
}
#services {
	width:100%;
	height:490px;
	background-color:#e9eaeb;
}
#servicesbox {
	width:980px;
	margin:0px auto;
	text-align:center;
	padding-top:115px;
}
#servicesleft {
	width:305px;
	float:left;
	padding-right:15px;
}
#servicesright {
	width:660px;
	float:right;
}
.view {
    width: 207px;
    height: 124px;
    margin: 0px 5px 5px 0px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: pointer;
    background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask, .view .content {
    width: 207px;
    height: 124px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.8);
    margin: 5px 0 0 0
}
.view p {
    font-style: italic;
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 5px 5px 5px 0px;
    text-align: left;
	line-height:18px;
}
.view ul {
	list-style-type:circle;
	margin:5px 0px 0px 15px;
	padding:0px;
}
.view li {
	list-style-type:circle;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 0px 5px 0px 0px;
    text-align: left;
	line-height:18px;
    margin-left:5px;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}
.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(0,35,93, 0.7);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
	font-size:14px;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first:hover img {
    transform: scale(1.1);
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
#ourworkbox {
	width:980px;
	margin:0px auto;
	text-align:center;
	padding-top:115px;
}
#featuredwork{
	width:700px;
	padding:100px 0px;
	margin:50px auto;
	position:relative;
	z-index:5;
}
#featuredwork ul{
	list-style-type:none;
}

#testimonials{
	width:650px;
	margin:125px auto 0px auto;
	font-weight:300;
	padding-bottom:75px;
}
#testimonials p{
	font-size:22px;
	line-height:24px;
}
#contactus {
	width:100%;
	height:490px;
	background-color:#e9eaeb;
}
#contactusbox {
	width:980px;
	margin:0px auto;
	text-align:center;
	padding-top:100px;
}
#contactusbox h1{
	text-align:left;
}
#contactusbox p{
	text-align:left;
}
#contactusbox p a{
	color:#000000;
}
#contactusleft {
	width:305px;
	float:left;
	padding-right:35px;
}
#contactusleft hr{
	margin:20px 0px;
}
#contactusright {
	width:640px;
	float:right;
}
#footer {
	width:100%;
	height:70px;
	background-color:#00235d;
    z-index: 100;
}
#footerbox {
	width:980px;
	margin:0px auto;
	padding-top:25px;
}
#footerbox p{
	color:#ffffff;
}
#footerbox a{
	color:#ffffff;
}
#footerboxleft {
	width:490px;
	float:left;
}
#footerboxright {
	width:490px;
	float:right;
	text-align:right;
}