    html,
    body {
        height: 100%;
        background: url("../img/hd-pattern.png");
    }
    
    h1 {
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: white;
    }
    
    body {
        font-family: 'Open Sans', sans-serif;
        -webkit-font-smoothing: antialiased;
    }
    
    section {
        color: #444;
        background-color: #f4f3ef;
    }
    
    .section-background {
        background: url('../img/hd-pattern.png') center center no-repeat fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        height: 70%;
        position: relative;
        overflow: hidden;
        letter-spacing: 1px;
        padding: 0;
    }
    
    .next {
        background: url("../img/slide_arrow.png") no-repeat;
        background-size: 100%;
        width: 56px;
        height: 56px;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        margin-top: -30px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: 100;
    }
    
    section h1 {
        font-size: 1.7em;
        font-weight: bold;
        position: relative;
    }
    
    h1 {
        position: relative;
        margin-top: 45px;
        margin-bottom: 30px;
        color: #7ca942;
        font-size: 32px;
        text-align: left;
    }
    
    section:nth-child(4n+3) .col-md-7 {
        float: left;
        font-size: 16px;
        text-indent: 20px;
    }
    
    section:nth-child(4n+5) .col-md-7 {
        float: right;
        font-size: 16px;
        text-indent: 20px;
    }
    
    section:nth-child(4n+3) .col-md-5 {
        float: left;
        font-size: 16px;
        text-indent: 5px;
    }
    
    section:nth-child(4n+5) .col-md-5 {
        float: right;
        font-size: 16px;
        text-indent: 5px;
    }
    
    .img_slide {
        position: relative;
        margin-top: 50%;
        border: 10px solid white;
        border-radius: 50%;
    }
    
    .img_box {
        height: 100%;
        position: relative;
        margin: 0;
	margin-top: 10px;
    }
    
    header {
        height: 375px;
        width: 100%;
        background-image: url('../img/hd-pattern.png');
    }
    /*/=================================================================/*/
    /*/ 4.Footer  */
    /*/=================================================================/*/
    
    footer {
        position: relative;
        height: 120px;
        background-image: url('../img/hd-pattern.png');
    }
    
    footer nav {
        display: block;
        width: 90%;
        margin: 80px auto 0;
    }
    
    footer ul.links li {
        margin: 0 5px;
    }
    
    footer ul.footer-nav {
        list-style: none;
    }
    
    footer ul.footer-nav li {
        float: left;
    }
    
    footer ul.footer-nav li a {
        color: #fff;
        font-weight: 300;
        text-decoration: none;
        margin: 0 5px;
        font-size: 14px;
    }
    
    footer ul.footer-nav li:hover a {
        color: #b3b6b9;
    }
    
    footer ul.footer-nav li:after {
        content: '/';
        margin: 0 4px;
        color: #7fa849;
    }
    
    footer ul.footer-nav li:last-child:after {
        content: "";
    }
    
    footer span.icon-fb {
        position: absolute;
        width: 24px;
        top: -40px;
        right: calc(20% + 36px);
        cursor: pointer;
        height: 24px;
        display: inline-block;
        background: url("../img/facebook_logo.png") top left;
        text-indent: -99999px;
    }
    
    footer span.icon-ig {
        position: absolute;
        width: 24px;
        height: 24px;
        top: -40px;
        right: 20%;
        cursor: pointer;
        display: inline-block;
        background: url("../img/ig-logo.png") top left;
        text-indent: -99999px;
    }
    
    footer span.footer-lake {
        position: absolute;
        left: 5%;
        top: -40px;
        font-weight: 600;
        font-style: italic;
    }
    
    footer span.icon-request {
        text-indent: -99999px;
        background: url("../img/request_logo.png") no-repeat right;
        width: 23px;
        height: 27px;
        display: inline-block;
        position: absolute;
        right: 65%;
        top: 48px;
    }
    
    footer span.footer-design-text {
        font-size: 10px;
        color: #b3b6b9;
        font-weight: 300;
        position: absolute;
        top: 53px;
        right: 73%;
    }
    
    footer .copy-right {
        color: #b3b6b9;
        font-weight: 300;
        font-size: 10px;
        text-align: center;
        padding-top: 50px;
    }
    
    .fancybox-overlay span.child a,
    .fancybox-overlay span.child a:visited {
        color: white;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-background {
            background-attachment: scroll;
        }
        section:nth-child(4n+5) img {
            height: 270px;
            width: 270px;
        }
        section:nth-child(4n+3) img {
            height: 270px;
            width: 270px;
        }
    }
    
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .section-background {
            background-attachment: scroll;
        }
        .descopera{
            display: none;
        }
        .img_box {
            height: 150px;
            margin-top: -10%;
            display: none;
        }
        section:nth-child(4n+5) img {
            height: 151px;
            width: 151px;
        }
        section:nth-child(4n+3) img {
            height: 151px;
            width: 151px;
        }
        h1 {
            text-align: center;
        }
        .next {
            margin-left: 45%;
            margin-top: -15px;
            width: 30px;
            height: 30px;
        }
        footer ul.footer-nav li a {
            color: #fff;
            font-weight: 300;
            text-decoration: none;
            margin: 0 5px;
            font-size: 11px;
        }
        footer span.icon-fb {
            right: calc(5% + 36px);
        }
        footer span.icon-ig {
            right: 5%;
        }
        .top-navigation {
            display: none;
        }
        .mobile-navigation {
            display: block !important;
            position: fixed;
            height: 41px;
            background-color: white;
            -webkit-box-shadow: 0 -4px 0 #e5e0d8 inset, 0 0 0 #f6f8f9 inset;
            -moz-box-shadow: 0 -4px 0 #e5e0d8 inset, 0 1px 0 #f6f8f9 inset;
            width: 100%;
            top: 0;
            z-index: 999;
        }
        .mobile-navigation .hamburger {
            position: absolute;
            right: 15px;
            top: 0;
            padding: 5px;
        }
        .mobile-navigation ul {
            position: absolute;
            right: 15px;
            top: 41px;
            margin: 0;
            font-size: 25px;
            font-weight: 600;
            background-color: white;
            text-align: right;
            list-style-type: none;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }
        .mobile-navigation ul li {
            padding-right: 10px;
        }
        .mobile-navigation ul a,
        .mobile-navigation ul a:visited {
            color: black;
            text-decoration: none;
        }

        .arrowDown {
            position: relative;
            top: 90%;
        }
        .center-header {
            margin-top: 10%;
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
        }
        .mobile-navigation span.icon-fb {
            position: absolute;
            width: 24px;
            bottom: 12px;
            right: calc(3px * 5 + 90px);
            cursor: pointer;
            height: 22px;
            display: inline-block;
            background: url("../img/facebook_logo.png") top left no-repeat;
            text-indent: -99999px;
        }
        .mobile-navigation span.icon-ig {
            position: absolute;
            width: 24px;
            height: 22px;
            bottom: 12px;
            right: calc(-9px * 2 + 90px);
            cursor: pointer;
            display: inline-block;
            background: url("../img/ig-logo.png") top left no-repeat;
            text-indent: -99999px;
        }
        p {
            font-size: 16px;
        }
        
    }
    
    header h2 {
        margin-top: 22px;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
        color: white;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
    }
    
    header h1 {
        font-size: 50px;
        font-family: 'Open Sans', sans-serif;
        margin-top: -4px;
        margin-bottom: 20px;
        font-weight: 300;
        color: white;
        text-align: center;
    }
    
    header div.arrows-wrapper {
        width: 100%;
        margin: 0 auto;
        opacity: 0;
        display: block;
    }
    
    header span.key-arrows {
        text-indent: -99999px;
        background: url("../img/arrows-info.png");
        width: 90px;
        margin: 0 auto;
        height: 65px;
        display: block;
    }
    
    header a.descopera {
        font-size: 18px;
        font-weight: 600;
        width: 100px;
        letter-spacing: 1px;
        display: block;
        margin: 0 auto;
        color: #98d4f0;
        text-decoration: none;
    }
    
    header a.descopera:hover {
        color: #fff;
    }
    
    header a.arrowDown {
        display: block;
        margin: 0 auto;
        margin-top: 0px;
        width: 59px;
        height: 59px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    
    header .top-navigation {
        margin-top: 41px;
        height: 61px;
        width: 80%;
        position: relative;
        background-color: white;
        -webkit-box-shadow: 0 -4px 0 #e5e0d8 inset, 0 0 0 #f6f8f9 inset;
        -moz-box-shadow: 0 -4px 0 #e5e0d8 inset, 0 1px 0 #f6f8f9 inset;
        box-shadow: 0 -4px 0 #e5e0d8 inset, 0 0 0 #f6f8f9 inset;
        z-index: 3;
        overflow: hidden;
    }
    
    header span.logo {
        color: #2eaad8;
        background: url("../img/logo.png") no-repeat;
        background-size: 100% 100%;
        width: 198px;
        height: 20px;
        position: absolute;
        bottom: 18px;
        left: 23px;
        display: inline-block;
        text-indent: -99999px;
    }
    
    header span.icon-fb {
        position: absolute;
        width: 24px;
        bottom: 12px;
        right: calc(3px * 5 + 50px);
        cursor: pointer;
        height: 31px;
        display: inline-block;
        background: url("../img/facebook_logo.png") top left no-repeat;
        text-indent: -99999px;
    }
    
    header span.icon-ig {
        position: absolute;
        width: 24px;
        height: 31px;
        bottom: 12px;
        right: calc(-9px * 2 + 50px);
        cursor: pointer;
        display: inline-block;
        background: url("../img/ig-logo.png") top left no-repeat;
        text-indent: -99999px;
    }
    
    header span.logo a {
        text-indent: -99999px;
    }
    
    header ul.main-navigation {
        list-style: none;
        display: none;
    }
    
    header ul.main-navigation {
        list-style: none;
    }
    
    header nav {
        position: absolute;
        bottom: 18px;
        right: 0px;
        display: inline-block;
    }
    
    header ul.main-navigation li {
        padding-right: 32px;
        float: left;
        display: inline;
    }
    
    .mobile-navigation {
        display: none;
    }
    
    header ul.main-navigation {
        display: unset;
    }
    
    header ul.main-navigation li a {
        text-decoration: none;
        font-weight: 600;
        cursor: pointer;
        color: #626874;
        padding-top: 16px;
    }
    
    header ul.main-navigation li a:hover {
        border-top: 5px solid #2eaad8;
        color: #2d3e63;
    }
    
    div.galerie,
    div.pdf-plans {
        display: none;
    }
    
    .fixed-top {
        position: fixed;
    }
    
    .top-navigation-fixed {
        margin-top: 41px;
        height: 61px;
        width: 80%;
        position: fixed;
        background-color: white;
        -webkit-box-shadow: 0 -4px 0 #e5e0d8 inset, 0 0 0 #f6f8f9 inset;
        -moz-box-shadow: 0 -4px 0 #e5e0d8 inset, 0 1px 0 #f6f8f9 inset;
        box-shadow: 0 -4px 0 #e5e0d8 inset, 0 0 0 #f6f8f9 inset;
        z-index: 3;
        overflow: hidden;
        z-index: 105;
    }
    
    .plans .type {
        margin: 0 25px 50px;
        text-align: center;
    }
    
    .plans .type a {
        margin: 25px 0;
        height: 435px;
        width: 310px;
    }
    
    .plans .type a img {
        width: 310px;
        height: 435px;
    }
.img-black {
        opacity: 0.8;
        filter: gray;
        -webkit-filter: grayscale(1);
        -webkit-transition: all .8s ease-in-out;
    }
    
    .img-black:hover {
        filter: none;
        opacity: 1;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.01);
    }
	
	
	.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.btn-mail{
	position:fixed;
	bottom:20px;
	right:10px;
}

    .buttons_left {
        position: fixed;
    }
    
    .buttons_left ul {
        list-style: none;
    }
    
    .buttons_left ul li {
        width: 50px;
        height: 50px;
        position: relative;
        background: #e59500;
        cursor: pointer;
       
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    
    .buttons_left ul li .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        color: #fff;
    }
    
    .buttons_left ul li.details {
        background: #3b5998;
    }
    
    .buttons_left ul li.phone {
        background: #00aced;
    }
    
    .buttons_left ul li.details div.slider {
        background: #627aac;
    }
    
    .buttons_left ul li.phone div.slider {
        background: #7fd5f6;
    }
    
    .buttons_left .slider {
        content: "";
        position: absolute;
        top: 0;
        left: 51px;
        width: 0px;
        height: 50px;
        background: #eebb5c;
        border-radius: 3px;
        transition: all 0.5s 0.3s ease;
    }
    
    .buttons_left .slider p {
        font-family: arial;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        line-height: 50px;
        opacity: 0;
        transition: all 0.6s ease;
    }
    
    .buttons_left ul li:hover .slider {
        width: 180px;
        transition: all 0.5s ease;
    }
    
    .buttons_left ul li:hover .slider p {
        opacity: 1;
        transition: all 1s 0.2s ease;
    }

    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .buttons_left {
            position: fixed;
            bottom: 0px;
            width: 100%;
            z-index:100;
            overflow: hidden;
            margin:0;
            padding: 0;
            height: 50px;
         
        }
        .buttons_left ul {
            margin: 0;
            padding: 0;
            
            
        }
        .buttons_left ul li{
           
            float:left;
            width:50%;             
        }
   .buttons_left .slider  {
        display: none;
    }
 	#ifrmCookieBanner {
    height: 300px !important;
	}
	.sp-banner-show{
	    position:absolute !important;
	    top:0 !important;
	}

    } 
    @media only screen and (min-width: 768px) {
        .buttons_left {
            top: 50%;
            left: -30px; 
              
        }
        .buttons_left ul li {
          
            margin: 5px 0;
            border-radius: 3px;
        }
    }
