﻿/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
    min-width: 740px;
    /* padding-top: 70px; */
   /*padding-bottom: 30px; */ 
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}

    .page-header .lead {
        margin-bottom: 10px;
    }


/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    width: 740px;
    max-width: none !important;
    background-color: #fff;
}

    .container .navbar-header,
    .container .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }



    li + li > a:before {
    content: " / ";
}
    
        .navbar-nav > li > a {
            padding: 15px 0px 15px 5px;
        }

    /* Redeclare since we override the float above */
    .navbar-nav.navbar-right {
        float: right;
        font-size: 14px;
    }


    .navbar-nav.navbar-right:last-child {
margin-right: 0px;
}


.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    /* position: fixed; */
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-brand {
    float: left;
    padding: 40px 15px 0 15px;
    font-size: 40px;
    /* line-height: 20px; */
    /* height: 50px; */
}

.navbar {
    position: relative;
    min-height: 130px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.header-separator {
    margin: 20px 0 20px 0;
    min-height: 4px;
    background-image: url('../images/prechod.png');
}

.page-footer {
    padding-top: 30px;
}


body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    line-height: 1.42857143;
    color: #333;
    background-color:#4b4949;
}


div#white {
    height: 100vh;
    background-color:#fff;
    width:740px;
margin-right: auto;
margin-left: auto;
/*padding-left: 15px;*/
/*padding-right: 15px;*/
}

.copy {
    color:#ccc;
}