/*-----------------------------------------------------------------------------------
	    (null)
        Built with Blocs
-----------------------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    background: #FFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif;
    color: #000!important;
}

.ltc-black {
    color: #000!important;
}

a,
button {
    transition: all .3s ease-in-out;
    outline: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'Montserrat', sans-serif!important;
}


/* Prevent ugly blue glow on chrome and safari */

a:hover {
    text-decoration: none;
    cursor: pointer;
}

#page-loading-blocs-notifaction {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
}


/* = Blocs
-------------------------------------------------------------- */

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
}


/* Sizes */

.bloc-lg {
    padding: 100px 50px;
}


/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen {
    padding-top: 0;
    position: relative;
    height: 100vh;
}

.bloc-fill-screen>.container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bloc-fill-screen .fill-bloc-top-edge,
.bloc-fill-screen .fill-bloc-bottom-edge {
    position: absolute;
    margin: 20px auto;
    left: 0;
    right: 0;
    z-index: 1;
    transform: none;
}

.bloc-fill-screen .fill-bloc-top-edge {
    top: 0;
}

.bloc-fill-screen .fill-bloc-bottom-edge {
    top: initial;
    bottom: 20px;
}

.blocs-hero-btn-dwn {
    width: 58px;
    height: 58px;
    display: block;
    margin: 0 auto;
    line-height: 58px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    background: rgba(70, 153, 218, .6)!important;
    border: 0;
}

.blocs-hero-btn-dwn:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(70, 153, 218, 1)!important;
}


/* Dark theme */

.d-bloc {
    color: rgba(255, 255, 255, .7);
}

.d-bloc button:hover {
    color: rgba(255, 255, 255, .9);
}

.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
    border-color: rgba(255, 255, 255, .9);
}

.d-bloc .divider-h span {
    border-color: rgba(255, 255, 255, .2);
}

.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc .navbar-brand,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
    color: rgba(255, 255, 255, 1);
}

.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc .navbar-brand:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
    color: rgba(255, 255, 255, 1);
}

.d-bloc .navbar-toggle .icon-bar {
    background: rgba(255, 255, 255, 1);
}

.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.d-bloc .panel {
    color: rgba(0, 0, 0, .5);
}

.d-bloc .panel button:hover {
    color: rgba(0, 0, 0, .7);
}

.d-bloc .panel icon {
    border-color: rgba(0, 0, 0, .7);
}

.d-bloc .panel .divider-h span {
    border-color: rgba(0, 0, 0, .1);
}

.d-bloc .panel .a-btn {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .panel .a-btn:hover {
    color: rgba(0, 0, 0, 1);
}

.d-bloc .panel .btn-wire,
.d-bloc .panel .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3);
}


/* Light theme */

.d-bloc .panel,
.l-bloc {
    color: rgba(0, 0, 0, .5);
}

.d-bloc .panel button:hover,
.l-bloc button:hover {
    color: rgba(0, 0, 0, .7);
}

.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
    border-color: rgba(0, 0, 0, 1);
}

.d-bloc .panel .divider-h span,
.l-bloc .divider-h span {
    border-color: rgba(0, 0, 0, .1);
}

.d-bloc .panel .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc .navbar-brand,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
    color: rgba(0, 0, 0, 1);
}

.d-bloc .panel .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc .navbar-brand:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
    color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .panel .btn-wire,
.d-bloc .panel .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3);
}


/* Row Margin Offsets */

.voffset {
    margin-top: 30px;
}


/* Bloc text custom styling */


/* = NavBar
-------------------------------------------------------------- */

.navbar {
    margin-bottom: 0;
    z-index: 1;
}

.navbar-brand {
    height: auto;
    padding: 3px 15px;
    font-size: 25px;
    font-weight: normal;
    font-weight: 600;
    line-height: 44px;
}

.navbar-brand img {
    max-height: 70px;
    margin: 0 5px 0 0;
    display: inline;
}

.navbar-brand img[src$=svg] {
    min-width: 100px;
}

.nav-center .navbar-brand img {
    margin: 0;
}

.navbar .nav {
    margin-top: -3px;
    margin-right: -16px;
    float: right;
    z-index: 1;
}

.nav>li {
    float: left;
    margin-top: 4px;
    font-size: 16px;
}

.navbar-nav .open .dropdown-menu>li>a {
    text-align: inherit;
}

.nav>li a:hover,
.nav>li a:focus {
    background: transparent;
}

.navbar-toggle {
    margin: 10px 10px 0 0;
    border: 0px;
}

.navbar-toggle:hover {
    background: transparent!important;
}

.navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, .5);
    width: 26px;
}


/* Inverted navbar */

.nav-invert .navbar .nav {
    float: left;
}

.nav-invert .navbar-header,
.nav-invert .navbar-brand {
    float: right;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .site-navigation {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        -webkit-transform: translateY(-50%);
    }
    .nav>li .dropdown-menu a,
    .nav>li .dropdown-menu a:hover {
        color: #484848;
    }
    .nav-invert .site-navigation {
        left: 0;
        right: 0;
    }
    .nav-center {
        text-align: center;
    }
    .nav-center .navbar-header {
        width: 100%;
    }
    .nav-center .navbar-header,
    .nav-center .navbar-brand,
    .nav-center .nav>li {
        float: none;
        display: inline-block;
    }
    .nav-center .site-navigation {
        position: relative;
        width: 100%;
        right: 0;
        margin-right: 0px;
        margin-top: 20px;
    }
    .nav-center.mini-nav .navbar-toggle {
        float: none;
        margin: 10px auto 0;
    }
}

.nav>li>.dropdown a {
    background: none!important;
    display: block;
    padding: 14px 15px;
}

nav .caret {
    margin: 0 5px;
}


/* Dropdown Menus SubMenu */

.dropdown-menu .dropdown-menu {
    top: -8px;
    left: 100%;
}

.dropdown-menu .dropmenu-flow-right {
    top: 100%;
    left: 0;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu .dropdown span {
    border: 4px solid black;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin: 6px -5px 0 0!important;
    float: right;
}


/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .2s ease-out;
}

.navbar-nav>li>a {
    color: #000!important;
    font-weight: 600;
}

.fill-bloc-top-edge.sticky {
    background-color: rgb(255, 255, 255)!important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .05);
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 5px;
}

.fill-bloc-top-edge.sticky .navbar {
    max-width: 1170px;
    margin: 0 auto;
}


/* Squares Menu Icon */

.navbar-toggle.menu-icon-squares .icon-bar,
.navbar-toggle.menu-icon-squares-vert .icon-bar {
    height: 4px;
    width: 4px!important;
    margin: 4px 2px 0!important;
    float: left;
}


/* Nav Special Close Button */

.close-special-menu .close-icon {
    background: #fff;
}

.blocsapp-special-menu blocsnav {
    background: #000;
}


/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear {
    margin: 0;
}

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mg-lg {
    margin-top: 10px;
    margin-bottom: 40px;
}


/* = Buttons
-------------------------------------------------------------- */

.btn {
    margin: 0 5px 5px 0;
    background-color: #4699da;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border: 3px solid #4699da;
    text-transform: uppercase;
}

.btn1 {
    margin: 0 5px 5px 0;
    background-color: transparent;
    color: #000;
    border: 3px solid #4699da;
    border-radius: 6px;
    font-weight: 600;
    padding: 10px 25px;
}

.btn:hover {
    color: #000;
    background-color: #fff;
}

.btn1:hover {
    color: #000;
}

.btn.pull-right {
    margin: 0 0 5px 5px;
}

.btn-d,
.btn-d:hover,
.btn-d:focus {
    color: #FFF;
    background: rgba(0, 0, 0, .3);
}


/* Prevent ugly blue glow on chrome and safari */

button {
    outline: none!important;
}

.a-btn {
    padding: 6px 10px 6px 0;
    line-height: 1.42857143;
    display: inline-block;
}

.text-center .a-btn {
    padding: 6px 0;
}

.a-block {
    width: 100%;
    text-align: left;
}

.text-center .a-block {
    text-align: center;
}


/* = Icons
-------------------------------------------------------------- */

.icon-md {
    font-size: 30px!important;
}

.icon-round {
    margin: 0 auto;
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 32px 30px 26px 30px;
    min-width: 80px;
}

.icon-round.icon-md,
.icon-square.icon-md,
.icon-rounded.icon-md {
    min-width: 92px;
}

.icon-round.icon-lg,
.icon-square.icon-lg,
.icon-rounded.icon-lg {
    min-width: 122px;
}

.icon-round.icon-xl,
.icon-square.icon-xl,
.icon-rounded.icon-xl {
    min-width: 162px;
}


/* = Lists
-------------------------------------------------------------- */

.list-sp-md li {
    padding-bottom: 10px;
}

.list-sp-md li:last-child,
.list-sp-lg li:last-child,
.list-sp-xl li:last-child {
    padding-bottom: 0;
}


/* = Panels
-------------------------------------------------------------- */

.panel {
    border: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
}

.panel-heading,
.panel-footer {
    background-color: inherit;
    border-color: rgba(0, 0, 0, .1)!important;
}

.panel-sq,
.panel-sq .panel-heading,
.panel-sq .panel-footer {
    border-radius: 0;
}

.panel-rd {
    border-radius: 30px;
}

.panel-rd .panel-heading {
    border-radius: 29px 29px 0 0;
}

.panel-rd .panel-footer {
    border-radius: 0 0 29px 29px;
}


/* ScrollToTop button */

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 500;
    transition: all .3s ease-in-out;
}

.scrollToTop span {
    margin-top: 6px;
}

.showScrollTop {
    font-size: 14px;
    opacity: 1;
}


/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
    position: relative;
    display: block;
    text-align: center;
}

a[data-lightbox]:hover::before {
    content: "+";
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
    font-size: 32px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    color: #FFF;
    font-weight: 100;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

a[data-lightbox]:hover img {
    opacity: 0.6;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

#lightbox-modal {
    display: flex;
    align-items: center;
}

#lightbox-modal .modal-dialog {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 0;
}

#lightbox-modal .modal-dialog img {
    max-height: 90vh;
    margin: 0 auto;
}

.lightbox-caption {
    padding: 20px;
    color: #FFF;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 5px;
}

.close-lightbox {
    color: #FFF;
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    border: none;
    line-height: 30px;
    padding: 0 9px 5px;
    opacity: 0.3;
}

.close-lightbox:hover,
.next-lightbox:hover,
.prev-lightbox:hover {
    opacity: 1.0;
    color: #FFF;
}

.next-lightbox,
.prev-lightbox {
    font-size: 20px;
    color: rgba(255, 255, 255, .9);
    background: rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out;
    position: absolute;
    top: 45%;
    z-index: 1;
    opacity: 0.4;
}

.next-lightbox {
    padding: 6px 8px 1px 13px;
    right: 25px;
}

.prev-lightbox {
    padding: 6px 13px 1px 10px;
    left: 25px;
}


/* = Custom Styling
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
    font-family: "Helvetica";
}

.container {
    max-width: 1170px;
}

.lake-hero-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    color: #000;
}

.lake-hero-text-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000;
}

.blocs-hero-btn-dwn {
    background-color: rgba(0, 0, 0, 0.6);
}

#bloc-1 img {
    border-radius: 10px;
}

#bloc-1 a>img {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

#bloc-2 {
    background: url(img/fon1.jpg);
    background-size: cover;
    box-shadow: inset 0px -73px 100px 43px #fff;
}

.statement-bloc-text {
    line-height: 38px;
    font-style: italic;
    font-size: 28px;
    text-align: center;
    font-weight: lighter;
}

.cards span {
    color: #4699da;
}

.cards {
    box-shadow: 0px 10px 3px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    height: 200px;
    background: rgba(255, 255, 255, 0.7);
}

#bloc-7 img {
    margin-top: 50px;
}

.cards h4 {
    z-index: 3;
    padding-top: 10px;
}

.number-card {
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 54px;
    opacity: 0.3;
    font-weight: 800;
    z-index: 1;
}

.flexes {
    display: flex;
    margin: 0 auto;
}

.snip13366 {
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    min-width: 230px;
    max-width: 100%;
    padding: 20px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    line-height: 1.4em;
}

.snip13366 ul {
    height: 100px;
}

.snip1336 ul {
    height: 100px;
}

.snip13366 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.snip13366 img {
    max-width: 100%;
    vertical-align: top;
    opacity: 0.85;
    border-radius: 10px 10px 0px 0px;
}

.snip13366 figcaption {
    width: 100%;
    background-color: #4699da;
    padding: 25px 25px 50px 25px;
    border-radius: 0px 0px 10px 10px;
    position: relative;
}

.snip13366 figcaption:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 360px;
    border-color: transparent transparent transparent #4699da;
}

.snip13366 figcaption a {
    text-align: right;
}

.snip13366 figcaption a:hover {
    opacity: 1;
}

.snip13366 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    border: 6px solid #57b954;
    left: 25px;
    z-index: 1;
    max-width: 90px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.snip13366 .follow {
    margin-right: 4%;
    border-color: #2980b9;
    color: #2980b9;
}

.snip13366 h2 {
    margin: 0 0 5px;
}

.snip13366 p {
    margin: 0 0 10px;
    height: 150px;
    font-weight: 500;
}

.snip1336 {
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    min-width: 230px;
    max-width: 100%;
    padding: 20px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    line-height: 1.4em;
}

.snip1336 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.snip1336 img {
    max-width: 100%;
    vertical-align: top;
    opacity: 0.85;
    border-radius: 10px 10px 0px 0px;
}

.snip1336 figcaption {
    width: 100%;
    background-color: #4699da;
    padding: 25px 25px 50px 25px;
    border-radius: 0px 0px 10px 10px;
    position: relative;
}

.snip1336 figcaption:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 560px;
    border-color: transparent transparent transparent #4699da;
}

.snip1336 figcaption a {
    text-align: right;
}

.snip1336 figcaption a:hover {
    opacity: 1;
}

.btn-right {
    text-align: right;
    margin-top: 36px;
}

.snip1336 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    border: 6px solid #57b954;
    left: 25px;
    z-index: 1;
    max-width: 90px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.snip1336 .follow {
    margin-right: 4%;
    border-color: #2980b9;
    color: #2980b9;
}

.snip1336 h2 {
    margin: 0 0 5px;
}

.snip1336 p {
    margin: 0 0 10px;
    height: 150px;
    font-weight: 500;
}


/* = Colour
-------------------------------------------------------------- */


/* Background colour styles */

.bgc-black {
    background-color: #000000;
}

.bgc-white {
    background-color: #ffffff;
}


/* Bloc image backgrounds */

.bg-lake {
    background-image: url("img/fon.jpg");
    background-size: cover;
    background-position: top;
}

#bloc-0 {
    box-shadow: inset 0px -73px 100px 43px #fff;
}

.phones {
    margin-top: 10px!important;
    margin-left: 10px;
    margin-right: 55px;
}

.phones i {
    position: absolute;
    font-size: 24px;
    border: 2px solid black;
    padding: 10px;
    border-radius: 50%;
    color: black;
    right: -55px;
    top: -5px;
}

.phones a {
    margin: 0;
    padding: 0!important;
}


/* = Mobile adjustments 
-------------------------------------------------------------- */

@media (max-width: 1024px) {
    .bloc {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bloc.full-width-bloc,
    .bloc-tile-2.full-width-bloc .container,
    .bloc-tile-3.full-width-bloc .container,
    .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .navbar .nav {
        max-width: 80%
    }
    .nav-center.navbar .nav {
        max-width: 100%
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .b-parallax {
        background-attachment: scroll;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .b-parallax {
        background-attachment: scroll;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }
    .b-parallax {
        background-attachment: scroll;
    }
    .page-container,
    #hero-bloc {
        overflow-x: hidden;
        position: relative;
    }
    /* Prevent unwanted side scroll on mobile */
    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }
    /* iPhone X Notch Support*/
    .bloc-group,
    .bloc-group .bloc {
        display: block;
        width: 100%;
    }
    .bloc-fill-screen .fill-bloc-top-edge,
    .bloc-fill-screen .fill-bloc-bottom-edge {
        padding: 0 20px;
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }
}

@media (max-width: 767px) {
    .page-container {
        overflow-x: hidden;
        position: relative;
    }
    .hidden-xs {
        display: none!important;
    }
    .phones a {
        padding: 10px 0px!important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    #disqus_thread {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .b-parallax {
        background-attachment: scroll;
    }
    .navbar .nav {
        padding-top: 0;
        border-top: 1px solid rgba(0, 0, 0, .2);
        float: none!important;
    }
    .navbar.row {
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation {
        position: inherit;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .nav>li {
        margin-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background: rgba(0, 0, 0, .05);
        text-align: left;
        padding-left: 15px;
        width: 100%;
    }
    .nav>li:hover {
        background: rgba(0, 0, 0, .08);
    }
    .dropdown .dropdown a .caret {
        float: none;
        margin: 5px 0 0 10px!important;
        border: 4px solid black;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }
    #hero-bloc .navbar .nav {
        background: rgba(0, 0, 0, .8);
    }
    #hero-bloc .navbar .nav a {
        color: rgba(255, 255, 255, .6);
    }
    .hero {
        padding: 50px 0;
    }
    .hero-nav {
        left: -1px;
        right: -1px;
    }
    .navbar-collapse {
        padding: 0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img {
        max-height: 40px;
        width: auto;
    }
    .nav-invert .navbar-header {
        float: none;
        width: 100%;
    }
    .nav-invert .navbar-toggle {
        float: left;
        margin-left: 10px;
    }
    .bloc {
        padding-left: 0;
        padding-right: 0;
    }
    .bloc-xxl,
    .bloc-xl,
    .bloc-lg {
        padding: 40px 0;
    }
    .bloc-sm,
    .bloc-md {
        padding-left: 0;
        padding-right: 0;
    }
    .bloc-tile-2 .container,
    .bloc-tile-3 .container,
    .bloc-tile-4 .container,
    .bloc-fill-screen .fill-bloc-top-edge,
    .bloc-fill-screen .fill-bloc-bottom-edge {
        padding-left: 0;
        padding-right: 0;
    }
    .a-block {
        padding: 0 10px;
    }
    .btn-dwn {
        display: none;
    }
    .voffset {
        margin-top: 5px;
    }
    .voffset-md {
        margin-top: 20px;
    }
    .voffset-lg {
        margin-top: 30px;
    }
    form {
        padding: 5px;
    }
    .close-lightbox {
        display: inline-block;
    }
    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }
    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }
}

@media (max-width: 400px) {
    .bloc {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    /* Nav Special Classes */
    .nav-special {
        overflow-y: scroll;
    }
    .one img {
        width: 80px!important;
    }
    .tethe img {
        width: 120px!important;
    }
    .nav-special .site-navigation {
        top: 0;
        left: 0;
        width: 100%;
        position: relative!important;
        max-width: 100%!important;
        z-index: 1000;
    }
    .snip1336 figcaption:before {
        border-width: 55px 0 0 320px;
    }
    .nav-special .nav>li {
        width: 100%;
        background: none!important;
        border: 0!important;
    }
    .nav-special.collapsing {
        -webkit-transition: none;
        transition: none;
        height: 100%!important;
        background: none!important;
    }
    .nav-special .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }
    .blocsapp-special-menu {
        position: absolute;
        z-index: 10000;
    }
    .nav-special.fullscreen-nav .caret,
    .nav-special.fullscreen-nav .dropdown-menu .dropdown .caret {
        border-width: 8px;
    }
    /* Animate Menu Symbol */
    .navbar-toggle {
        transition: all .1s linear;
    }
    .selected-nav {
        opacity: 0;
        transform: scale(0.3);
        transition: all .1s linear;
    }
    /* Special Menu Close Button */
    .close-special-menu {
        position: fixed;
        display: block;
        width: 25px;
        height: 25px;
        top: 16px;
        right: 10px;
        z-index: 10000;
    }
    .nav-invert .sidebar-nav .close-special-menu {
        left: 260px;
    }
    .close-special-menu .close-icon {
        display: block;
        width: 100%;
        height: 1px;
        transform: rotate(45deg);
        margin-top: 12px;
    }
    .close-special-menu .close-icon:after {
        content: "";
        display: inherit;
        width: inherit;
        height: inherit;
        background: inherit;
        transform: rotate(90deg);
    }
    .lock-scroll {
        overflow: hidden;
        transition: background .3s linear;
    }
    .nav-special::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0;
        height: 0;
    }
    .nav-special .dropdown-menu .dropdown .caret {
        border-top-color: rgba(255, 255, 255, .8);
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        margin: 0 0 0 5px;
        float: none;
    }
    .blocsapp-special-menu .site-navigation.pull-right {
        float: none!important;
    }
    /* Side Bar Navigation */
    .sidebar-nav {
        position: fixed;
        right: -300px;
        top: 0;
        bottom: 0;
        width: 300px;
        z-index: 1000;
        transition: all .2s linear;
    }
    .nav-invert .sidebar-nav {
        right: auto;
        left: -300px;
    }
    .sidebar-nav .nav>li a {
        color: rgba(255, 255, 255, .8);
    }
    .sidebar-nav .nav>li a:hover {
        color: #FFF;
    }
    .open.sidebar-nav {
        right: 0;
        transition: all .2s linear;
    }
    .nav-invert .open.sidebar-nav {
        left: 0;
        transition: all .2s linear;
    }
    /* Content Tint */
    .content-tint {
        z-index: -1;
        transition: background .2s linear;
    }
    .content-tint.on {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: transparent;
        z-index: 1001;
        background: rgba(0, 0, 0, .4);
    }
    .content-tint.on:hover {
        background: rgba(0, 0, 0, .1);
    }
}

.navbar-toggle {
    background: #4699da;
    padding-bottom: 12px;
}

#bloc-0 h4>a {
    color: #000;
}

#bloc-modal {
    background: url(img/fon4ik.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#bloc-modal h3 {
    border: 3px solid #fff;
    padding: 40px;
}

#bloc-modal a {
    margin-top: -40px;
}

.ltc-white {
    color: #fff!important;
}

#crp {
    background: #000;
    padding-top: 20px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .lake-hero-text {
        font-size: 32px;
        text-align: center;
    }
    .all-info {
        left: 0;
        width: 100%;
    }
    .tethe2 {
        display: none;
    }
    .navbar-nav>li>a {
        color: #fff!important;
    }
    #bloc-1 img {
        margin-bottom: 20px;
    }
    #bloc-2 .cards {
        margin-bottom: 20px;
    }
    .row {
        margin: 0px;
    }
    .lake-hero-text-sub {
        font-size: 22px;
        text-align: center;
    }
    .lake-hero-bloc {
        background-size: 1550px auto;
    }
    .blocs-mob-center-text {
        text-align: center;
    }
    .bloc-mob-center-text {
        text-align: center;
    }
    .sidebar-nav {
        width: 230px;
    }
    .nav-special.sidebar-nav .nav>li {
        width: 80%;
    }
    .nav-invert .sidebar-nav .close-special-menu {
        left: 200px;
    }
    #bloc-0 {
        height: 100vh!important;
    }
    #bloc-0 h4 {
        font-size: 18px;
        text-align: center;
    }
    #bloc-0 {
        text-align: center;
    }
    .flexes {
        display: block;
    }
}

.one {
    position: absolute;
    top: 0;
    right: 0;
}

.one img {
    width: 150px;
}

.one1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.one1 img {
    width: 60px;
}

.tethe2 {
    position: absolute;
    top: 40px;
    left: 40px;
}

.tethe2 img {
    width: 200px;
}

.btn-white {
    border: 3px solid #fff;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
}

.all-info {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 0px 40px 40px 40px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}

.btn-white:hover {
    color: #fff;
    background-color: #57b954;
    border: 3px solid #57b954;
}

.tethe {
    position: absolute;
    bottom: 0;
    left: 0;
}

.tethe img {
    width: 180px;
}

.tethe1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.tethe1 img {
    width: 90px;
}

.calls,
.whatsapps {
    position: fixed;
    bottom: 20px;
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 10px 0 5px;
    font-size: 40px;
    background: #00923A;
    margin: 15px auto;
    border-radius: 50%;
    z-index: 99999;
}

.calls i {
    color: #fff;
}

.whatsapps i {
    color: #fff;
}

.calls {
    right: 20px;
    background-color: #0156a5!important;
    color: #fff;
}

.whatsapps {
    left: 20px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .calls,
    .whatsapps {
        display: none;
    }
    .hidden-md {
        display: none!important;
    }
}


/* The controlsy */

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

.carousel-control.right {
    right: -12px;
}


/* The indicators */

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}


/* The colour of the indicators */

.carousel-indicators li {
    background: #cecece;
}

.carousel-indicators .active {
    background: #428bca;
}

.item p {
    font-weight: 800;
}

.carousel {
    padding: 0 40px 30px 40px;
}


/* Start Testmonials */

.testmonials {
    background-size: cover;
    color: #000;
    position: relative;
}

.testmonials:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#quote-carousel {
    padding: 0 10px;
}

.testmonials #quote-carousel .carousel-indicators {
    position: relative;
    min-height: 100px;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

.testmonials #quote-carousel .carousel-indicators li {
    width: 90px;
    height: 90px;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    vertical-align: middle;
    margin: 10px;
    opacity: .5
}

.testmonials #quote-carousel .carousel-indicators .active {
    transform: scale(1.4);
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    border: 3px solid #4699da;
    opacity: 1
}

.testmonials img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.testmonials .active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.testmonials .item p {
    border: 2px solid #4699da;
    padding: 50px;
    margin: 40px 0 0 0;
}

.testmonials .item h4 {
    background: #fff;
    width: 28%;
    padding: 10px 0;
    font-size: 20px;
    border-radius: 3px;
    margin: auto;
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
    font-family: 'Open Sans', sans-serif;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.item blockquote p:after {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 10px;
    transform: rotate(180deg);
}

.testmonials p {
    margin: 5% 5%;
    font-size: 18px;
    font-weight: 300;
}

.transparest {
    width: 97%;
    left: 72px;
    position: absolute;
    background: rgba(255, 255, 255, 0.0);
    height: 400px;
}

@media (max-width: 499px) {
    .testmonials #quote-carousel .carousel-indicators li {
        width: 75px !important;
        height: 75px !important;
        display: block !important;
        margin-left: 34% !important;
    }
    .testmonials .item h4 {
        background: #4699da;
        width: 60% !important;
        top: 0% !important;
        color: #fff;
    }
    .testmonials .item p {
        margin-top: 15px;
    }
}

@media (min-width:500px) and (max-width:767px) {
    .testmonials #quote-carousel .carousel-indicators li {
        width: 75px !important;
        height: 75px !important;
        margin: 0 5px
    }
    .testmonials .item h4 {
        background: #4699da;
        width: 30% !important;
        top: -9% !important;
    }
    .testmonials .item p {
        margin-top: 15px;
    }
}


/* Initiate color change for pulse-on-hover */

.btn .pulse-button-hover {
    animation: colorShift 10000ms infinite ease-in;
}


/* Continue animation and add shine on hover */

.btn:hover,
.btn:focus {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}


/* Declare border pulse animation */

@keyframes borderPulse {
    0% {
        box-shadow: inset 0px 0px 0px 5px rgba(70, 153, 218, .4), 0px 0px 0px 0px rgba(70, 153, 218, 1);
    }
    100% {
        box-shadow: inset 0px 0px 0px 3px rgba(70, 153, 218, .2), 0px 0px 0px 10px rgba(70, 153, 218, 0);
    }
}


/* Initiate color change for pulse-on-hover */

.btn-white .pulse-button-hover {
    animation: colorShift 10000ms infinite ease-in;
}


/* Continue animation and add shine on hover */

.btn-white:hover,
.btn-white:focus {
    animation: borderPulses 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}


/* Declare border pulse animation */

@keyframes borderPulses {
    0% {
        box-shadow: inset 0px 0px 0px 5px rgba(87, 185, 84, .4), 0px 0px 0px 0px rgba(87, 185, 84, 1);
    }
    100% {
        box-shadow: inset 0px 0px 0px 3px rgba(87, 185, 84, .2), 0px 0px 0px 10px rgba(87, 185, 84, 0);
    }
}

.carousel-control.left {
    background-image: none!important;
    background-color: #4699da;
}

.carousel-control.right {
    background-image: none!important;
    background-color: #4699da;
}


/* Initiate color change for pulse-on-hover */

.carousel-control.right .pulse-button-hover {
    animation: colorShift 10000ms infinite ease-in;
}


/* Continue animation and add shine on hover */

.carousel-control.right:hover,
.carousel-control.right:focus {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}


/* Initiate color change for pulse-on-hover */

.carousel-control.left .pulse-button-hover {
    animation: colorShift 10000ms infinite ease-in;
}


/* Continue animation and add shine on hover */

.carousel-control.left:hover,
.carousel-control.left:focus {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}