/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

.navbar-default .navbar-toggle{
    border-color: #666;
    background-color: #888;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus{
    background-color: #999;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #efefef;
}

.navbar-nav li a{
    font-weight: bold !important;
}

.row{
    
}

.row .col-md-4 {
    float: left;
    width: 33.33333333%;
height: 80px !important;
}

.row .col-md-8 {
    float: left;
    width: 66.66666667%;
}

.banner .row p{
    padding: 30px 10px;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0px 0px 15px #000;
}

.text-blue{
    color: #381B59;
}

.text-orange{
    color: #F05423;
}

.footer-content{
    text-align: center !important;
}


@media only screen and (max-width : 1200px) {
    .navbar-nav li a{
        margin-top: 5px;
        padding: 20px 15px !important;
    }
}

@media only screen and (max-width : 1000px) {
    .navbar-nav li a{
        font-size: 16px !important;
        margin-top: 5px;
        padding: 20px 10px !important;
    }
}

@media only screen and (max-width : 768px) {
    .header{
        position: fixed !important;
        top: 0;
        left: 0;
        padding: 5px 0px 0px 0px;
        background-color: rgba(255, 255, 255, 0.98);
        box-shadow: 0px 0px 10px #000;
    }
    #logo {
        height: 46px;
        margin-top: -5px;
    }
    .navbar-nav li {
        text-align: right !important;
    }
    .navbar-nav li a{
        font-size: 16px !important;
        padding: 10px 10px !important;
    }
    .navbar-default .navbar-toggle {
        margin-right:5px;
    }
    /*.header-left {
        width: 120px;
        float: left;
    }
    .header-right{
        width: 120px;
        float: right;
    }*/
    h3{
        font-size: 16px;
    }
    .section .row .col-md-4 {
        width: 100%;
height: auto !important;
    }
    .section .row .testimonial blockquote{
        display: none;
        visibility: hidden;
    }
    .section .row .testimonial{
        margin-bottom: 10px;
    }
}
