@charset "utf-8";
/*
 *	-------------------------------
 *		Mudith Parakkrama  		
 * 		www.datamine.net
 *	-------------------------------
 *
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;/*font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}
p {
	font-size: 15px;
	line-height: 23px;
	margin: 20px 0px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}

.img-full {
	width: 100%;
}

@font-face {
	font-family: 'aleobold';
	src: url('fonts/aleo-bold-webfont.eot');
	src: url('fonts/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/aleo-bold-webfont.woff') format('woff'),  url('fonts/aleo-bold-webfont.ttf') format('truetype'),  url('fonts/aleo-bold-webfont.svg#aleobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aleoregular';
	src: url('fonts/aleo-regular-webfont.eot');
	src: url('fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/aleo-regular-webfont.woff') format('woff'),  url('fonts/aleo-regular-webfont.ttf') format('truetype'),  url('fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/lato-regular-webfont.woff') format('woff'),
url('fonts/lato-regular-webfont.ttf') format('truetype'),
url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/raleway-regular-webfont.woff2') format('woff2'),
url('fonts/raleway-regular-webfont.woff') format('woff'),
url('fonts/raleway-regular-webfont.ttf') format('truetype'),
url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'ralewaysemibold';
	src: url('fonts/raleway-semibold-webfont.eot');
	src: url('fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/raleway-semibold-webfont.woff') format('woff'),  url('fonts/raleway-semibold-webfont.ttf') format('truetype'),  url('fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: url(../boot/images/bg-body.jpg) no-repeat center top;
	font: 14px 'ralewayregular';
}

#header {
    border-bottom: 1px solid #b6b6b8;
    min-height: 170px;
}
#header .top {
    background: #8cc63f none repeat scroll 0 0;
    height: 35px;
}
#header .top .action {
    color: #fff;
    font: 13px/35px aleoregular;
}
#header .top .action .phn {
    background: rgba(0, 0, 0, 0) url("../images/ico-header-phn.jpg") no-repeat scroll left center;
    margin-right: 45px;
    padding-left: 20px;
}
#header .top .action .mail {
    background: rgba(0, 0, 0, 0) url("../images/ico-header-mail.jpg") no-repeat scroll left center;
    padding-left: 25px;
}
#header .top .social {
    float: right;
    margin-top: 6px;
    text-align: right;
}
#header .top .social .fb {
    background: rgba(0, 0, 0, 0) url("../boot/images/ico-header-fb.jpg") no-repeat scroll 0 0;
    display: inline-block;
    height: 22px;
    margin-right: 18px;
    width: 13px;
}
#header .top .social .tw {
    background: rgba(0, 0, 0, 0) url("../images/ico-header-tw.jpg") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    margin-right: 18px;
    width: 24px;
}
#header .top .social .in {
    background: rgba(0, 0, 0, 0) url("../images/ico-header-in.jpg") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    width: 20px;
}
#header .logo {
    margin-top: 20px;
}
.btn-quote {
    background-color: #8bc53f;
    color: #fff;
    display: block;
    float: right;
    font: 17px/41px "aleobold";
    height: 40px;
    margin-top: 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 275px;
}
.btn-quote:hover {
    text-decoration: none;
    color: #fffe7f;
}
.navbar {
  border: 0px solid transparent;
  margin-bottom: 0px;
  min-height: 70px;
  border-radius: 0px;
}
.navbar-nav > li {
	background: url(../images/ico-nav-spacer.jpg) no-repeat scroll right center;
	position: relative;
	padding: 0px 15px;
}
.navbar-nav > li:first-child {
	padding-left: 0px;
}
.navbar-nav > li:last-child {
	background: none;
	padding-right: 0px;
}
.navbar-nav > li > a {
   color: #6d6e71;
  display: block;
  font: 18px "aleoregular";
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-nav > li > a span {
  color: #656565;
  display: block;
  font: 13.5px "ralewayregular";
  text-transform: none;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  	background: transparent;
}
#slider {
  background: #50586d none repeat scroll 0 0;
  border-bottom: 10px solid #8cc63f;
  color: #fff;
  font-family: "aleoregular";
  height: 670px;
  text-align: center;
}
#home {
	background: url(../images/bg-welcome.jpg) no-repeat center top / cover;
}
#services {
	background-color: #fff;
	border-top: 10px solid #8cc63f;
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.75);
	min-height: 330px;
	position: relative;
	padding: 20px;
	z-index: 10;
	margin: -130px 0px 60px;
}
#services h2 {
    color: #6d6e71;
    font: 16px "aleoregular";
    margin: 15px 0 8px;
    text-transform: uppercase;
}
#services p {
    color: #4d4d4d;
    font: 14px/18px "latoregular";
}
#services a {
    color: #000;
    display: block;
    font: 13px "aleoregular";
    margin-top: 15px;
}



.welcome {
    clear: left;
    min-height: 245px;
    /*padding-top: 300px;*/
    text-align: center;
}
.welcome h1 {
    border-bottom: 1px solid #111111;
    color: #404040;
    display: inline-block;
    font: 24px "aleoregular";
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 300px;
}
.welcome p {
    color: #404040;
    font-size: 14px;
    line-height: 24px;
}
#inside {
	background: url(../images/bg-inside.jpg) no-repeat scroll center top;
	min-height: 1240px;
	padding-top: 30px;
}
#banner {
    border-top: 10px solid #8cc63f;
}
#content {
    background: #fff url("../boot/images/bg-content-shadow.jpg") no-repeat scroll center 500px;
    min-height: 850px;
    padding: 40px;
    text-align: center;
}
#content h1 {
    border-bottom: 1px solid #111;
    color: #404040;
    display: inline-block;
    font: 24px "aleoregular";
    margin-bottom: 25px;
    padding: 0 90px 10px;
    text-transform: uppercase;
}
.dateFormat {
    color: #999;
}
.dateFormat a:hover {
    text-decoration: none;
}
#content a {
    color: #3d65a6;
    text-decoration: none;
}
#content a:hover {
    color: #3d65a6;
    text-decoration: underline;
}
#content h2 {
    color: #8bc53f;
    font: 24px "aleoregular";
    margin-bottom: 25px;
    padding: 0 0 10px;
}
#content p, li {
    color: #404040;
    font-size: 16px;
    line-height: 24px;
}
.circle {
    color: #6d6e71;
    display: inline-block;
    font: 20px "aleoregular";
    margin: 40px 30px;
    text-decoration: none;
    text-transform: uppercase;
    width: 230px;
}
.circle img {
    margin-bottom: 15px;
}
.frm {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c5e29f;
    border-radius: 5px;
    color: #888;
    font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 20px 30px;
    text-shadow: 1px 1px 1px #fff;
}
.frm h1 {
    border-bottom: 1px solid #dadada;
    color: #888;
    display: block;
    font: 25px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: -10px -30px 30px;
    padding: 0 0 10px 40px;
}
.frm h1 > span {
    display: block;
    font-size: 11px;
}
.frm label {
    display: block;
    margin: 0 0 5px;
}
.frm label > span {
    color: #333;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 10px;
    text-align: right;
    width: 20%;
}
.frm input[type="text"], .frm input[type="email"], .frm textarea, .frm select {
    border: 1px solid #c5e29f;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #888;
    height: 20px;
    line-height: 15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0 5px 5px;
    width: 100%;
}
.frm select {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    height: 35px;
    line-height: 15px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
}
.frm textarea {
    height: 100px;
    padding: 5px 0 0 5px;
    width: 100%;
}
.frm .button {
    background: #8cc63f none repeat scroll 0 0;
    border: 1px solid #e8f3d8;
    border-radius: 4px;
    color: #fff;
    padding: 10px 25px;
}
.frm .button:hover {
    background-color: #98cc53;
    border-color: #dcedc5;
    color: #fff;
    cursor: pointer;
}
#quote {
	background: rgba(0, 0, 0, 0) url(../images/bg-quote.jpg) no-repeat scroll center top;
	border-bottom: 10px solid #8cc63f;
	min-height: 210px;
	text-align: center;
	padding: 25px 0px;
}
#quote p {
    color: #fff;
    font: 18px "latoregular";
}
#quote .num {
    color: #fff;
    display: block;
    font: 48px "aleobold";
    margin: 10px 0 7px;
}
#quote .container {
	position: relative;
}
#quote .top {
	background: rgba(0, 0, 0, 0) url(../images/ico-top.png) no-repeat scroll 0 0;
	height: 36px;
	position: absolute;
	top: -60px;
	width: 50px;
	right: 0px;
}
.btn-request {
	background: #8bc53f url(../images/ico-request-arrw.jpg) no-repeat scroll 380px center;
	color: #fff;
	display: inline-block;
	font: 18px/50px "ralewaysemibold";
	height: 50px;
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 420px;
}
.btn-request:hover {
	text-decoration: none;
	color: #fff;
}
#footer {
	background: #333 url("../boot/images/bg-footer.jpg") no-repeat scroll left top;
	color: #fff;
	min-height: 280px;
	padding: 30px 0px;
}
#footer h2 {
    font: 18px "aleoregular";
    margin-bottom: 20px;
}
#footer .locations {

}
#footer .locations .office {
    line-height: 18px;
    /*width: 170px;*/
}
#footer .locations .office .head {
    display: block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 7px;
}
#footer .mbe {
	margin: 25px 0 0 0px;
	text-align: center;
}
#footer .legal {
    background: rgba(0, 0, 0, 0) url("../images/logo-footer-cray.png") no-repeat scroll right top;
    font-size: 12px;
    padding-top: 70px;
    text-align: right;
}
#footer .legal a {
    color: #fff;
}
#footer .social {
    margin-top: 20px;
}
#footer .social .fb {
    background: rgba(0, 0, 0, 0) url("../boot/images/ico-footer-fb.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 22px;
    margin-right: 16px;
    width: 13px;
}
#footer .social .tw {
    background: rgba(0, 0, 0, 0) url("../images/ico-footer-tw.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    margin-right: 16px;
    width: 24px;
}
#footer .social .in {
    background: rgba(0, 0, 0, 0) url("../images/ico-footer-in.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    width: 20px;
}
#footer .map {
    border-top: 1px solid #8cc63f;
    margin-top: 70px;
    padding-top: 15px;
    text-align: center;
}
#footer .map a {
    color: #fff;
    font: 13px "aleoregular";
    margin: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
}
