.footer-caption h4{
    white-space: nowrap;
    margin: 0px;
    font-size: 13px;
}

.row-colortoned {
    background: #2E454F;
    padding: 30px 0px;
    color: #fff;
}

#header {
    background: none;
    background-color: white;
    border: none;
}

#header-inner {
    padding: 30px 0px 30px 0px;
    border-top: 4px solid #2E4650;
}

#header-btm .span12{
    background-color: #2E4650;
    color: white;
    /*padding: 5px;*/
}

#header-btm{
    background-color: #2E4650;
}

#header-btm span.fa {
    background: #464646;
    margin-right: 10px;
    border: 1px solid #5a5a5a;
    border-width: 0px 1px 0px 1px;
    font-size: 1.2em;
    float: left;
    height: 32px;
    width: 32px;
}

#header-btm span.fa:before{
    position: absolute;
    /* top: 10px; */
    /* left: 20px; */
    margin-left: 10px;
    margin-top: 10px;
}

#header-btm, #header-btm a {
    font-size: 12px;
    /* color: #2E454F; */
    border: none;
    /*padding: 0px 5px;*/
}

#header-btm ul li{
    padding-left: 0px;
    padding-right: 25px;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover {
    color: #2E454F;
}

.ddsmoothmenu ul li a {
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #7E929C;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    background: transparent;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

#footer-inner {
    padding: 30px 0px 30px 0px;
    border-top: 4px solid #2E4650;
}
.jumbotron.border-right.span6 {
    border-right: 3px #2E454F solid;
    margin-right: -3px;
}

.product-list li{
    margin-bottom: 20px;
}

.features.nav-tabs li p{
    margin: 0px;
}

.features.nav-tabs li .sub-header{
    font-size: 10px;
}

.margin-bottom-10{
    margin-bottom: 10px !important;
}

.mybtn{
    margin-top: 12px;
    margin-bottom: 12px;
}

.padding-10{
    padding: 10px;
}

#slider-bg{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.tab-content{
    overflow: hidden;
}

.tab-pane.image-pane {
    height: 450px;
    width: 100%;
}

.tab-pane.image-pane img {
    height: 100%;
    width: 100%;
    /* display: none; */
    max-width: none;
}

@media only screen and (max-width: 767px) {
    #header-btm p.initial-header{
        padding-right: 10px;
    }
    #header-btm p, #header-btm a {
        margin-top: 0px;
        font-size: 10px;
    }

    #header-btm span.fa{
        height: 20px;
        width: 20px;
        font-size: 1em;
    }

    #header-btm span.fa:before{
        position: absolute;
        /* top: 10px; */
        /* left: 20px; */
        margin-left: 5px;
        margin-top: 5px;

    }

}

@media only screen and (max-width: 500px){
    #header-btm ul {
        float: none;
    }
}