html,
body {
    height: 100%;
    background-color: #f6f6f6;
    font-family: Roboto;
}

.row {
    margin: 0;
}

h1 {
    font-family: Roboto;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff9c00;
    margin-bottom: 20px;
    margin-top: 30px;
}

h2 {
    font-family: Roboto;
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff9c00;
    margin-bottom: 20px;
    margin-top: 30px;
}

h3 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff9c00;
    margin-bottom: 20px;
}

h4 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
}

h3 > a {
    color: #ff9c00;
    text-decoration: underline;
}

h3 > a:hover,
h3 > a:focus,
h3 > a:active {
    color: #212123;
    text-decoration: underline;
}


p {
    font-size: 17px;
}

ul > li {
    font-size: 17px;
}

.btn-primary {
    background-color: #ff9c00;
    border-color: #ff6600;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background-color: #ff6600;
    border-color: #ff9c00;
}

.btn-default {
    background-color: #212123;
    border-color: #ff6600;
    color: #fff;
}

.btn-default:focus,
.btn-default:active,
.btn-default:hover,
.btn-default:visited {
    background-color: #ff6600;
    border-color: #212123;
    color: #fff;
}

.line-grey {
    background-color: #ff9c00;
    height: 3px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.line-orange {
    background-color: #ff9c00;
    height: 3px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.line-orange-two {
    background-color: #ff9c00;
    height: 3px;
    margin-bottom: 10px;
}

.line-white {
    border-top: 2px solid #212123;
    margin-top: 40px;
    margin-bottom: 40px;
}

.navbar {
    background-color: #212123;
    border-radius: 0px;
    height: 69px;
}

.navbar-brand img {
    max-height: 90px;
    position: relative;
    z-index: 3;
}

.navbar-nav {
    font-size: 17px;
    margin-top: 7px;
}

.navbar-nav > li > a {
    color: #FFF;
    font-weight: 500;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:active,
.navbar-nav > li > a:hover {
    color: #FFF;
    background-color: inherit;
    border-bottom: 3px solid #ff9c00;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #ff9c00;
}

.navbar-toggle {
    border-color: #ff9c00;
    margin-top: 15px;
}

.slider-kovo {
    padding: 0;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

#kovo-slider {
    padding: 0;
    margin-top: -22px;
}

.home {
    background-color: #efefef;
}

.home-sluzby {
    margin-top: 100px;
    margin-bottom: 100px;
}

.home-odstavec {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-top {
    margin-top: 50px;
}

.margin-top-img {
    margin-top: 90px;
}

.margin-left {
    margin-left: -15px;
}

.margin-left-plus {
    margin-left: 15px;
}

.mega-letter {
    font-family: Roboto;
    font-size: 57px;
    font-weight: 200;
    text-transform: uppercase;
    color: #ff9c00;
    margin-bottom: 20px;
}

.mega-letter {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    color: #ff9c00;
    margin-bottom: 20px;
}

.sluzby-mezera {
    margin-top: 30px;
}

.sluzby-image {
    margin-bottom: 20px;
}

.reference-margin {
    margin-top: 50px;
}

.reference-odstavec {
    margin-top: 20px;
    margin-bottom: 20px;
}

.kontakt-margin {
    margin-bottom: 50px;
}

.o-nas-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.thumbnail {
    border-color: #ff9c5a;
}

.carousel-indicators {
    text-align: left;
    left: 46%;
}

.carousel-indicators > li {
    border-color: #ff6600;
}

.carousel-indicators .active {
    background-color: #ff9c00;
}

.carousel-caption {
    text-align: left;
    bottom: 0;
    top: 20%;
    left: 15%;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
    color: #ff9c00;
}

.modal-footer {
    text-align: left;
}

.nadpis-slider {
    font-size: 40px;
}

.caption-text {
    color: #212123;
}

.mezera-both {
    margin-bottom: 30px;
    margin-top: 30px;
}

.kolecko > img {
    max-height: 50px;
}

.kolecko-double > img {
    max-height: 100px;
}

.caption {
    margin: 10px;
}

.reference-small {
    padding-bottom: 7px;
}

.no-padding {
    padding: 0;
}

footer {
    background-color: #212123;
    text-align:center;
    color: #fff;
}

.credit {
    margin-top: 23px;
}

.kontakt {
    padding: 0;
    margin: 0;
}

.dark-grey {
    background-color: #efefef;
}