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

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #959595;
    font-weight: lighter;
    line-height: 20px;
    
}

html {
    width: 100%;
    height: 100%;
}

.navbar-default {
    background-color: #1d1b16;
    border-color: #1d1b16;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #1D1B16;
}

.navbar-default .navbar-nav>li>a {
    color: #ae944f;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ab914d;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #9a8345;
    background-color: transparent;
    border-bottom: 2px solid #ae944f;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-left: 0px;
    padding-bottom: 20px;
}

.navbar-brand {
    float: left;
    padding-top: 0px;
    padding: 5px 5px;
}

.navbar-default .navbar-toggle {
    border-color: #ae944f;
}

h1 {
    font-family: 'Open Sans';
    font-size: 60px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    line-height: 30px;
}

h3 {
    font-family: 'Open Sans';
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
}

h4{
    color: #ab914d;
    font-size: 28px;
    font-weight: lighter;
}

h5{
    color: #ab914d;
    font-size: 18px;
    font-weight: lighter;
}

.thumbnail .caption {
    padding: 9px;
    color: #959595;
}
.thumbnail{
 background-color: transparent;
    border: none;
}



.m-top{
 margin-top: 40px; 
    
}

.m-bottom{
 margin-bottom: 60px;   
}
/*mobile*/

@media (max-width: 767px) {
    h1 {
        font-family: 'Open Sans';
        font-size: 30px;
        font-style: normal;
        font-variant: normal;
        font-weight: lighter;
        line-height: 20px;
    }
    h3 {
        font-family: 'Open Sans';
        font-size: 20px;
        font-style: normal;
        font-variant: normal;
        font-weight: lighter;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 25%;
        left: 15%;
        z-index: 10;
        color: #ab914d;
        text-align: left;
    }
}


.btn-default {
    color: #fff;
    background-color: #ab914d;
    border-color: #ab914d;
}

   .topy {
    padding-top: 25px;
    float: left;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
    
    .buttonbk {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: #898989;
}

 ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 4em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.circles-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}
ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height:5 1.2em;
     
    font-size: 1.8em;
    line-height: 1.2;
    text-align: center;
    color: #181612;
 
    border: 1px solid #9d8648;
    border-radius: 50%;
    background-color: #ab914d;
    content: counter(li-counter);
    counter-increment: li-counter;
}


/* tablet n above*/

@media (min-width: 768px) {
     .container {
    width: 700px;
}
   
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        padding: 10px;
    }
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        box-shadow: dsf;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 40%;
        left: 15%;
        z-index: 10;
        color: #ab914d;
        text-align: left;
    }
}

label {
   font-weight: 100;
}


@media (min-width: 992px) {
    .container {
        width: 960px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 40%;
        left: 15%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: auto;
    padding-top: 120px;
   background-color: #181612;
    padding-bottom: 80px;
}

.services-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    background: #201d17;
}

.uses-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    background: #181612;
}

.story-section{
     height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    background: #2c2018;
}
.contact-section {
    height: auto;
    padding-top: 120px;
    background: #181d1f;
}

.m-top2 {
    margin-top: 120px;
}
