/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
body {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 200px;
    background-color: #eee;
     
}

html {
  position: relative;
  min-height: 100%;
}

body, html {
    overflow-x: hidden;
}

.img-portfolio {
}

.img-hover:hover {
    opacity: 0.8;
}

.business-header {
    height: 400px;
    margin-top: 30px;
    background: url('../img/home_pic_sign.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777; 
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border: none;
}
div.style-line {
    height: 51px;
    margin-top: -45px;
}
hr.style-line{
    margin-top: -24px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    border-radius: 0;
}
.navbar-default  {
    padding: 0 10px;
    background-color: #262526;
}
.navbar-nav {
    float: left;
    margin-top: 74px;
    margin-left: 20px;
}
.navbar-inverse {
    background:none;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 19px;
    text-transform: uppercase;
    padding: 10px;
    color: #000000;
    font-weight: 400;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #CAB170;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

#logo-main {
  margin: 20px auto 12px;
  float: left;

}


.services >li {
    font-size: 18px;
    padding: 4px 0;
}

.servb >li {
    padding:1px 0;
    font-size: 18px;
}
.addy {
    margin: 44px 0 0;
    text-align: right;
    float: right;
    font-size: 15px;
    font-weight: normal;
}
.exbox {
    height:80px;
}
.exboxoth {
    height:40px;
}
.exboxser {
    height:50px;
}
.exboxqu {
    height: 30px;
}
.picbox  {
    -webkit-box-shadow: 1px 2px 7px 1px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 7px 1px rgba(204,204,204,1);
    box-shadow: 1px 2px 7px 1px rgba(204,204,204,1); 
    border: 6px solid #fff;
}
.servbx {
    margin-bottom: -8px;
}
.raqpar {
    margin-bottom: 15px;
}
/*form*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300 !important;
    font-size: 16px;
}
.labtxt {
    display: inline-block;
    color: #737373;
    font-size: 14px;
    margin-left: 6px;
}
.req {
    color: #A94442;

}
/*.form-group {
    margin-bottom: 4px;
}*/
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;/*change?*/
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.selbx {
    display: inline-block;
}
.btn-primary {
background-color: #CAB170;
border-color:#988554;
}
.btn-primary:hover {
    background-color: #988554;
    border-color:#988554;
}

#head {
    margin: 15px 0 20px;
    /*height: 115px;
    width: 100%;
    background-image: url('../img/header-bg-repeat.png');
    background-repeat: repeat-x;*/
}
#content-top {
    background: rgb(249, 249, 249) url('../img/paint-splat-wallpaper.png') scroll left top 0;
    
}
#content {
    background: rgb(249, 249, 249) url('../img/bg-content.png') repeat-x scroll right top;
    
}
.hr {
    background: transparent url('../img/bg-hr.png') repeat-x scroll right top;
    clear: both;
    height: 15px;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

a:focus, a:hover {
    color: #988554;
    text-decoration: underline;
}
a {
    color: #CAB170;
    text-decoration: none;
}
.navbar-toggle {
    background-color: #CAB170;
}
.navbar-inverse .navbar-toggle {
    border-color: #988554;
}
.navbar-inverse .navbar-toggle:hover{
    background-color: #988554;
}
@media(min-width: 767px) {
.navbar-right {display:none;}
.navbar-brand img {
    height: 90px;
    width: 175px;
}
.navbar-brand{
    height: 90px;
    width: 175px;
    float: left;
    padding: 15px;
}
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
.business-header {
    height: 400px;
    margin-top: 30px;
    background: url('../img/home_pic_sign.jpg') right -340px center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777; 
}

}
@media (max-width: 767px){
.navbar-nav {
    float: left;
    margin: 0px;
}
.navbar-brand img {
    width:150px;
    height: 77px;
}
.navbar-brand {
    width:150px;
    height: 77px;
    float: left;
    padding: 15px;
}

.addy {
    display: none;
}
.exbox {
        height:40px;
}
.exboxoth {
    height:20px;
}
.exboxqu {
        height:30px;
}
.exboxser {
    height:20px;
}


.navbar-right {
    display: block;
    float: right;
    margin-top: -26px;
    margin-right: -10px;
    }
.nav-pills > li > a {
    color: #333;
    padding: 8px;
    }
.nav-pills > li > a:hover {
    color: #000;
    background: none;
    }
.navbar-inverse .navbar-collapse {
    margin-top: 30px;
}
ul.nav.navbar-nav {
    margin-left: -10px;
}
div.style-line {
    height: 51px;

    background-size: 40px 31px;
    margin-top: -45px;
}
hr.style-line{
    margin-top: -24px;
    margin-right:40px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}
}

.map-responsive{
    overflow:hidden;
    padding-bottom:64.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media all and (max-width: 991px) {
    #map-outer  { height: 650px }
}

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 200px;
}

.footertxt {
    margin-top: 40px;
    font-size: 16px;

}
.footertxt h4 {
    margin-bottom: 0px;
}
.footertxt .links {
    margin: 20px 0 30px;
    font-size: 18px;
    color: #999;
}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 0;
    }

    header.carousel .carousel {
        height: 70%;
    }
}