@charset "UTF-8";
@import url(../bower_components/bootstrap/dist/css/bootstrap.css);

.island {
}

.island-big {
    padding-top: 80px;
    padding-bottom: 80px;
}

.island-bottom {
    padding-top: 0px !important;
}

.island-top {
    padding-bottom: 0px !important;
}

.small-margin-top {
    margin-top: 20px;
}

.no-margin {
    margin: 0px 0px 0px 0px !important;
}

.island-small {
    padding: 20px 0px;
}

.responsive__image {
    width: 370px;
    height: 250px;

    z-index: -1;
    -webkit-transition-duration: 5s;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transition-duration: 5s;
    transform: scale(1);
    transform-origin: 50% 50%;
}

.spacer {
    height: 5px;
}

.red_background {
    padding-bottom: 50px;
    background-color: #c2143c;
    background-image: url('../images/dum_background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 290px;
}

.red_background p {
    color: white;
}

.red_background h3 {
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 40px;
}

.red_background p {
    max-width: 1000px;
    margin: 0 auto;
}

.grey_background {
    background-color: #413737;
}

.light_grey_background {
    background-color: #f5f5f5;
}

.white_background {
    background-color: #fff;
}

.bottom_red_border {
    border-bottom: 9px solid #D80040;
}

.mail_background {
    background-image: url("../images/mailbg.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media (max-width: 768px) {
    .mail_background h3 {
        text-align: center;
        margin-top: 0px;
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    .mail_background h3 {
        padding-left: 25px;
    }
}

.text-white {
    color: #fff;
}

.big-padding-left {
    padding-left: 90px;
}

@media (min-width: 769px) and (max-width: 1367px) {
    .big-padding-left {
        padding-left: 30px;
    }
}

.big-padding-left td {
    padding: 10px 0px 0px 20px;
}

@media (max-width: 400px) {
    .big-padding-left td {
        text-align: center;
        padding: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1367px) {
    .big-padding-left td {
        font-size: 100%;
    }
}

.big-padding-left td:first-child {
    padding: 0px 0px 0px 90px;
}

@media (max-width: 400px) {
    .big-padding-left td:first-child {
        padding: 0px;
        display: none;
    }
}

@media (min-width: 992px) {
    .big-padding-left td:first-child {
        padding: 0px 0px 0px 28px;
    }
}

.big-padding-right {
    padding-right: 90px;
}

@media (min-width: 769px) and (max-width: 1367px) {
    .big-padding-right {
        padding-right: 30px;
    }
}

.relative {
    position: relative;
}

.align-middle {
    vertical-align: middle !important;
}

.zindex-5 {
    position: relative;
    z-index: 5;
}

@media (max-width: 768px) {
    .mobile-island-top {
        padding-bottom: 0px !important;
    }
}

iframe {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 992px) {
    iframe {
        height: 350px;
    }
}

.navbar-default {
    z-index: 90;
    background-color: #ffffff;
    border-bottom: 1px solid #F9F9F9;
}

.navbar-default .navbar-brand {
    height: 100%;
    position: relative;
    z-index: 50;
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-default .navbar-brand {
        width: 180px;
        margin-top: 1em;
    }
}

.navbar-default .navbar-brand .logo {
    width: 100%;
    position: relative;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 767px) {
    .navbar-default .navbar-brand .logo {
        width: 20%;
    }
}

@media (max-width: 500px) {
    .navbar-default .navbar-brand .logo {
        width: 45%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-default .navbar-brand .logo {
        width: 100%;
    }
}

.navbar-default .navbar-brand .logo.show {
    margin-top: 0px;
    opacity: 1;
}

.navbar-default .navbar-brand .logo.transition {
    transition: margin-top 500ms cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 250ms ease-in-out;
}

.navbar-default .navbar-brand .logo.static {
    margin-top: 0px;
    opacity: 1;
}

.navbar-custom {
    background: url("../images/nav.png") no-repeat top;
    height: 148px;
}

@media (max-width: 768px) {
    .navbar-custom {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 570px) {
    .navbar-custom .navbar-brand img {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .navbar-custom .navbar-brand img {
        width: 20%;
    }
}

.navbar-default .navbar-nav > li > a,
.navbar-custom .navbar-nav > li > a {
    color: #25191a;
}

.nav__list {
    margin-top: 2em
}

.nav__item {
    font-family: 'Open Sans';
    font-weight: bold;
}

@media (max-width: 768px) {
    .nav__item:last-of-type a {
        border-bottom: none;
    }
}

.nav__item a {
    font-size: 1em;
    color: #848484 !important;
    transition: all 250ms ease-in-out;
}

@media (max-width: 767px) {
    .nav__item a {
        border-bottom: 1px solid #F7F7F7;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav__item a {
        font-size: 0.6em !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav__item a {
        font-size: 0.9em !important;
    }
}

.nav__item a:hover, .nav__item a.active {
    color: #000000 !important;
}

@media (min-width: 769px) {
    .nav__item a:hover, .nav__item a.active {
        color: #c2143c;
    }
}

.nav__icon {
    vertical-align: baseline;
}

.carousel {
    margin-top: -70px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .carousel {
        margin-top: -90px;
    }
}

.carousel__indicators {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.arrows {
    width: auto;
    color: #dcd9d9;
    text-shadow: none;
    top: -50px;
    height: 150px;
}

@media (max-width: 768px) {
    .arrows {
        top: 0%;
        height: 28px;
    }
}

.carousel-indicators {
    border-radius: 5px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$to', endColorstr='$from', GradientType=0);
    /* IE6-9 */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
    width: auto;
    margin: 0 auto;
    padding: 5px 12px;
    position: relative !important;
    left: auto;
    display: table;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 4px;
    }
}

.carousel-indicators li {
    background: url("../images/dot-inactive.png") no-repeat top;
    width: 19px;
    height: 19px;
}

.carousel-indicators li.active {
    background: url("../images/dot.png") no-repeat top;
    width: 19px;
    height: 19px;
}

@media (max-width: 768px) {
    .carousel-indicators {
        display: none;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

@media (max-width: 768px) {
    .carousel-control.left {
        left: 20px;
    }
}

@media (min-width: 768px) {
    .carousel-control.left {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .carousel-control.right {
        right: 20px;
    }
}

@media (min-width: 768px) {
    .carousel-control.right {
        right: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        width: 19%;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        margin-top: 7px;
        width: 81%;
        float: right;
        position: inherit !important;
        background-color: transparent !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        float: left;
        width: 80%;
    }
}

@media (min-width: 769px) {
    .navbar-brand {
        width: 100%;
    }
}

.navbar-brand img {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .navbar-brand img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: relative;
        z-index: 2;
        background-color: white;
    }
}

@media (min-width: 447px) and (max-width: 767px) {
    .navbar-default .navbar-collapse {
        width: 106%;
    }
}

.navbar-default {
    border-bottom: 1px solid #e7e7e7;
}

.navbar-default header {
    background-color: #777;
    text-align: right;
    color: #aaa;
    font-family: "Open Sans";
    line-height: 350%;
}

.navbar-default header #adresa {
    color: #ccc;
    float: right;
    font-family: "Open Sans";
    text-align: right;
    background-image: url("../images/marker.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 3%;
}

.navbar-default header #email {
    color: #ccc;
    float: right;
    font-family: "Open Sans";
    margin-right: 5%;
    text-align: right;
    background-image: url("../images/envelope.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 3%;
}

.navbar-default header #telefon {
    color: #ccc;
    float: right;
    font-family: "Open Sans";
    margin-right: 5%;
    text-align: right;
    background-image: url("../images/phone.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 3%;
}


@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-default a {
        text-align: center;
        font-size: 60%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-default img {
        display: block;
        margin: 0 auto;
    }
}

.form-control {
    border-radius: 0px;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    height: 72px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

textarea.form-control {
    height: 164px;
}

.light_grey_color .btn-red {
    background-color: #c2143c;
    margin-top: 20px;
    width: auto;
    min-width: 150px;
    float: right;
}

@media (max-width: 768px) {
    .light_grey_color .btn-red {
        width: 100%;
        min-width: 100%;
        float: inherit;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .light_grey_color .btn-red {
        height: auto;
    }
}

.light_grey_color .btn-red .icon {
    font-size: 2em;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-group label {
    color: #25191a;
    font-family: "Open Sans";
    font-size: 1.357em;
}

@media (min-width: 768px) {
    .form-group label {
        text-align: right;
        width: 28%;
        margin-top: 5px;
    }
}

.fullwidth textarea {
    width: 100%;
}

@media (min-width: 768px) {
    .label__comment label {
        width: 90%;
        text-align: left;
    }
}

.logo_panel {
    background-color: #535352;
    position: fixed;
    width: 100%;
    z-index: 1030;
}

.logo_panel p {
    color: #848484;
    display: inline-block;
    margin-right: 20px;
}

.logo_panel p .icon {
    color: #848484;
    vertical-align: middle;
}

.logo_panel .socials .icon {
    color: white;
}

.desktop_menu {
    background-color: #ffffff;
    border-bottom: 1px solid #d5d5d5;
}

.desktop_menu ul {
    margin-bottom: 0px;
}

.desktop_menu ul li {
    border-right: 1px solid #d5d5d5;
}

.desktop_menu ul li:last-child {
    border-right: none;
}

.desktop_menu ul li.active a {
    color: #2daae1;
}

.desktop_menu ul li a {
    text-transform: uppercase;
    padding: 20px;
    font-family: "Open Sans";
    color: #979797;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .desktop_menu ul li a {
        font-size: 70%;
    }
}

.desktop_menu ul li a.active {
    color: #2daae1;
}

.desktop_menu ul li a:hover {
    color: #2daae1;
}

@media (max-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

.navbar-nav > li > a {
    color: black;
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-nav > li > a {
        font-size: 1em;
        text-transform: uppercase;
    }
}

@media (max-width: 500px) {
    .navbar-nav > li > a {
        text-transform: uppercase;
    }
}

.navbar-nav > li > a.active {
    color: #c2143c !important;
}

@media (min-width: 769px) {
    .navbar-nav > li > a.active {
        background-color: #ffffff;
        color: #c2143c;
    }
}

.navbar-nav > li > a:hover {
    color: white;
!important;
}

@media (min-width: 769px) {
    .navbar-nav > li > a:hover {
        color: white;
        background-color: #c2143c;
    }
}

.btn-red {
    display: block;
    border-radius: 0px;
    background-color: #c2143c;
    width: 100%;
    padding: 20px !important;
    color: white;
    font-weight: bold;
    border: 1px solid transparent;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 250ms ease-in-out;
}

@media (max-width: 768px) {
    .btn-red {
        margin-bottom: 20px;
    }
}

.btn-red:hover {
    border: 1px solid #c2143c;
    color: #c2143c;
    background-color: transparent;
}

.btn-red:hover .email {
    color: #c2143c !important;
}

.btn-red:hover a {
    color: #c2143c;
}

.btn-red .email {
    color: white !important;
}

.btn-red a {
    color: white;
    font-size: 27px;
}

@media (max-width: 992px) {
    .btn-red a {
        font-size: 100%;
    }
}

@media (max-width: 768px) {
    .btn-red a {
        font-size: 100%;
    }
}

.btn-blue {
    display: block;
    border-radius: 0px;
    background-color: #2daae1;
    width: 100%;
    padding: 20px !important;
    color: white;
    font-weight: bold;
    border: 1px solid transparent;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 250ms ease-in-out;
}

.btn-blue:hover {
    border: 1px solid #2daae1;
    color: #2daae1;
    background-color: transparent;
}

.jumbotron {
    overflow: hidden;
}

.owl-theme .owl-controls .owl-pagination {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 12px;
}

@media (max-width: 768px) {
    .owl-theme .owl-controls .owl-pagination {
        display: none;
    }
}

.owl-theme .owl-nav {
    text-align: initial;
    position: relative;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    color: #35ade2 !important;
    background-color: transparent !important;
    font-size: 3em !important;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    position: absolute;
    left: -60px;
    top: -120px;
}

@media (max-width: 768px) {
    .owl-theme .owl-nav .owl-prev {
        left: -40px;
        top: -100px;
    }
}

.owl-theme .owl-nav .owl-next {
    float: right;
    position: absolute;
    right: -60px;
    top: -120px;
}

@media (max-width: 768px) {
    .owl-theme .owl-nav .owl-next {
        right: -40px;
        top: -100px;
    }
}

.detail-stavby .owl-item.active {
    height: 160px;
    overflow: hidden;
}

/* Font faces */
@font-face {
    font-family: 'Lato';
    src: url("../fonts/segoeui.eot");
    src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url("../fonts/segoeui.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeui.woff") format("woff"), url("../fonts/segoeui.svg#SegoeUI") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url("../fonts/seguisb.eot");
    src: local("Segoe Semibold"), local("Segoe WP Semibold"), url("../fonts/seguisb.eot?#iefix") format("embedded-opentype"), url("../fonts/seguisb.woff") format("woff"), url("../fonts/seguisb.svg#SegoeUISemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url("../fonts/segoeuib.eot");
    src: local("Segoe Bold"), local("Segoe WP Bold"), url("../fonts/segoeuib.eot?#iefix") format("eot"), url("../fonts/segoeuib.woff") format("woff"), url("../fonts/segoeuib.svg#SegoeUIBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Light';
    src: url("../fonts/segoeuil.eot");
    src: local("Segoe UI Light"), local("Segoe WP Light"), url("../fonts/segoeuil.eot?#iefix") format("embedded-opentype"), url("../fonts/segoeuil.woff") format("woff"), url("../fonts/segoeuil.svg#SegoeUILight") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-size: 14px;
    overflow-x: hidden;
    font-family: "Open Sans";
    background-color: white;
}

.body__background {
    background-color: #f7f7f7;
}

a {
    outline: none !important;
}

h1 {
    font-family: "Open Sans";
    font-weight: bold;
    color: #535352;
    font-size: 2.143em;
}

.content h2 {
    font-size: 1.286em;
    color: #979797;
    margin: 0px;
    font-weight: bold;
}

.content h3 {
    font-size: 1.286em;
}

h2 {
    font-family: "Open Sans";
    font-size: 2.500em;
}

@media (max-width: 768px) {
    h2 {
        font-size: 200%;
    }
}

h2 span {
    color: #c7144a;
}

h3 {
    font-family: "Open Sans";
    font-size: 2.286em;
}

h4 {
    font-size: 1.286em;
    color: #979797;
    margin: 0px;
    font-weight: bold;
}

h4 span {
    color: #c7144a;
}

h5 {
    font-family: "Open Sans";
    font-size: 1.657em;
}

@media (max-width: 768px) {
    h5 {
        font-size: 120%;
    }
}

h6 {
    font-family: "Open Sans";
    font-size: 2em;
    position: relative;
    z-index: 1;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn {
    padding: 5px 2px;
}

.btn.btn-custom {
    border: 1px solid #2daae1;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-radius: 0px;
    background-color: transparent;
    transition: background-color 250ms ease-in-out;
}

.btn.btn-custom a {
    color: #2daae1;
    font-family: "Open Sans";
    font-weight: bold;
    transition: color 250ms ease-in-out;
}

.btn.btn-custom:hover {
    background-color: #2daae1;
}

.btn.btn-custom:hover a {
    color: white;
}

.btn.btn-custom.white {
    background-color: white;
    outline: none;
    border: none;
    transition: background-color 250ms ease-in-out, outline 250ms ease-in-out;
}

.btn.btn-custom.white a {
    color: #e74c3c;
    transition: color 250ms ease-in-out;
}

.btn.btn-custom.white a .icon {
    vertical-align: sub;
}

.btn.btn-custom.white:hover {
    background-color: transparent;
    outline: 1px solid white;
}

.btn.btn-custom.white:hover a {
    color: white;
}

.btn.btn-custom.red {
    background-color: #e74c3c;
    outline: none;
    border: none;
    transition: background-color 250ms ease-in-out, outline 250ms ease-in-out;
}

.btn.btn-custom.red a {
    color: #e74c3c;
    transition: color 250ms ease-in-out;
}

.btn.btn-custom.red a .icon {
    vertical-align: sub;
}

.btn.btn-custom.red:hover {
    background-color: transparent;
    outline: 1px solid #e74c3c;
    color: white;
}

.btn.btn-custom.red:hover a {
    color: white;
}

.coffee {
    margin-top: 20px;
}

.alert {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    z-index: 100;
}

.alert.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#user {
    border: 1px solid #BFBFBF;
    position: fixed;
    z-index: 100;
    background-color: #F6F6F6;
    border-radius: 5px;
    top: 25%;
    left: -110px;
    height: 50px;
    overflow: hidden;
    color: transparent;
    padding: 10px 10px 0px 10px;
    transition: all 250ms ease-in-out;
}

#user:hover {
    left: 5px;
    height: auto;
    overflow: visible;
    color: inherit;
}

#user .icon-wrench {
    color: #7D7D7D;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 30px;
}

#frm-contactForm th {
    text-align: center;
}

#frm-contactForm #contactform__send {
    float: right;
}

#frm-contactForm label {
    color: white;
}

.scroll_fixer {
    width: 100%;
    height: 400px;
    position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {
    .invoices {
        padding-bottom: 40px;
    }
}

.invoices .big-padding-left td:first-child {
    padding: 10px 0px 0px 0px;
}

.text-white a {
    color: white !important;
}

.setHeight {
    height: 100%;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

.text-bold {
    font-weight: bold;
}

.light_grey_background {
    background-color: #f0efef;
}

.headliner h2 {
    color: #DD1E57;
}

.headliner .headliner_text {
    padding-top: 2%;
}

.headliner .headliner_image {
    text-align: right;
    padding-right: 28px;
}

@media (max-width: 768px) {
    .headliner .headliner_image {
        display: none;
    }
}

.red_dot {
    position: relative;
    margin-top: 20px;
    margin-left: 40px;
}

.red_dot li {
    position: relative;
    padding-bottom: 15px;
    font-family: "Open Sans";
}

.red_dot li:before {
    content: "";
    background-color: #c7144a;
    border-radius: 999px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -18px;
    top: 5px;
}

.email {
    color: #2daae1 !important;
}

.zoneBlok {
    overflow: hidden;
}

.zoneBlok .about__item {
    min-height: 170px;
}

.custom-select {
    display: inline;
}

.partner {
    margin-bottom: 15px;
}

.partner__bordered {
    border: 1px solid #d7d7d7;
    padding: 30px 10px;
    transition: border-color 250ms ease-in-out, filter 250ms ease-in-out;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner__bordered:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    border-color: #c7144a;
}

p {
    font-family: "Open Sans";
    padding-left: 3px;
}

.btn-black a {
    background-color: #413737;
    border: none;
    font-family: "Open Sans";
    font-size: 1.257em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px !important;
    margin-top: 15px !important;
}

.text-vertical-bottom {
    vertical-align: text-bottom;
}

.text-vertical-init {
    vertical-align: initial;
}

.text-lowercase a {
    text-transform: lowercase !important;
}

.big_header {
    background: url("http://fortulion.cz/wp-content/uploads/2014/12/Teamwork.jpg") no-repeat top;
    width: 100%;
    position: fixed;
    z-index: 1050;
    background-size: cover;
    top: 0;
    transition: margin-top 1000ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

.big_header .black_opacity {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}

.big_header .content p {
    margin: 0 auto;
    width: 50%;
    padding-top: 5%;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 1.6em;
}

@media (max-width: 768px) {
    .big_header .content p {
        width: 100%;
        padding-top: 15%;
    }
}

@media (max-width: 768px) {
    .big_header .content svg {
        width: 100%;
    }
}

.big_header .start {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.big_header .start.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.btn a i {
    vertical-align: middle;
}

.loading {
    background-color: #DFDFDF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1051;
    top: 0;
}

.loading .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.prev {
    top: 5px;
    left: 40px;
}

.next {
    top: 5px;
    left: 200px;
}

.icon-very-big {
    font-size: 4em;
}

.icon-very-very-big {
    font-size: 6em;
}

.icon-big {
    font-size: 2em;
    vertical-align: super;
    display: inline-block;
    padding-right: 20px;
}

.contact_us .zoneBlok {
    display: inline-block;
    vertical-align: sub;
}

.contact_us p {
    font-size: 19px;
    display: inline-block;
    vertical-align: bottom;
}

@media (min-width: 992px) {
    .right_red_border {
        border-right: 2px solid #C7144A;
    }
}

@media (max-width: 991px) {
    .right_red_border {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #C7144A;
    }
}

@media (max-width: 1200px) {
    .asking .btn {
        display: block;
        margin-bottom: 40px;
    }
}

.asking .icon {
    vertical-align: bottom;
}

.input-group {
    width: 70%;
    float: right;
}

#fancybox-close {
    display: block;
}

.fancybox-ie #fancybox-close {
    background: none;
    background-image: url("/img/fancybox/fancybox.png");
    background-position: -40px 0px;
}

.mcEditor {
    width: 100%;
    overflow: hidden;
}

.o2k7Skin table.mceLayout {
    width: 100% !important;
}

#frm-blokyForm table {
    width: 100%;
}

footer {
    border-top: 5px solid #D80040;
}

.about__item a {
    transition: color 250ms ease-in-out;
}

.about__item a:hover {
    color: #C7144A;
}

.row-no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.alert {
    position: absolute;
    z-index: 1031;
    width: 100%;
    padding: 20px 40px;
}

p span.red {
    color: #e74c3c;
    font-weight: bold;
}

.steps {
    background-color: #ebebeb;
}

.salmon_color {
    padding-top: 15px;
    background-color: #fdeff2;
    padding-bottom: 10px;
}

.salmon_color p {
    color: white;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 1em;
}

.salmon_color h3 {
    color: white;
}

.light_green_color {
    padding-top: 15px;
    padding-bottom: 10px;
    background: url("../images/calc-big.png") no-repeat;
    background-position: 200px 100px;
    background-color: #aec81f;
    overflow: hidden;
}

.light_green_color p {
    color: #535352;
    font-size: 1.1em;
    margin-top: 15px;
    font-family: "Open Sans";
}

.light_green_color h1 {
    margin-bottom: 40px;
    color: white;
    font-size: 26px;
}

.light_green_color .icon {
    font-size: 4em;
}

.light_green_color .icon.green {
    color: #b7d21f;
}

.light_grey_color {
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #e7e7e7;
    overflow: hidden;
}

.light_grey_color p {
    text-align: justify;
    color: white;
    font-size: 1.371em;
    margin-top: 15px;
    font-family: "Open Sans";
}


.grey_color {
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #535352;
    overflow: hidden;
}

.grey_color p {
    text-align: justify;
    color: white;
    font-size: 1.371em;
    margin-top: 15px;
    font-family: "Open Sans";
}

.grey_color h1 {
    color: white;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

#nette-debug {
    z-index: 40;
    position: relative;
}

.light_blue_background {
    background-color: #e6f7ff;
    overflow: hidden;
}

.light_blue_background h1 {
    font-size: 1.643em;
    margin-bottom: 0px;
}

.light_blue_background .breadcrumb {
    background-color: transparent;
    padding: 0px;
}

.light_blue_background .breadcrumb > li {
    color: #979797;
}

.light_blue_background .breadcrumb > li a {
    color: #979797;
    text-decoration: underline;
}

.light_blue_background .breadcrumb > li.active {
    font-weight: bold;
}

.light_blue_background .breadcrumb > li + li:before {
    content: "»";
}

.blue_border {
    border: 2px solid #2daae1;
    margin-bottom: 20px;
}

.blue_border .content {
    font-size: 1.843em;
    text-align: center;
    color: #2daae1;
    padding: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blue_border .content {
        font-size: 1.443em;
        margin-bottom: 4px;
        margin-top: 4px;
    }
}

.grey_border {
    border: 1px solid #d4d4d4;
    padding: 20px;
    margin-bottom: 20px;
}

.grey_border h5 {
    font-size: 16px;
    color: #2daae1;
}

.grey_border p {
    color: #979797;
    font-size: 1em;
    padding-left: 0px;
}

.icon.blue {
    color: #2daae1;
}

.btn-rounded {
    border-radius: 999px;
}

.btn-green {
    border: 2px solid #b7d21f;
    color: #b7d21f;
    padding: 15px 30px;
    font-size: 21px;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

@media (max-width: 768px) {
    .btn-green {
        font-size: 100%;
    }
}

.btn-green a {
    color: #b7d21f;
    transition: color 250ms ease-in-out;
}

.btn-green:hover {
    background-color: #b7d21f;
}

.btn-green:hover a {
    color: white;
}

.btn-grey {
    border: 1px solid #535352;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    color: #535352;
    padding: 15px 62px;
    margin: 35px auto 55px auto;
    font-size: 14px;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

@media (max-width: 768px) {
    .btn-grey {
        font-size: 100%;
    }
}

.btn-grey a {
    color: #535352;
    text-decoration: none;
    transition: color 250ms ease-in-out;
}

.btn-grey:hover {
    background-color: #535352;
}

.btn-grey:hover a {
    color: white;
}

.btn-grey a:visited {
    text-decoration: none;
}

a:visited, a:focus, a:hover {
    text-decoration: none;
    color: black;
}

.btn-on-grey {
    border: 1px solid white;
    border-radius: 0;
    text-decoration: none;
    background-color: #535352;
    font-weight: 600;
    color: white;
    padding: 15px 62px;
    margin: 24px auto;
    font-size: 14px;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

@media (max-width: 768px) {
    .btn-on-grey {
        font-size: 100%;
    }
}

.btn-on-grey a {
    color: white;
    text-decoration: none;
    transition: color 250ms ease-in-out;
}

.btn-on-grey:hover {
    background-color: #848484;
    color: white;
}

.btn-on-grey a:visited {
    text-decoration: none;
}

.btn-grey-in-green {
    border: 1px solid #535352;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #aec81f;
    background-color: #535352;
    padding: 15px 62px;
    margin: 24px auto;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

@media (max-width: 768px) {
    .btn-grey-in-green {
        font-size: 100%;
    }
}

.btn-grey-in-green a {
    color: #aec81f;
    text-decoration: none;
    transition: color 250ms ease-in-out;
}

.btn-grey-in-green:hover {
    background-color: #aec81f;
}

.btn-grey-in-green:hover a {
    color: white;
}

.btn-grey-in-green a:visited {
    text-decoration: none;
}

.form-control.name {
    margin-bottom: 20px !important;
}

@media (max-width: 992px) {
    .form-control.email {
        margin-bottom: 20px !important;
    }
}

.icon-ios-undo-right:before {
    content: "\ea5c";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
}

.nav__item {
    cursor: pointer;
}

.nav__item:hover .submenu {
    display: block;
}

@media (max-width: 767px) {
    .nav__item:hover .submenu {
        margin-left: 40px;
    }
}

@media (min-width: 768px) {
    .nav__item:hover .submenu {
        position: absolute;
        left: 0;

        background-color: #c2143c
    }
}

@media (min-width: 768px) {
    .nav__item:hover .submenu .nav__item {
        display: block;
    }
}

.nav__item:hover .submenu .nav__item.first a {
    border: none;
}

@media (min-width: 768px) {
    .nav__item:hover .submenu .nav__item a {
        font-size: 20px;
        color: white !important;
        font-family: "Open sans";
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .nav__item:hover .submenu .nav__item a {
        font-size: 1em !important;
    }
}

.nav__item:hover .submenu .nav__item a:hover, .nav__item:hover .submenu .nav__item a.active {
    border: none;
    color: white;
}

@media (min-width: 768px) {
    .nav__item:hover .submenu .nav__item a:hover, .nav__item:hover .submenu .nav__item a.active {
        color: white !important;
    }
}

@media (max-width: 768px) {
    .nav__item:hover .submenu.island {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.submenu {
    display: none;
}

.article {
    background-color: #e7e7e7;
    padding: 15px;
    transition: background-color 250ms ease-in-out;
}

@media (max-width: 992px) {
    .article {
        margin-bottom: 20px;
    }
}

.article h4 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.article p {
    font-size: 14px;
    color: #7d7d7d;
    display: block;
    width: 75%;
    text-align: inherit;
}

.article a {
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

.article-next {
    text-align: right;
}

.article:hover {
    background-color: white;
    transition: background-color 250ms ease-in-out;
}

.control-row {
    font-size: 14px;
    margin-top: 40px;
}

.subpage {
    padding-top: 153px;
}

@media (max-width: 768px) {
    .subpage {
        padding-top: 59px;
    }
}

.subpage h1 {
    color: #c2143c;
}

.overflow-hidden {
    overflow: hidden;
}

.content ul {
    list-style: none;
}

.content ul li {
    padding-left: 20px;
    position: relative;
}

.content ul li:before {
    content: " ";
    position: absolute;
    left: 5px;
    top: 7px;
    background: url("../images/buca_bullet.png") no-repeat top;
    height: 13px;
    width: 13px;
}

.content p.tick {
    padding-left: 20px;
    position: relative;
}

.content p.tick:before {
    content: " ";
    position: absolute;
    left: 5px;
    top: 7px;
    background: url("../images/buca_bullet.png") no-repeat top;
    height: 13px;
    width: 13px;
}

.content p.num {
    position: relative;
    padding-left: 15px;
}

.content p.num span {
    color: white;
    padding-right: 10px;
}

.content p.num:before {
    content: "";
    position: absolute;
    background-color: #2DAAE1;
    width: 18px;
    height: 18px;
    z-index: -1;
    left: 10px;
    top: 1px;
    border-radius: 999px;
}

.calculator {
    width: 47.3%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 992px) {
    .calculator {
        width: 100%;
        float: inherit;
        margin-left: inherit;
        margin-right: inherit;
        margin-bottom: 80px;
    }
}

.calculator .input-group-addon {
    border: none;
}

.calculator.green span {
    color: #b7d21f;
}

.calculator.green strong {
    color: #7d7d7d;
}

.calculator.red span {
    color: #c7144a;
}

.calculator.red strong {
    color: #7d7d7d;
}

.calculator-loan-low .form, .calculator-loan-high .form {
    width: 100%;
}

.calculator-loan-low .form .input-group, .calculator-loan-high .form .input-group {
    width: 100%;
    float: inherit;
}

.calculator-loan-low .form .input-group input, .calculator-loan-high .form .input-group input {
    font-size: 25px;
    padding: 25px !important;
}

@media (max-width: 992px) {
    .calculator-loan-low .form .input-group input, .calculator-loan-high .form .input-group input {
        width: 90%;
    }
}

.calculator-loan-low .form .input-group .input-group-addon, .calculator-loan-high .form .input-group .input-group-addon {
    width: 117px;
}

.calculator-loan-low .form small, .calculator-loan-high .form small {
    text-align: center;
    display: block;
    padding-top: 15px;
    color: #898989;
}

.calculator-loan-low .results, .calculator-loan-high .results {
    width: 100%;
}

@media (max-width: 768px) {
    .calculator-loan-low .results, .calculator-loan-high .results {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .calculator-loan-low .results .pull-left,
    .calculator-loan-low .results .pull-right, .calculator-loan-high .results .pull-left,
    .calculator-loan-high .results .pull-right {
        float: inherit !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .calculator-loan-low .results .pull-left,
    .calculator-loan-low .results .pull-right, .calculator-loan-high .results .pull-left,
    .calculator-loan-high .results .pull-right {
        float: inherit !important;
    }
}

.calculator-loan-low .results {
    background-color: #fdeff2;
}

.calculator-loan-low .heading {
    color: #c7144a;
    font-weight: bold;
}

.calculator-loan-high .results {
    background-color: #f4f8de;
}

.calculator-loan-high .heading {
    font-weight: bold;
}

.projektova-cinnost {
    background: url("../images/projektova_cinnost.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .projektova-cinnost {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .projektova-cinnost {
        background-position: 100% 153px;
    }
}

.fasady {
    background: url("../images/fasady.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .fasady {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .fasady {
        background-position: 100% 153px;
    }
}

.opravy-a-izolace-strechy {
    background: url("../images/izolace_strechy.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .opravy-a-izolace-strechy {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .opravy-a-izolace-strechy {
        background-position: 100% 153px;
    }
}

.rekonstrukce {
    background: url("../images/rekonstrukce.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .rekonstrukce {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .rekonstrukce {
        background-position: 100% 153px;
    }
}

.stavba-rodinneho-domu {
    background: url("../images/stavba_rodinneho_domu.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .stavba-rodinneho-domu {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .stavba-rodinneho-domu {
        background-position: 100% 153px;
    }
}

.stavby {
    background: url("../images/stavby.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .stavby {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .stavby {
        background-position: 100% 153px;
    }
}

.zateplovani {
    background: url("../images/zateplovani.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .zateplovani {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .zateplovani {
        background-position: 100% 153px;
    }
}

.kalkulacka {
    background: url("../images/kalkulace.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .kalkulacka {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .kalkulacka {
        background-position: 100% 153px;
    }
}

.financovani {
    background: url("../images/financovani.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .financovani {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .financovani {
        background-position: 100% 153px;
    }
}

.o-nas {
    background: url("../images/o-nas.jpg") no-repeat right top;
    min-height: 565px;
}

@media (min-width: 768px) {
    .o-nas {
        background-position: 100% 71px;
    }
}

@media (min-width: 992px) {
    .o-nas {
        background-position: 100% 153px;
    }
}

#lightbox-controls {
    position: fixed;
    height: 70px;
    width: 70px;
    top: -70px;
    right: 0;
    z-index: 502;
    background: rgba(0, 0, 0, 0.1);
}

#close-lightbox {
    display: block;
    position: absolute;
    overflow: hidden;
    height: 50px;
    width: 50px;
    text-indent: -5000px;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#close-lightbox:before {
    content: '';
    display: block;
    position: absolute;
    height: 0px;
    width: 3px;
    left: 24px;
    top: 0;
    background: white;
    border-radius: 2px;
    -webkit-transition: .5s .5s ease-in-out;
    -moz-transition: .5s .5s ease-in-out;
    -ms-transition: .5s .5s ease-in-out;
    -o-transition: .5s .5s ease-in-out;
    transition: .5s .5s ease-in-out;
}

#close-lightbox:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 3px;
    top: 24px;
    left: 0;
    background: white;
    border-radius: 2px;
    -webkit-transition: .5s 1s ease-in-out;
    -moz-transition: .5s 1s ease-in-out;
    -ms-transition: .5s 1s ease-in-out;
    -o-transition: .5s 1s ease-in-out;
    transition: .5s 1s ease-in-out;
}

.lb-dataContainer {
    width: 100% !important;
    position: fixed;
    top: 0;
    right: -4px;
    padding-top: 0px;
}

.lb-dataContainer .lb-close {
    background-color: #e74c3c;
    padding: 20px 20px 20px 20px;
    background-position: 7px 6px;
}

.lb-outerContainer {
    background-color: transparent;
}

.contact__footer {
    background: #d9d9d9 url("../images/contact-footer.jpg") no-repeat right;
    height: 299px;
    position: relative;
    padding-top: 50px;
}

@media (max-width: 768px) {
    .contact__footer {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: top right;
        background-image: none;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .contact__footer {
        padding-top: 20px;
    }
}

.contact__footer .headline {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 2.000em;
    color: #201c1d;
    text-transform: uppercase;
}

.contact__footer table {
    font-size: 100%;
}

.contact__footer .btn {
    display: block;
}

.contact__footer .btn a {
    display: block;
    width: 100%;
}

.contact__address {
    font-family: "Open Sans";
    font-size: 1.571em;
    color: #201c1d;
    margin-top: 10px;
}

@media (max-width: 400px) {
    .contact__address {
        width: 100%;
    }
}

.contact__address .icon {
    font-size: 2em;
    color: #938d8d;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0px 30px 0px 0px;
}

@media (max-width: 400px) {
    td {
        padding: 0px 20px 0px 0px;
    }
}

.contact_headline h2 {
    font-size: 1.7em;
}

.address {
    margin-bottom: 20px;
}

.address .icon {
    font-size: 1.7em;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .address .icon {
        font-size: 1.3em;
    }
}

.address .pull-left {
    width: 15%;
    text-align: center;
}

.address .pull-right {
    width: 85%;
}

.address p {
    color: #979797;
}

.contact__bubble {
    background-color: #848484;
    border-radius: 999px;
    text-align: center;
    height: 52px;
    width: 52px;
    padding-top: 16px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .contact__bubble {
        margin-bottom: 20px;
    }
}

.contact__bubble p {
    text-align: center;
    color: #848484;
    font-size: 15px;
}

.contact__bubble p .icon {
    font-size: 3em;
}

.contact h3 {
    color: #c2143c;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .header-slider {
        padding-top: 51px;
    }
}

@media (min-width: 769px) {
    .header-slider {
        padding-top: 130px;
    }
}

.header__headline {
    background-color: rgba(45, 170, 225, 0.7);
    display: inline-block;
    padding: 0px 20px;
    color: white;
    font-family: "Open Sans";
}

.header__headline h1 {
    font-weight: bold;
    color: white;
    font-size: 2.58em;
}

.header__headline h1 .icon {
    vertical-align: middle;
    padding-left: 10px;
}

.cover {
    position: absolute;
    top: -600px;
    width: 100%;
    transition: top 600ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.cover.arrived {
    top: 250px;
}

.cover .row {
    margin-top: 25vh;
}

@media (max-width: 768px) {
    .cover .row {
        margin-top: 5vh;
    }
}

.cover .offers {
    width: 50%;
    margin: 0 auto;
    margin-top: 80px;
}

@media (max-width: 644px) {
    .cover .offers {
        width: 92%;
        margin: 0 auto;
        margin-top: 170px;
    }
}

@media (min-width: 645px) and (max-width: 768px) {
    .cover .offers {
        margin-top: 110px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .cover .offers {
        width: 78%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .cover .offers {
        width: 60.4%;
    }
}

.cover .offers .offer {
    width: 25%;
    float: left;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    margin-left: 9.7px;
    padding-top: 15px;
    position: relative;
    height: 95px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .cover .offers .offer.text-center {
        text-align: inherit;
    }
}

@media (max-width: 768px) {
    .cover .offers .offer {
        width: 100%;
        display: block;
        float: inherit;
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 5px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.cover .offers .offer:hover .icon {
    display: none;
}

@media (max-width: 768px) {
    .cover .offers .offer:hover .icon {
        display: block;
    }
}

.cover .offers .offer:hover p {
    opacity: 1;
    width: 100%;
}

@media (max-width: 768px) {
    .cover .offers .offer:hover p {
        width: 50%;
    }
}

.cover .offers .offer p {
    color: #979797;
    font-family: "Open Sans";
    display: block;
    position: absolute;
    top: 0;
    padding: 16px;
    opacity: 0;
    font-weight: bold;
    width: 100%;
    transition: opacity 250ms ease-in-out;
}

@media (max-width: 768px) {
    .cover .offers .offer p {
        position: relative;
        top: inherit;
        padding: 5px 16px;
        opacity: 1;
        float: right;
        width: 50%;
    }
}

.cover .offers .offer .icon {
    color: #2daae1;
    font-size: 4em;
}

@media (max-width: 768px) {
    .cover .offers .offer .icon {
        float: left;
        width: 50%;
        text-align: center;
    }
}

.cover .offers .offer:first-child {
    margin-left: -15px;
}

.cover .offers .offer:last-child {
    margin-right: -15px;
}

.buildings .icon {
    color: #c2143c;
    font-size: 2em;
}

.references__item {
    position: relative;
    margin-bottom: 20px;
}

.references__item--link {
    padding-left: 10px;
    padding-right: 10px;
}

.references__item:hover .references__caption {
    opacity: 1;
}

.references__item a.absolute {
    position: absolute;
    transition: color 250ms ease-in-out;
    width: 100%;
    height: 100%;
    left: 0;
}

.references__caption {
    opacity: 0;
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    z-index: 1;
    background-color: rgba(194, 20, 60, 0.8);
    text-align: center;
    transition: opacity 250ms ease-in-out;
}

.references__caption h4 {
    margin-top: 20%;
    margin-bottom: 5%;
    font-size: 24px;
    color: white;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.references__caption p {
    max-width: 290px;
    margin: 0 auto;
    color: white;
}

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

.building-list .label {
    display: block;
    font-size: 100%;
    padding: 20px 20px;
    overflow: hidden;
    border-radius: 0px;
}

.building-list .building-content p {
    padding: 15px;
    color: #535352;
}

.building-list .building-content a {
    position: relative;
}

.building-list a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.footer {
    background-color: #565656;
    color: white;
}

.footer h6 {
    text-transform: uppercase;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .footer h6 {
        margin-top: 60px;
    }
}

.footer p {
    padding-left: 0px;
}

.footer .footer__menu {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.footer .footer__menu.working_hours li a {
    font-size: 1em;
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    .footer .footer__menu {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .footer .footer__menu .nav__item {
        margin-bottom: 10px;
    }
}

.footer .footer__menu .nav__item a {
    font-family: "Open sans";
    color: white !important;
    font-size: 1.143em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    background-color: transparent;
}

@media (max-width: 992px) {
    .footer .footer__menu .nav__item a {
        display: block;
        transition: background-color 250ms ease-in-out;
        padding: 10px;
        border-bottom: none;
        margin-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .footer .footer__menu .nav__item a:hover {
        background-color: #5D5D5D;
    }
}

.footer .footer__menu .nav__item:last-child {
    margin-bottom: 0px;
}

.footer .spacing {
    height: 20px;
}

.socials .icon {
    color: white;
    font-size: 1.5em;
}

.socials .social {
    display: inline-block;
    border: 1px solid white;
    padding: 10px 15px;
    margin-right: 15px;
}

.copyright {
    background-color: #ffffff;
    color: #aaaaaa;
}

@media (max-width: 992px) {
    .copyright {
        text-align: center;
    }
}

.copyright .text-right {
    color: #6b6b6b;
}

@media (max-width: 992px) {
    .copyright .text-right {
        text-align: center;
    }
}

.map {
    background: url("/images/mapa.png") no-repeat right;
    height: 100%;
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    top: 0;
    right: 52px;
    z-index: 2;
}

.services .service {
    position: inherit;
}

.services .service h3 {
    color: #c2143c;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 992px) {
    .services .service h3 {
        font-size: 100%;
    }
}

.services .service .icon {
    font-size: 3em;
}

.services .service .service__info {
    opacity: 0;
    min-height: 102px;
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
    z-index: 1;
    background-color: rgba(244, 244, 244, 0.95);
    padding: 20px 20px 10px 20px;
    border: 1px solid #c6c6c6;
    transition: opacity 250ms ease-in-out;
}

@media (max-width: 767px) {
    .services .service .service__info {
        top: inherit;
        position: relative;
        height: 0;
        min-height: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .services .service .service__info {
        min-height: 122px;
    }
}

@media (max-width: 768px) {
    .services .service .service__info li {
        padding-bottom: 10px;
    }
}

.services .service .service__arrow {
    opacity: 0;
    background: url("/images/arrow.png") no-repeat top;
    height: 18px;
    position: absolute;
    width: 100%;
    top: -9px;
    z-index: 2;
    transition: opacity 250ms ease-in-out;
}

@media (max-width: 767px) {
    .services .service .service__arrow {
        top: -1px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .services .service .service__arrow {
        top: 11px;
    }
}

.services .service:hover .service__info {
    opacity: 1;
}

@media (max-width: 767px) {
    .services .service:hover .service__info {
        height: 100%;
    }
}

.services .service:hover .service__arrow {
    opacity: 1;
}

html {
    font-size: 14px;
}

.tracer {
    position: absolute;
    opacity: 0.3;
    background: url("../images/tracer.jpg") no-repeat top;
    height: 2283px;
    width: 1920px;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #c2143c;
    color: white !important;
}

.navbar-default .navbar-nav > li > a:active {
    background-color: #ffffff;
    color: #c2143c !important;
}

.submenu.island .nav__item:hover, .submenu.island .nav__item:active {
    background-color: #99102f;
}

@media (max-width: 992px) and (min-width: 768px) {
    .nav__item:hover .submenu .nav__item a {
        font-size: 0.6em !important;
        font-weight: 200;
    }

    .submenu.island {
        width: 8.8em
    }

    .submenu.island .nav__item {
        padding: 0.48em 0.66em;
    }

    .submenu.island .nav__item.last {
        padding-bottom: 0.6em;
    }

    .navbar-nav > li > a {
        padding-top: 0.51em;
        padding-bottom: 0.51em;
    }

    .navbar-nav {
        margin-bottom: 1.68em;
    }

    .navbar-brand {
        padding: 1.51em 0.726em;
    }
}

@media (min-width: 993px) {
    .nav__item:hover .submenu .nav__item a {
        font-size: 0.933em !important;
        font-weight: 200;
    }

    .submenu.island {
        width: 14.8em
    }

    .submenu.island .nav__item {
        padding: 0.8em 1.1em;
    }

    .submenu.island .nav__item.last {
        padding-bottom: 1em;
    }

    .navbar-nav > li > a {
        padding-top: 0.85em;
        padding-bottom: 0.85em;
    }

    .navbar-nav {
        margin-bottom: 2.8em;
    }

    .navbar-brand {
        margin-top: 1em;
    }
}

.services-block {
    margin-top: 60px;
    margin-bottom: 60px;
}

.service:hover [class*="icon-buca-"] {
    color: #c2143c;
}

.service a:hover {
    color: #000000;
}

.contact-btn.btn-red a {
    font-size: 1em;
}

.contact-btn-big.btn-red {
    padding: 20px 10px !important;
}

.contact-btn-big.btn-red a {
    font-size: 13px;
}

@media (max-width: 1199px) {
    .contact .btn-red {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .contact .btn-red {
        margin-bottom: 20px;
    }
}

.aktuality_nadpis {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

h1.aktuality_nadpis {
    margin-bottom: 50px;
    margin-top: 65px;
}

.contact__text {
    margin-bottom: 70px;
    font-size: 16px !important;
    color: #f6f6f6 !important;
    text-align: center !important;
}

.buildings h1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.images-container {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 26px;
}

.images-container > img {
    width: 20px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 4px;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    vertical-align: middle;
    margin-bottom: 4px;
}

.images-container > img:nth-child(1) {
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}

.images-container > img:nth-child(2) {
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}

.btn-grey-in-green:hover img:nth-child(1) {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

.btn-grey-in-green:hover img:nth-child(2) {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}

.btn-grey-in-green span {
    padding-left: 10px;
}

.grey_color h1 {
    margin-top: 55px;
    margin-bottom: 40px;
    font-size: 26px;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_whole {
    color: #535352;
    margin-bottom: 35px;
    margin-top: 25px;
    font-size: 13px;
}

.copyright {
    background-color: #e7e7e7;
}

a.hovered {
    background-color: #c2143c;
    color: white !important;
}

.navbar-nav > li > a.active.hovered {
    background-color: #c2143c !important;
    color: white !important;
}

.submenu-active {
    background-color: #99102f;
}

.subpage .light_green_color h1 {
    color: white;
}

.subpage {
    padding-bottom: 70px;
}

.subpage.aktuality {
    background-color: #e7e7e7;
}

.subpage.financovani {
    padding-bottom: 0;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 105px;
}

.subpage h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center !important;
}

.subpage {
    padding-top: 160px;
    background-position-y: 113px;
}

.nav__item a {
    font-weight: 400;
    font-size: 15px;
}

.red_background p {
    font-size: 16px;
}

.references__caption h4 {
    font-size: 20px;
}

.light_green_color p {
    font-size: 16px;
}

.grey_color input {
    max-height: 55px;
}

.grey_color form {
    max-width: 945px;
    margin: 0 auto;
}

#frm-contactForm input, #frm-contactForm textarea {
    padding: 15px;
}

::-webkit-input-placeholder {
    font-weight: bold;
}

:-moz-placeholder {
    font-weight: bold;
}

:-ms-input-placeholder {
    font-weight: bold;
}

.bubble {
    padding: 0;
}

.bubble-content {
    margin-left: 50px;
}

.bubble-content-2 {
    margin-right: 50px;
}

@media (max-width: 991px) {
    .bubble-content {
        margin-left: 0px;
    }

    .bubble-content-2 {
        margin-right: 0px;
    }
}

.check-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 5px;
}

/* Hide the browser's default checkbox */
.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-box:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-box input:checked ~ .checkmark {
    background-color: #BA053D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.references__item a {
    display: block;
    width: 100%;
}

.references__item img {
    max-width: 100%;
}

.gallery__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(194, 20, 60, 0.8);
    transition: opacity 0.2s;
    opacity: 0;
}

.gallery__img {
    position: relative;
}

.gallery__img:hover:before {
    opacity: 1;
}

.prb {
    padding-right: 20px;
}

.cookie-popup p {
    padding-left: 0;
    margin-bottom: 18px;
}

@media (max-width: 992px) {
    .prb {
        display: block;
        padding-right: 0;
    }
}

.contact__title {
    margin-bottom: 60px;
}

.contact__item {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .navbar-right {
        float: left !important;
    }
}

.navbar-lang-active {
    display: block;
    padding: 13px 14px;
}

.navbar-lang:hover ul {
    display: block;
}

.navbar-lang:hover .navbar-lang-active {
    background-color: #c2143c;
    color: white !important;
}

@media (min-width: 768px) {
    .navbar-lang {
        position: relative;
        margin-top: 2em;
        float: right;
    }
}

.navbar-lang ul {
    width: 100%;
    list-style: none;
    background-color: #fff;
}

@media (min-width: 768px) {
    .navbar-lang ul {
        position: absolute;
        top: 100%;
        display: none;
    }
}

.navbar-lang ul:hover {
    display: block;
}

.navbar-lang ul li a {
    display: block;
    padding: 10px;
}

.navbar-lang ul li a:hover {
    background-color: #c2143c;
    color: white !important;
}