body {
    font-size: 20px;
    position:relative;
}
body.locked {
    overflow:hidden;
    max-height:100%;
}
body, html {
    height:100%;
}
body, html, div {
    font-family: 'Lato', sans-serif;
}
h1,h2,h3 {
    font-family: 'Indie Flower', cursive;
}
h1 {
    font-size:48px;
    margin:30px 0;
}
h2 {
    font-size:3.2em;
    margin-bottom:1em;
}
h3 {
    font-size:1.5em;
    margin-top:0;
    margin-bottom:1em;
}
p {
    color:#6F7F56;
}
a {
    cursor:pointer;
}
.dropdown-menu {
    background: #c7f911 none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    display: block;
    margin: -1px 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out 0s;
    z-index:4;
}
.dropdown button:focus {
    outline: 0;
}
.dropdown button:active {
    outline: 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color:#fff;
    outline: 0
}
.open > .dropdown-menu {
    max-height: 1000px;
}
.btn-round {
    border-radius: 50%;
    width:40px;
    height: 40px;
    background:#C7F911;
    color:#333;
    padding-top:2px;
    font-size: 1.3em;
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    text-align: center;
}
/* link effect */
a.brackets {
    color: #fff;
    display: inline-block;
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 15px 25px;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    cursor: pointer;
}

a.brackets::before {
    content: "[";
    margin-right: 10px;
    transform: translateX(20px);
}
a.brackets::before, a.brackets::after {
    display: inline-block;
    opacity: 0;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
*, *::after, *::before {
    box-sizing: border-box;
}
a.brackets::after {
    content: "]";
    margin-left: 10px;
    transform: translateX(-20px);
}
a.brackets::before, a.brackets::after {
    display: inline-block;
    opacity: 0;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
a.brackets:hover::before, a.brackets:hover::after, a.brackets:focus::before, a.brackets:focus::after {
    opacity: 1;
    transform: translateX(0px);
}


.navbar .container {
    padding-bottom:0;
}
.navbar-brand img {
    height:90px;
} 
.navbar-brand {
    height:auto;
}
.navbar.navbar-default {
    background:none;
    border-radius:0;
    border:none;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:2000;
}
#preloader svg {
    width:100px;
    height:100px;
    margin:auto;
    display:block;
    position:relative;
    top:49%;
}
#mainNav {
    background:rgba(0,0,0,0.7);
    border:1px solid rgba(255,255,255,0.4);
}
.navbar-nav {
    width:100%;
}
.navbar-nav > li {
    width:18%;
}
.navbar-nav > li:first-child {
    width:10%;
}
.navbar-default .navbar-nav > li > a {
    padding:43px 5px;
    text-align:center;
    font-size:0.8em;
    color:#fff;
    transition: all 0.5s;
    position:relative;
    z-index:3;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background:#C7F911;
}
.navbar-default .navbar-nav > li > a:hover {
    color:#6F7F56;
    position:relative;
    z-index:3;
}
.navbar-nav > li > a:before {	
    transition: all 0.5s;
    position:absolute;
    content:"";
    width:100%;
    height:0;
    background:#C7F911;
    opacity:0;
    top:0;
    left:0;
    z-index:-1;
}
.navbar-nav > li:hover > a:before {	
    opacity:1;
    height:100%;
}
.navbar-nav > li > a.active, .navbar-nav > li > a.active:hover  {
    background:#C7F911;
    color:#fff;
}
.navbar-default .container,.navbar-default .navbar-nav > li > a   {
    transition:all 0.7s ease-out;
}
.navbar-default.small .navbar-nav > li > a {
    padding:23px 5px;
}
.navbar-default.small .container {
    padding-top:1em;
}
.stripeInfo li a {
    color:#fff;
    font-size:0.8em;
    padding:3px 5px;
}
.stripeInfo li a i {
    color:#FD4641;
    font-size:1.2em;
}
.animate {
    visibility:hidden;
    opacity:0;
}
.animate.animated {
    visibility:visible;
    opacity:1;
}

.slick-slide {
    position:relative;
}
.slick-slide img.slick-loading {
    visibility: hidden;
}
.btn-default {
    background:#FD4641;
    color:#fff;
    border:1px solid #BA3835;
}
.topSide {
    position: relative;
}
#logoBox {
    position:absolute;
    top:calc(50% - 100px);
    left:calc(50% - 266px);
    z-index:4;
    width:532px;
    height:239px;
}
#logoBox img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.dropdown .btn-primary {
    background: none;
    border:none;
    color: #000;
    font-weight: bold;
    padding-left: 15px;
    text-align: left;
    position: relative;
    border-radius: 0;
}
.dropdown .btn-primary .caret {
    position:absolute;
    top:21px;
    right:15px;
}
.dropdown .dropdown-menu {
    width:100%;
}
#welcome {
    color:#fff;
    background:#fd4641;
    padding:50px 0;
}

#slideshow {
    width:100%;
    border:1px solid rgba(0,0,0,0.3);
}
.container {
    text-align:center;
    padding-top:3em;
    padding-bottom:3em;
}
.container-fluid.arrowSpace {
    padding:0 30px 3em;
}
#who {
    background:#C7F911 url(../img/poly.png) top center no-repeat;
    background-attachment:fixed;
    color:#333;
    position:relative;
}
#rrr {
    position:relative;
    background:#444;
    color:#fff;
}
#rrr p {
    color:#eaffc9;
}
#map_canvas {
    width:100%;
    height:400px;
}
.img-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    width:50%;
    background-image:url(../img/rrr.jpg);
}
#rrr .row {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
}
#rrr .row > .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
}
#rrr-stripe {
    background:#444;
}
#rrr-stripe .container {
    padding-top:1em;
    padding-bottom:1em;
}
#rrr-stripe .img-container {
    display: table-cell;
    vertical-align: bottom;
}
#rrr-stripe .img-container a > img{
    max-height: 90px;
    padding: 1px;
}
#mob {
    background:#eee url(../img/poly.png) top center no-repeat;
    background-attachment:fixed;
}
#mob > .container-fluid {
    padding-bottom: 3em;
}
#mob > .container-fluid.arrowSpace {
    min-height: 273px;
}
#mobilier img, #prj-slider img {
    padding:0 10px;
}
.slick-prev, .slick-next {
    z-index:3;
}
.slick-prev {
    left:-20px;
}
.slick-next {
    right:-20px;
}
#mobilier .slick-track {
    margin:auto;
}

#gallery, #prj-gallery {
    position:fixed;
    z-index:-800;
    background:rgba(0,0,0,0.8);
    width:100%;
    height:100%;
    visibility:hidden;
    top:0;
    left:0;
}
#gallery .container {
    padding-top:10px;
    padding-bottom:20px;
}
#gallery.show {
    z-index:5;
    visibility:visible;
}
#gallery .main, #gallery .navForMain {
    z-index:4;
}
#gallery .main {
    height:calc(100% - 150px);
}
#gallery .main .slick-list, #gallery .main .slick-track {
    height:100%;
}
#gallery .main img {
    max-height:100%;
    padding:10px 0;
    max-width:100%;
}
#gallery .navForMain img {
    height:100px;
    padding:0 10px;
}
#gallery .close{
    position:absolute;
    right:10px;
    top:10px;
    font-size:2em;
    color:#c7f911;	
    z-index:6;
    opacity: 1;
    transition: transform 0.3s ease;
}
#gallery .close:hover {
    transform: rotate(180deg);
}
#contact {
    position:relative;
}
#contact > .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:rgba(199,249,17,0.8);
    text-align: center;
    transition: height 0.5s ease;
}
#contact .container {
    padding-bottom: 0;
}
#contact #contact-toggle {
    display: none;
}
#contact.switch #contact-toggle {
    display: block;
    position: absolute;
    top:10px;
    right:10px;
}
#contact.switch > .overlay {
    overflow: hidden;
    height: 0;
}
#contact h1 {
    color:#fff;
    border-radius: 50%;
    border:3px solid #fff;
    width:140px;
    height:140px;
    padding-top:37px;
    margin: auto;
    margin-bottom: 20px;
}
#contact > .container > .row , #contact > .container > .row > .col-sm-4 {
    height:100%;
}

#gallery .main, #gallery .navForMain, #mobilier, #slideshow {
    visibility:hidden;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index:5;
}
.no-pb {
    padding-bottom: 0 !important;
}
#prj-template {
    display: none;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .navbar-nav > li.lg-2rows > a{
        padding:33px 5px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    body{
        font-size:16px;
    }
    #logoBox {
        position:absolute;
        top:calc(50% - 30px);
        left:calc(50% - 133px);
        z-index:4;
        width:266px;
        height:120px;
    }
    .navbar-default.small .navbar-nav > li.lg-2rows > a {
        padding: 13px 5px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #what img {
        margin-left:auto;
        margin-right:auto;
        max-width:400px;
    }
    #what h3 {
        margin-bottom:0.5em;
    }
    #what h4 {
        background:#c7f911;
        padding:5px 0;
        position:relative;
    }
    #what h4:after, #what h4:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #what h4:after {
        border-color: rgba(199, 249, 17, 0);
        border-top-color: #c7f911;
        border-width: 15px;
        margin-left: -15px;
    }
    #what h4:before {
        border-color: rgba(0, 0, 0, 0);
        border-width: 21px;
        margin-left: -21px;
    }		
    #what [class^="col-"] {
        margin-bottom:1.5em;
    }
    .navbar-nav {
        margin:0;
    }
    #mainNav {
        background:rgba(0,0,0,0.78);
        border:none;
    }
    .navbar-nav > li, .navbar-nav > li:first-child {
        width:100%;
    }
    .navbar-default .container, .navbar-default.small .container {
        margin-top:0;
        padding-top:0;
    }
    .navbar-default .navbar-header {
        background:rgba(0,0,0,0.85);
    }
    .navbar-default .navbar-nav > li > a, .navbar-default.small .navbar-nav > li > a {
        padding: 13px 5px;
        font-size:1.2em;
    }
    .navbar-default .navbar-toggle {
        border-radius:0;
        border:1px solid rgba(255,255,255,0.3);
        transition:background 0.3s ease-out;
    }
    .navbar-default .navbar-toggle .icon-bar
    {
        background:#C7F911;
        transition:background 0.3s ease-out;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background:#C7F911;
    }
    .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
        background:#333;
    }
    .img-wrap {
        width:100%;
    }
    .img-wrap:after {
        position:absolute;
        z-index:3;
        background:rgba(0,0,0,0.5);
        width:100%;
        height:100%;
        display:block;
        content:"";
    }
    #rrr .container, #rrr p {
        color:#fff;
    }
    #contact h1 {
        width:100px;
        height: 100px;
        padding-top: 20px;
    }
    #map_canvas {
        height: 480px;
    }
    #slideshow:before {
        content:"";
        display: block;
        position: absolute;
        z-index: 2;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+75,000000+100&0+75,0.65+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 75%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 75%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 75%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

    }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    #what img {
        max-width:100%;
    }
    .col-xxs-12 {
        width: 100%;
        margin-left: 0;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

/* Large screens */ 
@media only screen and (min-width : 1201px) {

}