@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
.text-muted {
    color: #777;
}
p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a, a:hover, a:focus, a:active {
    outline: 0;
}
a {
    color: #f15a23;
}
a:hover, a:focus, a:active {
    color: #a32d22;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.btn-xl {
    padding: 20px 40px;
    border-color: #f15a23;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #f15a23;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active {
    border-color: #cf4402;
    color: #fff;
    background-color: #ed5e1a;
}
.btn-xl:active {
    background-image: none;
}
.navbar-default {
    border-color: transparent;
    background-color: #FFF;
}
.navbar-default .navbar-brand {
    font-family: 'Lato', sans-serif;
    color: #f15a23;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active {
    color: #a32d22;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
    border-color: #f15a23;
    background-color: #f15a23;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f15a23;
}
.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #F15A23;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    outline: 0;
    color: #f15a23;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #f35226;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #e9481b;
}
.box {
    background-size: cover;
}
.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
}
.banner {
    width: 100%;
    position: relative;
}
 @media (max-width:767px) {
.navbar-fixed-top img {
    height: 35px;
    width: auto;
}
}
 @media(min-width:768px) {
.navbar-default {
    padding: 25px 0;
    border: 0;
    background-color: transparent;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
}
.navbar-default.navbar-shrink {
    padding: 10px 0;
    background-color: #FFF;
    border-bottom: 1px solid #f15a23;
}
.navbar-shrink img {
    height: 35px;
    width: auto;
}
.navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
}
}
header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-style: italic;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.43);
    line-height: 22px;
}
header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.43);
}
 @media(min-width:768px) {
header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
}
header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
}
header .intro-text .intro-heading {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}
}
section {
    padding: 100px 0;
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}
section h3.section-subheading {
    margin-bottom: 50px;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
 @media(min-width:768px) {
section {
    padding: 150px 0;
}
}
.service-heading {
    margin: 15px 0;
    text-transform: none;
}
 @media(min-width:768px) {
}
 @media(min-width:992px) {
}
 @media(min-width:1200px) {
}
.team-member {
    margin-bottom: 50px;
    text-align: center;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}
.text-muted-contact {
    margin-bottom: 30px;
}
section#contact {
    background-color: #222;
    background-position: center;
    background-repeat: no-repeat;
}
section#contact .section-heading {
    color: #fff;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #f15a23;
    box-shadow: none;
}
 section#contact::-webkit-input-placeholder {
 text-transform: uppercase;
 font-family: 'Lato', sans-serif;
 font-weight: 700;
 color: #bbb;
}
 section#contact:-moz-placeholder {
 text-transform: uppercase;
 font-family: 'Lato', sans-serif;
 font-weight: 700;
 color: #bbb;
}
 section#contact::-moz-placeholder {
 text-transform: uppercase;
 font-family: 'Lato', sans-serif;
 font-weight: 700;
 color: #bbb;
}
 section#contact:-ms-input-placeholder {
 text-transform: uppercase;
 font-family: 'Lato', sans-serif;
 font-weight: 700;
 color: #bbb;
}
section#contact .text-danger {
    color: #e74c3c;
}
footer {
    padding: 25px 0;
    text-align: center;
    background-color: #222;
    color: #fff;
}
footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    line-height: 40px;
}
.btn:focus, .btn:active, .btn:active:focus {
    outline: 0;
}












::-moz-selection {
 text-shadow: none;
 background: #f15a23;
}
::selection {
    text-shadow: none;
    background: #f15a23;
}
img::selection {
    background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
body {
    webkit-tap-highlight-color: #f15a23;
}
#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}
 @media(min-width:767px) {
#map {
    height: 400px;
    margin-top: 100px;
}
}
