* {
	margin: 0;
}
html, body {
	height: 100%;
	background:url(../images/bodybg.jpg) no-repeat;
	background-size: 100%;
	font-family: arial;
	font-size: 13px;
	color:#5d5f61;
}
.clear{
	clear: both;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}
h1{
	font-size: 20px;
	color: #127eee;
}
p{color: #111;}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -475px;
	width: 100%;
}
.header{
	height: 165px;
	width: 100%;
	border-top: 2px solid #127eee;
}
.header-wrapper{
	width: 960px;
	margin: 0px auto;
	padding: 10px 0px;
}
.logo{
	padding-top: 20px;
	float: left;
}
.header-contact{
	float: right;

}
.social-icons{
	float: right;
}
.contact-numbers{
	float: right;
	text-align: right;
	width: 245px;
	padding: 10px 0px;
	color:#5d5f61;
	font-size: 20px;
	position: relative;
	border-bottom: 1px solid #127eee;
}
.contact-numbers span{
	display: block;
	float: left;
	width: 100px;
	font-size: 16px;
	color: #127eee;
	font-weight: bold;
	line-height: 25px;
}
.mobile-icon{
	position: absolute;
	left: -45px;
	top:25px;
}
.contact-email{
	color:#5d5f61;
	font-size: 19px;
	display: block;
	text-align: right;
	padding-top: 8px;
}
.menu-wrapper{
	width: 100%;
	background: #127eee;
	height: 38px;
	position: relative;
	z-index: 1010;
}
.menu-inner-wrapper{
	margin: 0px auto;
	width: 960px;
	position: relative;
}
.menu-inner-wrapper ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
}
.menu-inner-wrapper ul li {
	
	display: inline-block;
    position: relative;
    padding: 0px 20px;
    float: left;
    border-right: 1px solid #000;

}
.menu-inner-wrapper ul li a{
	
    display: block;
	color:#fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.menu-inner-wrapper ul li a:hover{
	text-decoration: underline;
}
.menu-inner-wrapper ul .lastitm{
	border-right: 0px !important;
}
.menu-inner-wrapper ul .firstitm{
	padding-left: 0px;
}
/* 2nd level */

.menu-inner-wrapper ul li ul{
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 2000;
    list-style: none;
}

.menu-inner-wrapper ul li ul li{
    display: block;
    border: 0px;
    padding:0px;
    margin: 0px;
}

.menu-inner-wrapper ul li ul li a{
    display: block;
    color:#fff;
    background:#127eee;
    width: 130px;
    border:0px;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 0px;
    padding-left: 20px;
}
.menu-inner-wrapper ul li ul li a:hover{
    background: #1f70c5;
}

.menu-tagline{
	position: absolute;
	right: 0px;
	top: 10px;
	color:#fff;
	font-size: 17px;
}
.menu-tagline span{
	font-weight: bold;
}
.content{
	width: 960px;
	margin: 0px auto;
    position: relative;
}

.slideshow{
	width: 665px;
	position: relative;
	float: left;
}

.slideshow-frame{
	position: absolute;
	top:-40px;
	left: -100px;
	width: 555px;
	height: 460px;
}
.slideshow-frame img{
	position: absolute;
}
.slideshow-content{
	position: absolute;
	width: 275px;
	right: 0px;
	top: 110px;
}
.slideshow-content h1{
	padding-bottom: 15px;
}
.slideshow-content p{
	padding-bottom:15px;
}
.slideshow-images{
	position: relative;
}
.slideshow-images img{
	top: 0px;
    position: absolute; 
	left: 0px;
	width: 331px;
	height: 221px;
}
.home-content{
	width: 240px;
	height: 360px;
	background: #5d5f61;
	float: right;
	padding: 15px;
}
.home-content p{
	padding-bottom: 15px;
	color:#fff;
	font-weight: bold;
}

.home-content h3{
	font-size: 17px;
	color: #76afe9;
	font-weight: bold;
}

.push{
	height: 475px;
}
.footer {
	height: 580px; 
	width: 100%;
	background: url(../images/footerbg.png) repeat-x;
	position: relative;
}

.footer-services{
	width: 960px;
	margin: 0px auto;
	padding-top: 245px;
}
.service-box{
	width: 226px;
	float: left;
	margin-right: 18px;
}

.service-box a{
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.service-box a span{
	display: block;
	padding: 10px 5px;
	background: #0d70d6;
	color:#fff;
	margin-top:-4px;


}
.footer-wrapper-bottom{
	width: 960px;
	margin: 0px auto;
	padding: 10px 0px;
	color:#333;
}

.right-design{
	float: right;
	color:#5d5f61;
	font-size: 12px;
}
.right-design a{
	color: #127eee;
}

.left-copyright{
	float: left;
	font-size: 12px;
	color:#5d5f61;
}


#container {
  border: 0px;
  padding: 0px;
}

.item {
  width: 255px;
  height: 185px;
  margin: 3px;
  float: left;
  margin-left: 20px;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

.service-box-page{
  width: 300px;
  height: 460px;
  position: relative;
  float: left;
  
}
.readmore-link{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background:#127eee;
  color:#fff;
  text-decoration: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 2px 8px;
}

.service-box-page .service-image{
  margin-bottom: 10px;
  width: 300px;
}
.service-box-page h2{
  color:#1a1c1e;
  padding: 15px 5px;
  padding-top:15px;
  border-top: 2px solid #127eee;
  font-size: 16px;
}
.service-box-page p{
  color:#676666;
  padding: 7px 5px;
}
.thumbimage{
  text-decoration: none;
  margin-right: 5px;
}



/**********************/
/* START - CONTACT US */
/**********************/

.contactus-row-wrapper {
    margin-bottom: 12px;
}

.contactus-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.contactus-form {
    display: block;
}

.contactus-form input[type="text"] {
    width: 340px;
    height: 22px;
    margin: 2px 0px 2px 2px;
    border: 1px solid #ccc;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:3px;
}

.contactus-form textarea {
    width: 340px;
    height: 150px;
    margin: 2px 0px 2px 2px;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    border-radius:2px;
    padding:3px;
}

.contactus-form select {
    margin: 2px 0px 2px 2px;
    border: 0px;
    -moz-border-radius:2px;
    border-radius: 2px;
    padding:3px;
}


.contactus-form input[type="submit"] {
    height: 25px;
    width: 80px;
    border: 0px;
    background-color: #127eee;
    color: #fff;
    font-weight: bold;
    margin-left: 2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:3px;
}

.contactus-form img {
    margin-left: 2px;
    margin-top: 2px;
}

.contactus-sec-code {
    height: 36px !important;
    width: 97px !important;
    border: 1px solid #ccc;
    font-size: 2.0em;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:3px;
}

.contactus-smallprint {
    font-size: 0.8em;
    text-align: center;
    line-height: 0.97em;
    margin-top: 5px;
    color: #000;
}

.contactus-status-smallprint {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}

/********************/
/* END - CONTACT US */
/********************/


.map{
    width: 400px;
    height: 350px;
    margin: 10px auto;
    -webkit-box-shadow: 0px 0px 5px 0px #666;
    -moz-box-shadow: 0px 0px 5px 0px #666;
    -o-box-shadow: 0px 0px 5px 0px #666;
    box-shadow: 0px 0px 5px 0px #666;
}


img,
a img{border: 0px !important; text-decoration: none;}