html,
body {
    height: 100%;
    font-family: 'Dosis';
    background-color: #FBFBFB;
    color: #777;
}
.caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px dashed;
    margin-top: -4px;
}
li.active a b.caret {
    color: #dc001a;
}
.start-page {
    background: url(/images/clouds_header.jpg) top right / 100% 50% no-repeat, url(/images/clouds_footer.jpg) bottom left no-repeat;
}
.second-page {
    background: url(/images/clouds_header2.jpg) top right / 100% 165px no-repeat, url(/images/clouds_footer.jpg) bottom left no-repeat;
}
.extra-images {
    height: 670px;
    position: relative;
}
.extra-images img.circle {
    border-radius: 50%;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 51, 104, 0.15);
}
.extra-images .photo1, .extra-images .photo2, .extra-images .photo3 {
    position: absolute;
    float: left;
}
.extra-images .photo1 {
    top: 0;
    width: 33%;
}
.extra-images .photo2 {
    top: 20px;
    left: 27%;
    width: 45%;
    z-index: 1;
}
.extra-images .photo3 {
    top: 135px;
    right: 0;
    width: 33%
}
.extra-images .lines {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.extra-images .lines img {
    width: 70%;
}
.offer-images {
    margin-bottom: 40px;
    text-align: center;
}
.offer-images div {
    display: inline-block;
}
.offer-images img {
    width: 250px;
}
.offer-images .photo1 img {
    transform: rotate(5deg);
}
.offer-images .photo2 img {
    transform: rotate(0deg);
}
.offer-images .photo3 img {
    transform: rotate(-7deg);
}
.offer-images .photo4 img {
    transform: rotate(7deg);
}
.site-red {
    color: #dc001a;
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;

    z-index:1032;
}
.wrap {
    min-height: 100%;
    height: auto;
}
.wrap > .container {
    padding: 70px 15px 20px;
}
.home-box {
    text-align: center;
    min-height: 320px;
    position: relative;
}
.home-box p:last-child {
    position: absolute;
    bottom: 0;
    left: calc(50% - 79px / 2);
}
.page-content {
    text-align: justify;
}
.underline {
    text-decoration: underline;
}
.footer {
    height: 130px;
    margin-top: 130px;
}
.footer .container {
    height: 70px;
}
.footer .logo {
    float: left;
    border-right: 1px solid #ebebeb;
    padding-right: 30px;
}
.footer .copyright {
    float: left;
    padding: 8px 0 0 30px;
}
.footer .privacy {
    float: left;
    padding: 8px 0 0 30px;
}
.footer .privacy a {
    color: #777;
}
.footer .to-top {
    float: right;
}
.footer .to-top a {
    color: #777;
}
.footer .top-sign {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.jumbotron {
    text-align: center;
    background-color: transparent;
    padding-top: 0;
}
.jumbotron h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #00336a;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.jumbotron .lead {
    font-size: 18px;
    margin-bottom: 40px;
}
.body-content h2 {
    color: #00336a;
    text-transform: uppercase;
}
.body-content p {
    font-size: 14px;
    margin-bottom: 30px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: /*"\e113"*/ "\e151";
}
a.desc:after {
    content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
nav.navbar {
    border-bottom: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    text-transform: uppercase;
    min-height: 80px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    margin: 0;
}
.navbar-default {
    background-color: #FBFBFB;
}
nav .container {
    background-color: #FBFBFB;
    position: relative;
}
.navbar-header {
    border-right: 1px solid #ebebeb;
}
.navbar-brand {
    padding: 0;
    margin: 12px 50px;
    height: 55px;
}
.navbar-brand img {
    height: 55px;
}
.navbar-nav {
    margin-left: 40px;
}
.navbar-nav > li > a {
    color: #545359;
    font-weight: 500;
    line-height: 46px;
}
.navbar-nav > li {
    border-top: 4px solid transparent;
}
.navbar-nav > li:hover {
    border-top: 4px solid #68676a;
}
.navbar-nav > li > a:hover {
    background-color: transparent;
}
.navbar-nav > li.active {
    border-top: 4px solid #dc001a;
}
.navbar-nav li.active > a {
    color: #ffffff;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after, .dropdown-submenu > .nolink:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-menu > li > .nolink {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-contact {
    float: right;
    height: 80px;
    line-height: 80px;
    border-left: 1px solid #ebebeb;
    padding: 0 35px 0 50px;
}
.navbar-contact .number {
    font-weight: bold;
}
.navbar-contact .phone-icon {
    margin: 0 5px;
    color: #dc001a;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1004;
}
header#header .container-fluid {
    padding: 0;
}
.wrapper {
    padding-top: 80px;
    position: relative;
}
.header_page {
    float: left;
    position: relative;
    width: 100%;
}
.header_page h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #00336a;
}
.header_page .breadcrumb {
    background-color: transparent;
    font-size: 16px;
}
.header_page .breadcrumb a {
    color: #777;
    text-decoration: none;
}
.slider .container-fluid {
    padding: 0;
}
.slider .carousel-control {
    font-size: 70px;
    color: #777;
    bottom: 0;
    background: none;
    text-shadow: none;
    top: auto;
    opacity: 1.0;
    width: auto;
    line-height: 40px;
}
.slider .carousel-control.left {
    left: 5%;
    bottom: 3px;
}
.slider .carousel-control.right {
    left: auto;
    right: 5%;
    bottom: 3px;
}
.slider .line1 {
    font-size: 30px;
    text-transform: uppercase;
}
.slider .line2 {
    font-size: 60px;
    text-transform: uppercase;
}
.slider .line3 {
    width: 120px;
    border-bottom: 3px solid #dc001a;
    margin: 10px auto 20px auto;
}
.slider .line4, .slider .line5 {
    font-size: 18px;
}
.slider .buttons {
    margin: 30px 0 70px 0;
}
.btn {
    font-weight: 600;
}
.btn-red {
    background-color: #dc001a;
    border-color: #dc001a;
    color: #fff;
}
.btn-red:hover {
    background-color: #af0606;
    border-color: #af0606;
    color: #fff;
}
section.article {
    font-size: 16px;
    padding-top: 75px;
}
.extra-panel {
    margin: 30px 0;
    font-size: 14px;
}
.extra-panel h4 {
    font-size: 20px;
    margin: 10px 20px;
}
.p-header {
    margin-bottom: 10px;
}
.p-header h4, p-header i {
    display: inline-block;
    vertical-align: top;
}
.ilustration {
    width: 100%;
}
.art-img {
    width: 400px;
    margin: 15px;
}
#contact-form label {
    font-size: 12px;
}
#contact-form .captcha {
    line-height: 43px;
}
#contact-form .captcha input {
    margin-top: 4px;
}
#contact-form .line {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 20px;
}
.address {
    padding-left: 40px;
}
.address .data {
    font-size: 20px;
}
.address .field > div {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
}
.address .icon {
    text-align: center;
    width: 50px;
    margin-right: 20px;
    color: #dc001a;
}
.address p {
    margin: 0;
    line-height: 38px;
}
.address div div:first-child p {
    line-height: 24px;
}
.address p.small {
    font-size: 70%;
}
.address .field {
    margin-bottom: 20px;
}
video {
    width: 100%    !important;
    height: auto   !important;
}

@media(max-width:1300px) {
    nav.navbar {
        font-size: 14px;
        min-height: 55px;
    }
    .navbar-brand {
        margin: 0 10px;
    }
    .navbar-contact {
        padding: 0 5px 0 12px;
        height: 55px;
        line-height: 55px;
    }
    .navbar-nav > li > a {
        padding: 5px 10px;
        line-height: 41px;
    }
    .wrapper {
        padding-top: 55px;
    }
    .slider .buttons {
        margin: 30px 0 5px;
    }
}
@media(max-width:1200px) {
    .start-page {
        background: url(/images/clouds_header.jpg) top right / 100% 45% no-repeat, url(/images/clouds_footer.jpg) bottom left / 100% 15% no-repeat;
    }
    .second-page {
        background: url(/images/clouds_header2.jpg) top right / 100% 165px no-repeat, url(/images/clouds_footer.jpg) bottom left / 100% 190px no-repeat;
    }
    .extra-images {
        height: 550px;
    }
    .footer {
        margin-top: 60px;
    }
    .home-box {
        min-height: 360px;
    }
}
@media(max-width:990px) {
    .header_page h1 {
        font-size: 24px;
    }
    .extra-images {
        height: 430px;
    }
    .second-page {
        background: url(/images/clouds_header2.jpg) top right / 100% 165px no-repeat, url(/images/clouds_footer.jpg) bottom left / 100% 190px no-repeat;
    }
    .home-box {
        min-height: 390px;
    }
}
@media(max-width:941px) {
    .wrapper {
        padding-top: 110px;
    }
    .navbar-contact {
        float: left;
        padding-right: 50px;
    }
    .navbar-nav {
        margin-left: 0;
    }
    .slider .buttons {
        margin-top: 0;
    }
    .slider .line3 {
        margin: 0 auto;
    }
    .slider .line2 {
        font-size: 40px;
    }
    .slider .line1 {
        font-size: 20px;
    }
}
@media(max-width:767px) {
    .wrapper {
        padding-top: 55px;
    }
    .header_page .breadcrumb {
        top: auto;
        bottom: -43px;
    }
    section.article {
        margin-top: 20px;
    }
    .start-page {
        background: url(/images/clouds_header.jpg) top right / 100% 35% no-repeat, url(/images/clouds_footer.jpg) bottom left / 100% 10% no-repeat;
    }
    .second-page {
        background: url(/images/clouds_header2.jpg) top right / 100% 165px no-repeat, url(/images/clouds_footer.jpg) bottom left / 100% 150px no-repeat;
    }
    .footer {
        margin-top: 0;
    }
    .navbar-contact {
        display: none;
    }
    .home-box {
        min-height: 220px;
    }
}
@media(max-width:660px) {
    .carousel {
        display: none;
    }
    section.article {
        margin-top: 0;
        padding-top: 0;
    }
    .extra-images {
        height: 380px;
    }
    .second-page {
        background: url(/images/clouds_header2.jpg) top right / 100% 105px no-repeat, url(/images/clouds_footer.jpg) bottom left / 100% 150px no-repeat;
    }
}
@media(max-width:600px) {
    .header_page h1 {
        font-size: 24px;
    }
    .header_page .breadcrumb {
        top: 40px;
    }
    .start-page {
        background: none;
    }
    .second-page {
        background: none;
    }
    .extra-images {
        height: 355px;
    }
}
@media(max-width:500px) {
    .extra-images .photo2 {
        left: 29%;
        top: 38px;
    }
    .extra-images {
        height: 310px;
    }
    .home-box {
        min-height: 315px;
    }
}


