@font-face {
    font-family: 'BebasNeueRegular';
    src: url("../fonts/BebasNeue.woff");
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}
h3 {
    font-size: 18px;
    line-height: 40px;
}
h4 {
    font-size: 14px;
}
body{  /*font-family: "BebasNeueRegular", sans-serif;*/
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    color: #4B4B4B;}


header {
    z-index: 100;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    font-family: "BebasNeueRegular",sans-serif;
    font-weight: normal;
}
a:hover {
    color: #8a3e00;
    text-decoration: underline;
}
.more a:hover {
    color: #D66000;
    background: #fefefe;
    text-decoration: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:none ;
}
.logo {
    font-family: "BebasNeueRegular",sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    color: #fff
}

.site-description {
    font-size: 14px;
    color: #909090;
    line-height: 1;
}

.logo-trace {
    width: 50px;
    float: right;
    margin-left: 0px;
    margin-bottom: 10px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 9px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999;
    font-size: 18px;
}


.navbar-brand {
    float: left;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
}

.copyrights {
    color: #909090;
    font-size: 14px;
    float: left;
    font-family: "BebasNeueRegular",sans-serif;
    font-weight: normal;
    margin-top: 11px;
}
.copyrights a {
    color: #FFF;
    letter-spacing: 1px;
}

.main-container{
    margin-top: 90px;
}

.page-heading {
    color: #878787;
    cursor: pointer;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    min-height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}
.page-heading h3 {
    font-family: "BebasNeueRegular",sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding: 15px;
}

.left{
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 16px;
    padding-bottom: 25px;
}
.left span{
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold
}
.left p{
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}

.shortcode-unorderedlist.green-dot ul li {
    background: url('../images/shortcode-green-dot.png') no-repeat scroll left top transparent;
}
.shortcode-unorderedlist ul li {
    list-style-type: none;
    padding-left: 25px;
    background: url('') no-repeat scroll left top transparent;
}
.right{
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: -9px;
    margin-bottom: 4px;
}
.left img{
    float: left;
    margin-right: 10px;
}
.widget-title {
    font-family: "BebasNeueRegular",sans-serif;
    font-size: 23px;
    color: #878787;
    font-weight: normal;
}
.textwidget h5{
    font-weight: bold;
    line-height: 25px;
}
.shortcode-unorderedlist {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}
.right {
    padding: 15px;
}
.more a {
    color: #FFF;
    font-weight: normal;
    font-size: 16px;
    font-family: "BebasNeueRegular",sans-serif;
    background: none repeat scroll 0% 0% #D66000;
    padding: 5px 10px;
    border: medium none;
}
a {
    color: #D66000;
    text-decoration: none;
}
h6 {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}
.trace img {
    float: left;

}
.logo-service img{}
.trace p {
    margin-top: 15px;
    margin-left: 65px;
}

blockquote {
    margin: 0px 18px 15px;
    border-left: 3px solid #D66000;
    border-right: 4px solid #D66000;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 12px 27px;
    background: none repeat scroll 0% 0% #FFF;
    font-size: 13px;
    font-style: italic;
    color: #D66000;
}
#content h6, h4 {line-height: 50px;}


#controls-wrapper-footer {
    margin: 0px auto;
    height: 42px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 4;
    background: url('../images/nav-bg.png') repeat-x scroll 0% 0% transparent;

}

blockquote p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
}


.slide-caption {
    color: #D0CFCF;
    padding: 9px 17px;
    font-family: "Open Sans",sans-serif;
}

.slide-nav a, .slide-title a, .slide-caption {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
}
.slide-title {
    line-height: 1;
    margin-bottom: 5px;
    font-weight: normal;
}

.slide-title a {
    font-family: "BebasNeueRegular",sans-serif;
    font-size: 40px;
    color: #FFF;
    padding: 10px 10px 0px 10px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.slide-info{
    top:54%;
    position: absolute;
    left: 15%;
    width: 50%;
}
.partner-about .col-lg-4 { text-align: center}
.partner-about img{  
    margin-bottom: 15px;
    height: 82px !important;
    padding: 8px;
    margin-right: 14px;}
.partner{background: none repeat scroll 0% 0% rgba(182, 182, 182, 0.7);
         height: 82px !important;}
.partner img{

    margin-bottom: 15px;
    width: 18%;
    height: 82px !important;
    padding: 8px;
    margin-right: 14px;
}


@media (min-width:320px) { 
    .navbar-nav {
    }

    .navbar-collapse {
        box-shadow:none ;
        border: none;
    }
    .main-container {
        margin-top: 120px;
        .logo-trace {
            width: 71px;
            float: right;
            margin-left: 0px;
            margin-bottom: 10px;
        }
    }
    .logo-trace img{width: 57px;}
    .logo-about img{width: 100px;}
    .logo {
        font-family: "BebasNeueRegular",sans-serif;
        font-size: 24px;
        font-weight: normal;
        line-height: 1;
        color: #FFF;
    }
    .site-description {
    font-size: 12px;
    color: #909090;
    line-height: 1;
}
    .logo-trace {
        width: 71px;
        float: right;
        margin-left: 0px;
        margin-bottom: 10px;
    }
}

@media (max-width:320px) { 
    .navbar-nav {
    }
.site-description {
    font-size: 12px;
    color: #909090;
    line-height: 1;
}
    .navbar-collapse {
        box-shadow:none ;
        border: none;
    }
    .logo {
    font-family: "BebasNeueRegular",sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
}
    .main-container {
        margin-top: 170px;

    }
    .logo-trace img{width: 50px;}
    .logo-about img{width: 100px;}

    .logo-trace {
        width: 71px;
        float: right;
        margin-left: 0px;
        margin-bottom: 10px;
    }
}
@media (min-width:480px) { 
    .navbar-nav {
    }
    .logo-trace img{width: 57px;}
    .navbar-collapse {
        box-shadow:none ;
        border: none;
    }
    .logo-trace {
        width: 70px;
        float: right;
        margin-left: 0px;
        margin-bottom: 10px;}
    .main-container {
        margin-top: 120px;
    }
    .logo-about img{width: 120px;}
    .logo {
        font-family: "BebasNeueRegular",sans-serif;
        font-size: 35px;
        font-weight: normal;
        line-height: 1;
        color: #FFF;
    }
}


@media (min-width: 768px) {
    .logo-trace {
        width: 50px;
        float: right;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .navbar-nav {
        float: right;
        margin: 0px !important;
    }
    .navbar-nav > li > a {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .main-container {
        margin-top: 120px;
    }
    .logo-trace img{width: 57px;}
    .logo-about img{width: 150px;}
    .logo {
        font-family: "BebasNeueRegular",sans-serif;
        font-size: 35px;
        font-weight: normal;
        line-height: 1;
        color: #FFF;
    }
}

@media (min-width: 992px) {
    .logo-trace {
        width: 50px;
        float: right;
        margin-left: 0px;
        margin-bottom: 10px;}
    .navbar-nav {
        float: right;
        margin: 0px !important;
    }
    .navbar-nav > li > a {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .logo-trace img{width: 57px;}
    .main-container {
        margin-top: 90px;
    }
    .logo-about img{width: 200px;}
    .logo {
        font-family: "BebasNeueRegular",sans-serif;
        font-size: 35px;
        font-weight: normal;
        line-height: 1;
        color: #FFF;
    }
}
@media (min-width: 1200px) {
    .logo-trace {
        width: 50px;
        float: right;
        margin-left: 50px;
        margin-bottom: 10px;}
    .navbar-nav {
        float: right;
        margin: 0px !important;
    }
    .navbar-nav > li > a {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .logo-trace img{width: 57px;}
    .main-container {
        margin-top: 90px;
    }
    .logo-about img{width: 271px;}
    .logo {
        font-family: "BebasNeueRegular",sans-serif;
        font-size: 35px;
        font-weight: normal;
        line-height: 1;
        color: #FFF;
    }
}

#rss-feed {
    padding-bottom: 9px;
}
#feeds h5 {
    line-height: 13px;    
    min-height: 26px;
}

#feeds h5 a {
    font-size: 12px;
}

#feeds p {
    margin-top: 6px;
}