p, ul > li{
    font-family: 'Open Sans', sans-serif;
}
.about h1, .about h2,.about h3, .about h4, .about h5, .about h6, .about .page-header, .about h3 > a, .about p{
    color:white;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Condensed', sans-serif;
}
body {
    padding-top: 275px;
}
body.index {
    padding-top: 50px;
}
.bxslider li h3{
    text-align:center;
    font-size: 20px;
}

.bxslider {
    padding: 0;
}

section{
    padding-bottom: 75px;
    padding-top: 75px;
}
.page-head{
    background: #565655;
    padding: 50px 0px;
}
.page-head .page-header{
    color: #fff;
}
.breadcrumb{
    background-color: #fd3b3c;
    border-radius: 0px;
}
.breadcrumb li a{
    color:white;
}
.breadcrumb>.active {
    color: #fff;
    font-weight: bold;
}
header.carousel {
    height: 73%;
    margin-top: 150px;
}
.topbar{
    position:fixed;
    top: 30px;
    width:100%;
    height: 175px;
    background: white;
    padding: 35px;
    z-index: 10;
}
.last-one{
    background: #3c3c3a;
    padding:0;
    color:#fff;
    border-top: 1px solid #fff;
    padding:15px 0px;
}
.navbar-fixed-top {
    top: 195px;
    border-width: 0 0 1px;
    border-bottom: 10px solid #fd3b3c !important;
}
.navbar-inverse {
    background-color: #e2e2e2;
}
.navbar-inverse .navbar-nav>li>a {
    color: #565655;
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li {
    padding: 0px 18px;
    -moz-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    -o-transition:all ease-in 0.5s;
    transition: all ease-in 0.5s;
}
.navbar-inverse .navbar-nav>li:hover, .navbar-inverse .navbar-nav>li.active{
    padding: 0px 20px;
    padding-top: 20px;
    background: #fd3b3c !important;
}
.navbar-inverse .navbar-nav>li:hover a, .navbar-inverse .navbar-nav>li.active a, .navbar-inverse .navbar-nav>li.active a:hover, .navbar-inverse .navbar-nav>li.active a:focus{
    color: white;
    background: none;
}
.carousel-caption {
    right: 15%;
    left: auto;
    padding-bottom: 30px;
    top: 20%;
    text-align: right;
    width:30%;
}
.carousel-caption.left-caption{
    left: 15%;
    right: auto;
    padding-bottom: 30px;
    top: 20%;
    text-align: left;
    width:30%;
}
.dropdown-menu{
    background-color: #3c3c3a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 10px solid #fd3b3c;
}
.dropdown-menu > li{
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
}
.dropdown-menu > li:hover{
    background: #e2e2e2;
    border-bottom: 1px solid #565655;
}
.dropdown-menu > li:hover a{
    color: #565655 !important;
}
.navbar-inverse .navbar-nav>li:hover > ul.dropdown-menu{
    display:block !important;
}
.dropdown-menu > li:last-child{
    border-bottom: 0px solid #fff;
}
.btn{
    margin-top: 25px;
}
h2{
    margin-bottom:25px;
}
.rightbox{
    border-left:1px solid #e2e2e2;
    margin-bottom: 50px;
}
.panel-default>.panel-heading {
    padding: 0;
}
.carousel-caption h2{
    background: rgba(215, 215, 215, 0.75);
    padding: 10px 10px 10px 10px;
}

.carousel-caption p {
    margin: 0 0 10px;
    background-color: rgba(0,0,0,0.25);
    margin-top: 0;
    padding: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #565655;
    border-color: #565655;
    border-radius: 0;
    margin-bottom:25px;
}
.btn-primary:hover{
    background-color: #8a8a8a;
}
.orange-1{
    background: #fd3b3c !important;
    color: #fff;
}
.orange-2{
    background: #FF5D19;
    color: #fff;
}

.orange-3{
    background: #FF4B00;
    color: #fff;
}
.orange-4{
    background: #00B298;
    color: #fff;
}
.padding-top-bottom{
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-me-bg{
    padding-left:0;
}
.about-me-left{
    padding-top: 25px;
}
.over-the-top{
    padding:5px 0px;
    width: 100%;
    position: fixed;
    top:0;
    background: #3c3c3a;
    color: white;
    z-index: 10;
}
.over-the-top a{
    color: white;
}
section.about{
    background: rgba(253, 59, 60, 0.77);
    padding: 0;
}
.img-holder{
    overflow: hidden;
}
.img-holder img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bx-wrapper .bx-viewport{
    box-shadow:none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.bx-wrapper{
    margin-bottom: 50px !important;
}
.img-holder:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
footer{
    background: #3c3c3a;
    margin:0;
    padding: 30px 0px;
    color: white;
}
footer ul{
    list-style: none;
    padding-left:0;
}

footer ul li a{
    color: white;
}

.start-teaser{
    border-right: 1px solid #000;
    padding: 0px 50px;
    margin: 15px 0px;
}
.start-teaser:last-child{
    border-right: none;
}
.carousel-indicators {
    z-index: 1;
}

.grey{
    background-color: rgba(226, 226, 226, 0.55);
}
.grey .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #b2b2ae;
}
footer a:focus, a:hover {
    color: #fd3b3c;
    text-decoration: none;
}

#accordion .panel.panel-default {
    border-radius: 0;
}

#accordion .panel-heading {
    padding: 10px;
}

.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.kontakt-right {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 100;
}

.kontakt-right .btn i {
    font-size: 20px;
}
.kontakt-right .btn {
    font-size: 9px;
    margin: 0 0 5px;
    width: 56px;
    border: none;
    box-shadow: -1px 2px 0px 0px rgba(0,0,0,0.1);
}

.kontakt-right .btn.btn-default {
    border-radius: 0;
    color: #333 !important;
    background-color: #fff !important;
}

.kontakt-right .btn.btn-primary {
    color: #fff !important;
    background-color: #565655 !important;
}

.kontakt-right-content  {
    position: absolute;
    right: 60px;
    top: 0px;
    width: 310px;
    height: auto;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    padding: 15px;
    display: none;
}

.close-kontakt {
    position: absolute;
    z-index: 101;
    top: 15px;
    right: 15px;
    color: #333;
    cursor: pointer;
}

.kontakt-right-box {
    position: relative;
}

.form-control {
    border-radius: 0;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-header .contact-link {
    display: block;
    float: left;
    padding: 10px;
    margin-top: 4px;
    color: #565655;
    font-size: 17px;
    margin-left: 5px;

}

@media (min-width: 1300px){
    .container {
        width: 1300px;
    }
}

@media (max-width: 1200px){
    .navbar-inverse .navbar-nav>li, .navbar-inverse .navbar-nav>li:hover{
        padding-left: 4px;
        padding-right: 4px;
    }
    .carousel-caption, .carousel-caption.left-caption{
        width:40%;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .navbar-inverse .navbar-nav>li:hover, .navbar-inverse .navbar-nav>li.active{
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-inverse .navbar-nav>li a, .navbar-inverse .navbar-nav>li:hover a{
        font-size: 13px;
        padding: 10px 6px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .navbar-fixed-top {
        top: 150px;
    }

    .topbar {
        padding: 20px;
        height: 121px;
    }

    .navbar-fixed-top .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    section {
        padding: 25px 0;
    }

    .bx-wrapper {
        margin-bottom: 20px !important;
    }

    .news-teaser-box h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px){
    .about-me-bg{
        padding-right: 0px;
    }
    .row p:first-child{
        margin-top:25px;
    }
    .carousel-caption, .carousel-caption.left-caption{
        display:none;
    }
    header.carousel {
        height: 25%;
        margin-top: 150px;
    }
    .start-teaser{
        border-right: none;
        border-bottom: 1px solid #000;
    }
    .start-teaser:last-child{
        border-bottom:0;
    }
    .navbar-toggle{
        border-radius: 0;
        background-color: #333;
    }

    .news-teaser-box p {
        min-height: 60px;
    }

    .news-row img.pull-right {
        float: none !important;
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .dropdown-menu {
        width: 100%;
    }

    .kontakt-right {
        display: none;
    }

    .page-head {
        padding: 0;
    }

    .navbar-inverse .navbar-nav>li:hover > ul.dropdown-menu {
        position: relative;
        float: none;
    }

    body.index {
        padding-top: 66px;
    }

    header.carousel {
        margin-top: 0;
    }

    section {
        padding: 25px 0;
    }

    .img-holder img {
        width: 100%;
        margin-bottom: 10px;
    }

    .last-block {
        text-align: center;
    }

    .last-block .text-right {
        text-align: center !important;
    }

    .rightbox {
        height: auto !important;
    }

    .topbar {
        height: auto;
        padding: 15px;
    }

    .navbar-fixed-top {
        top: 0;
    }

    body {
        padding-top: 66px;
    }

    .over-the-top {
        display: none;
    }

    .topbar {
        position: relative;
        top: 0;
    }

    .grey .page-header {
        margin: -10px 0 20px;
        font-size: 30px;
    }
}

@media(min-width: 768px) {
    .navbar-header .contact-link {
        display: none;
    }
}