
.logo {
    margin-bottom: 10px;
}

body {
    margin-top: 40px;
    background:url('/issets/images/site-bg.png');
    
}
.container {
    background:#fff;
    border:1px solid #A58D77;
}

.carousel-control {
  padding-top:10%;
  width:5%;
}

#main-image {
    height:400px;
    margin-top:-20px;
    border:1px solid #A58D77;
    border-top:0;
}


#contact-panel {
    border-radius:0;
    border-color:#A58D77;
        
}
.navbar-default {
    border-radius:0;
}

.navbar-default.header {
    background:#222;
    border:1px solid #A58D77;
    border-bottom:0;
    -webkit-box-shadow: 0 2px 6px -2px #000000;
    -moz-box-shadow: 0 2px 6px -2px #000000;
         box-shadow: 0 2px 6px -2px #000000;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background:#6DCDE8;
}

#navbar ul li a, #navbar-footer ul li a, .navbar-header a {
    color:#fff;
}

.row div p {
    font-size:10pt;
}

.no-bg {
    background:inherit;
    border:0;
    padding:0;  
}

.navbar-default.footer {
    background:#222;
    border:1px solid #A58D77;
    border-top:0;
}

.copyright {
    font-size:10pt;
    padding-top:15px;
    padding-bottom:15px;
    /*margin-top:-21px;
    
    background:#F3A024;
    padding:3px;
    z-index:999;
    position:relative;
    border:1px solid #A58D77;
    border-top:0;*/
}
.copyright span {
    color:#fff;
}
.copyright a {
    color:#ffa400;
}

.flow {
    background: url('/issets/images/flow.png');
    margin-top: -1px;
    width: 105px;
    height: 78px;
    border: 0;
    z-index:1000;
    position:relative;
    margin-right:10px;
}

.contact-form, .contact-info, .contact-map {
    height:350px;
}
.contact-info .contact-text {
    background: #fff;width:100%;text-align:left;
}
.contact-info .input-group  {
    margin-bottom:15px;
}

.thumbnail {
    background: #f9f9f9;
}