html {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}
body {
    font-family: Arial, sans-serif !important;
    //line-height: 1.7 !important;
    background: url(../images/newFon.jpg) center -150px no-repeat;
    background-attachment: fixed;
}

/*Fonts*/
.georgia {
    font-family: Georgia, serif !important;
}
.garamond {
    font-family: Garamond, serif !important;
}

h1, h2 {
    font-family: Garamond, serif !important;
    font-weight: bold !important;
}

/*Pic fit div*/
.fitDiv {
    width: 100%;
    height: 100%;
    object-fit: cover;	
}

/*Navigation*/
nav.navbar {
    background-color: rgba(33,33,33,0.9);
    border: none !important;
}
nav select {
    background-color: #222222;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/*Banner*/
.banner {
    //background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.5));
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .banner-left {
    position: relative;
}
.banner .banner-left:before {
    position:absolute;
    top:0;
    left:0;
    height: 80%;
    border-left: 3px solid white;
    content:"";
}
.banner .banner-right {
    background-color: rgba(48,50,39,0.8);
    position: relative;
    min-height: 100vh;
}

@media (min-width: 768px) {
    .banner .banner-right {
        min-height: 700px !important;
    }
}
@media (min-width: 767px) {
    .banner .banner-right:before {
        position:absolute;
        bottom:0;
        left:-40px;
        width: 80px;
        height: 80%;
        //border-left: 3px solid white;
        content:"";
        background: url(../images/gerb3.png) center 0 no-repeat;
    }
    .banner .banner-right:after {
        position:absolute;
        top:0;
        right:-1px;
        height: 80%;
        border-left: 3px solid white;
        content:"";
    }
}

/*BannerContact*/
.bannerContact {
    //background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.5));
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerContact .banner-left {
    background-color: rgba(48,50,39,0.8);
    position: relative;
    min-height: 100vh;
}
.bannerContact .banner-right {
    position: relative;
}
@media (min-width: 768px) {
    .bannerContact .banner-left {
        min-height: 700px !important;
    }
}
@media (min-width: 767px) {
    .bannerContact .banner-left:before {
        position:absolute;
        top:0;
        left:0;
        height: 80%;
        border-left: 3px solid white;
        content:"";
    }
    .bannerContact .banner-right:before {
        position:absolute;
        bottom:0;
        left:-40px;
        width: 80px;
        height: 80%;
        //border-left: 3px solid white;
        content:"";
        background: url(../images/gerb3.png) center 0 no-repeat;
    }
}
.bannerContact .banner-right:after {
    position:absolute;
    top:0;
    right:-1px;
    height: 80%;
    border-left: 3px solid white;
    content:"";
}


.banner2 {
    height: 700px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.5));
}
.bannerSmall .container {
    background-color: rgba(48,50,39,0.8);
} 
.proposition {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: lighter !important;
    color: #000 !important;
}
.line2, .purpose, .gallery, .bg-gr, .partners, footer {
    background-color: #e0e0e0;
    //background-color: #89906b;
}
.line2 .w-35 {
    width: 35px;
}

/*Card*/
.card a {
    text-decoration: none !important;
}

/*About Us*/
.aboutUs {
    //background: url(../images/newFon.jpg) -120px -250px no-repeat;
    //background-attachment: fixed;
    background: transparent;
}
.aboutUs .container {
    background-color: rgba(48,50,39,0.8);
}
.aboutUs .aboutUsTop {
    position: relative;
}
_.aboutUs .aboutUsTop:before {
    position:absolute;
    top:0;
    left: 20px;
    height: 100%;
    border-left: 3px solid white;
    content:"";
    //width: 80px;
    //background: url(../images/gerb3.png) center 0 no-repeat;
}
.about_us {
    background-color: white;
}
.album {
    background-color: #e0e0e0;
}
.social a:hover {
    color: gray;
}
.img-responsive {
    width: 100% !important;
    max-width: 500px !important;
}
.price-table {
    max-width: 700px;
}
.typical-breakdown img {
    max-width: 400px;
}
.lazyframe {
    position: relative;
    height: 480px;
    background-color: currentColor;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center !important;
}
.cursor-pointer{
    cursor: pointer;
}
.display-none{
    display: none;
}
.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.gallery a, .galleryArticles a {
    cursor: pointer;
    cursor: hand;
    transition: all 0.2s;
}
.gallery a:hover, .galleryArticles a:hover {
    cursor: pointer;
    cursor: hand;
    border: 1px solid gray !important;
    transition: all 0.2s;
}

strong {
    font-weight: bold !important;
}

/*Contacts*/
.info .info-icon {
    background: #ffc451;
    width: 44px;
    height: 44px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.info h4 {
    padding: 0 0 0 60px;
    font-weight: 600;
    margin-bottom: 0;
}
.info p {
    padding: 0 0 0 60px;
}

/*Panorama*/
.pano-image {
    width: 100%;
    max-width: 1000px;
    height: 270px;
}
.pano-image2 {
    width: 100%;
    height: 500px;
}
#desc-container1 {
    max-width: 400px;
    max-height: 400px;
    min-width: 200px;
    min-height: 200px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#desc-container2 {
    max-width: 400px;
    max-height: 400px;
    min-width: 200px;
    min-height: 200px;
    background: none;
    color: #000;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

#desc-container1 > iframe {
    border: none;
    width:100%;
}
#desc-container1 > img {
    border: none;
    margin: 0;
    width: 300px;
}

#desc-container2 > img {
    border: none;
    margin: 0;
    width: 250px;
}

#desc-container1 .title {
    /*font-size: 1.5em; */
    text-align: center;
    padding: 5px;
}

#desc-container2 .title {
    /*font-size: 1.5em; */
    display: inline-block;
    text-align: center;
    padding: 2px 5px;
    background: white;
    border-radius: 3px;
    /* text-align: center;
    padding: 3px;
    color: white; */
}

#desc-container1 .text, #desc-container2 .text {
    padding: 0 20px 20px 20px;
}

/*Partners*/
.company-logo {
  width: 25%;
  position: relative;
}
@media (min-width: 768px) {
    .company-logo {
      width: 15%;
    }
}
.company-logo > img {
  width: 100%;
  height: auto;
  position: absolute;
}