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

html,
body {
    height: 100%; 
    background: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Titillium Web', sans-serif;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.panel-heading span {
	margin-top: -10px;
	font-size: 15px;
}

.panel-transparent {
       color: white;
       background: none;
    }

.panel-transparent .panel-heading{
        color: white;
        background-color: rgba(17, 16, 9, 0.6);
        background: rgba(17, 16, 9, 0.5);
    }

.panel-transparent .panel-body{
         color: white;
         background-color: rgba(0, 0, 0, 0.8);
         background: rgba(202, 202, 202, 0.8);
        color: black;
    }

.panel-transparent .panel-title{
         color: white;
         font-weight: 700;
         font-size: 24px;
    }

.position{
    position: absolute;
    left: 17%;
    margin-left: -50px;
    
}

.masthead-brand {
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: none;
  }
  .masthead-nav {
    float: none;
  }
}

.margin{
    margin-bottom: 10px;
}

a:focus, a:hover{
    cursor: pointer;
}

.glyphicon-chevron-up:before, glyphicon-chevron-up:hover{
    cursor: pointer;
}

.glyphicon-chevron-down:before, glyphicon-chevron-down:hover{
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}

select{
    width: 160px;
    height: 30px;
    border: solid 1px #fff;
    border-radius: 0px;
}

#wrap {
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#main {
  overflow:auto;
  padding-bottom:50px; /* this needs to be bigger than footer height*/
}

.footer {
  background-color: black;
  position: relative;
  margin-top: -80px; /* negative value of footer height */
  height: 80px;
  clear:both;
  padding:10px;
} 

.sub-btn{
    width: 160px;
    background-color: #F7F2B2;
    border: none;
    height: 30px;
}

input{
    border: none;
    width: 160px;
    height: 30px;
    margin-bottom: 10px;
}

label{
    color: #fff;
}

ul#con li{
    display:list-item;
    list-style: none;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}

ul#con1 li{
    display:list-item;
    list-style: none;
    font-family: 'Titillium Web', sans-serif;
}

ul#social li{
    display: inline-block;
    list-style: none;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}

.msg-input{
    border: solid 1px #7A6846;
    width: 200px;
}

p{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}

.title-b{
    font-size: 18px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}

.s-icon{
    color: #fff;
    font-size: 24px;
}

.m-left{
    margin-left: 40px;

}

.dark{
    background-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
    padding-top: 20px;
}