body { padding-top: 50px; }
.wrap > .container { padding-top: 40px; }


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'), local('Roboto-Regular'), url('/fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 100;
    src: local('Libre Franklin Thin'), local('LibreFranklin-Thin'), url('/fonts/Libre_Franklin/LibreFranklin-Thin.ttf');
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    src: local('Libre Franklin Semi Bold'), local('LibreFranklin-SemiBold'), url('/fonts/Libre_Franklin/LibreFranklin-SemiBold.ttf');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf');
}

body
{
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:300;
}

h1, h2, h3
{
    font-family: 'Libre Franklin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:100;
    color:#2e2e36;
}

@media (max-width: 768px)
{
    h1 { font-size:22px; }
    h2 { font-size:20px; }
    h3 { font-size:18px; }
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}


.navbar
{
    height:51px;
    border-bottom:solid thin #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar, .navbar .navbar-collapse
{
    /* background-color:#b6c223; */
    /*background-color:#a6af31;*/
    background-color:#2e2e36;
}
.navbar .navbar-nav
{
    font-family:'Roboto Condensed'; 
    font-weight:400; 
    font-size:20px;
    text-transform:uppercase;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color:#fff;
}
.navbar-default .navbar-brand {
    font-family:'Roboto Condensed'; 
    font-weight: 400;
    font-size: 22px;
    letter-spacing:2px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand,
.navbar-default .navbar-text
{ 
    color:#fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    /*background-color:#979f2c;*/
    background-color:#464652;
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus,
.navbar-default .navbar-toggle:hover
{
    color:#fff; 
    /* background-color:#D6E055; */
    /*background-color:#c9d25f;*/
    background-color:#555;
}

.navbar .contacts { max-width:200px; height:50px; text-align:right; margin:0; }
.navbar .contacts div { line-height:16px; color:#fff; }
.navbar .contacts a { color:#fff; }
.navbar .contacts .tel { line-height:26px; }
.navbar .contacts .tel .num { display:inline-block; padding-left:8px; font-size:16px; }

.breadcrumb { 
    background-color:transparent; 
}

img.toplogo2 {
    display:block; position:relative; top:-15px;
    width:200px; height:50px;
}

img.toplogo {
    display:block; position:relative; top:-18px;
    width:180px; height:130px;
}
@media (max-width: 1200px) {
    img.toplogo {
        display:block; position:relative; top:-18px;
        width:120px; height:auto;
    }
}

.footer { 
/* 	background-color:#BAC05E; color:#fff; */
}

.btn-default {
    color: #fff;
    background-color: #464652;
    border-color: #c2c2cb;
    border-radius:16px;
    border-width:2px;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
    color: #464652;
    background-color: #e8e8ec;
    border-color: #464652;
}
.btn-default:active,
.btn-default.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

