/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #000;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 0;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #26aae3
}

img {
  border: 0;
  max-width: 100% !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4 {
  font-family: 'Fjalla One', serif;
  margin-bottom: .5rem;
  margin-top: 0;
  line-height: 1.1;
  color: #000;
  /*text-transform: uppercase;*/
}

h1 {
  font-size: 26px;
  color: #26aae3;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

ul {
  padding: 0
}

li {
  list-style-position: inside;
}

@media(max-width: 767px) {}
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto;
}

.container::after {
  display: table;
  clear: both;
  content: "";
}



@media (min-width: 992px) {
  .container {
    max-width: 98%;
    margin: 0 1%
  }
  .Content .container {
    /*max-width: 90%;*/
    margin: 0 auto
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.333333%;
}

.col-xs-pull-2 {
  right: 16.666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.333333%;
}

.col-xs-pull-5 {
  right: 41.666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.333333%;
}

.col-xs-pull-8 {
  right: 66.666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.333333%;
}

.col-xs-pull-11 {
  right: 91.666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.333333%;
}

.col-xs-push-2 {
  left: 16.666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.333333%;
}

.col-xs-push-5 {
  left: 41.666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.333333%;
}

.col-xs-push-8 {
  left: 66.666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.333333%;
}

.col-xs-push-11 {
  left: 91.666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.333333%;
}

.col-xs-offset-2 {
  margin-left: 16.666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333333%;
}

.col-xs-offset-5 {
  margin-left: 41.666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333333%;
}

.col-xs-offset-8 {
  margin-left: 66.666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333333%;
}

.col-xs-offset-11 {
  margin-left: 91.666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333%;
  }
  .col-xl-pull-2 {
    right: 16.666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.333333%;
  }
  .col-xl-pull-5 {
    right: 41.666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333%;
  }
  .col-xl-pull-8 {
    right: 66.666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.333333%;
  }
  .col-xl-pull-11 {
    right: 91.666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333%;
  }
  .col-xl-push-2 {
    left: 16.666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.333333%;
  }
  .col-xl-push-5 {
    left: 41.666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333%;
  }
  .col-xl-push-8 {
    left: 66.666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.333333%;
  }
  .col-xl-push-11 {
    left: 91.666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

/* Navigation */

.nav {
  font-family: 'Fjalla One', serif;
  font-weight: 400;
}
.nav-list {
  text-align:center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav-item {
  display: table-cell;
  position:relative;
}
.nav-item a {
      color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding: 10px 0;
    margin: 0 10px;
    position: relative;
}
@media(min-width: 992px) {
  /*.nav-item:nth-child(1),
  .nav-item:nth-child(4) {
    width: 18%;
  }*/
}
/*.nav-item.active > a,
.nav-item:hover > a {
    color: #26aae3;
}*/
.nav-item:hover .nav-submenu {
  display:block;
}
.nav-item > a:after, .nav-item.active > a:after {
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    width: 0;
    left: 0;
    bottom: 0;
    background: #26aae3;
    transition: all .3s;
}
@media(max-width: 991px) {
.nav-item > a:after, .nav-item.active > a:after {
  display: none;
}
}
.nav-item:hover > a:after, .nav-item.active > a:after {
    width: 100%;
}
/* Navigation submenu */
.nav-submenu {
 
  list-style: none;
  display:none;
  padding-left: 0;
  position:absolute;
  left:0;
  width:100%;
  z-index: 3;
}
.nav-submenu-item a {
  border-radius: 0;
  margin: 0;
  text-align: left;
  padding: 10px;
  border-top: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.5);
      font-size: 14px;
}
.nav-submenu-item:first-child a {
  border-top: 0px solid #c8d0d6;
}
.nav-submenu-item.active a,
.nav-submenu-item a:hover {
  background: #26aae3;
  color: #fff
}
.nav-mobile {
  display:none; 
  cursor:pointer;
  float: right;
  background:#26aae3 url(../images/nav.svg) no-repeat center center;
  background-size:18px;
  height:50px;
  width:50px;
  position: absolute;
  top: 20px;
  right: 10px;
      z-index: 10;
}
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  height:49px;
  width:50px;
  cursor:pointer;
      z-index: 10;
}
.nav-click i {
  display:block;
  height:48px;
  width:48px;
  background:url(../images/drop.png) no-repeat center center;
  background-size:20px;
}
.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .nav-mobile {
    display:block;
  }
  .nav {
    width:100%;
    clear: both;
  }
  .nav-list {
    display:none;
    padding-top: 15px;
  }
  .nav-item {
    width:100%;
    float:none;
    display: block;
  }
  .nav-item > a {
    padding:10px;
        background: #000;
            margin: 0;
  }
  .nav-click {
    display:none;
  }
  .nav-mobile-open {
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display:none;
  }
  .nav-submenu {
    background: #585858;
    position:static;
    width:100%;
    display: block !important
  }
  .nav-submenu-item a {
    border-bottom-color: #0E0E0E;
    text-align: center;
  }

}
header.header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 30px;
}
.Mobile header.header, .Tablet header.header {
  top: 10px
}
/* icon */
.topBar {
    color: #fff;
    padding: 10px 0;
     text-align: right;

}

.Mobile .topBar {
  text-align: center;
}

.icon {
  background: url('../images/split.png') no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
}


.icon_tel {
  background-position: -20px 0;
  width: 17px;
  height: 27px;
  margin-top: -4px;
}

.Mobile .icon_adr {
    top: 2px;
}

.icon_adr {
  background-position: 0 0;
  width: 17px;
  height: 27px;
  position: absolute;
    top: -2px;
    left: 0;
}
/*------------------------------------*\
    Header 
\*------------------------------------*/
.topNav {
  position: relative;

}
.logoMn {
      background: rgba(0,0,0,0.7);
    padding: 10px;
    margin-top: 5px;
        position: relative;
}
.logoMn:after {
    content: '';
    display: block;
    clear: both;
}

.adr {
  float: left;
  margin-top: 4px;
  position: relative;
  padding-left: 25px;
}

.Tablet .adr {
    width: 40%;
}
.tel {
  padding: 10px;
    float: right;
    background: #26aae3;
    font-family: 'Fjalla One', serif;
    font-size: 20px;
}
.Mobile .tel {
    margin-top: 10px;
}
.Mobile .adr, .Mobile .tel {
  float: none;
  display: block;
}
.Tablet .tel {
  float: none;
}
.logo {
  font-family: 'Fjalla One', serif;
  font-size: 27px;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  text-align: left;
  padding-left: 100px;
      margin-top: 7px;
    margin-bottom: 7px;
        color: #90BE24;
}
.logo:before {
    content: "";
    background: url('../images/logo.png') no-repeat center;
    height: 54px;
    width: 95px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;

}
.logo > strong {
  color: #26aae3;
}
.logo > span {
   font-size: 14px;
  display: block;
  line-height: 20px;
  color: #fff;
}

@media(max-width: 991px) {

}
.btn {
font-family: 'Fjalla One', serif;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    background: #90BE24;
    border: none;
    color: #fff;
    margin: 0 5px 0 0;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    cursor: pointer;
}
.btn_devis {
}

.PageDevis .btn {
  margin: 15px 5px 0 0;
}

.btn.btn_devis.real {
    margin-right: 5px;
}

.btn_rappel {
    margin-top: 1em;
    display: block;
    width: 100%;
}
.btn_immediat {
    display: block;
    width: 100%;
}

@media(max-width: 767px) {
  .btn_devis.real {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
    margin: 0;
  }
}



/*------------------------------------*\
    Contenu 
\*------------------------------------*/
/* Home slider */
.Homeslider {
      background: #0489b9;
  height: 650px;
  position: relative;
}
.Homeslider .container {
  height: 100%;
}
.sliderH,
.banner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.imgslide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.imgslide:after {
    content: '';
    display: block;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
form#DevisForm {
    margin-bottom: 20px;
}

.formulaire {
  float: right;
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding:  20px 15px;
  background: rgba(0,0,0,0.7);
  width: 100%;
    top: 215px;
    max-width: 638px;

}

.Mobile .formulaire {
    padding: 20px 10px 25px;
}
.formulaire:after {
  display: table;
  clear: both;
  content: "";
}
.titre {
  font-family: 'Fjalla One', serif;
  font-weight: 700;
  font-size: 30px;
  color: #26aae3;
}
.subtitre {
  font-family: 'Fjalla One', serif;
  font-size: 24px;
  color: #fff;
}

input, textarea, keygen, select, button {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 14px
 }

.form_input {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.5);
    display: block;
    margin-bottom: 2px;
    padding: 10px;
    outline: 0 !important;
    width: 100%;
    -webkit-appearance: none;
    height: 45px;
}
@media(max-width: 767px) {
  .Homeslider {
    background: rgba(0,0,0,0.6);
    height: 425px;
    overflow: hidden;
  }
  .Homeslider .container {
    display: block;
  }
  .fixNavigation {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
}
}
.fixNavigation .btn_devis, .fixNavigation .tel {
  display: none;
}
.fixNavigation .Homeslider {
    height: 120px;
}
.fixNavigation .topBar {
  padding:0;
}

.rappel .tel {
  float: none;
  color: #fff;
  margin-top: 1em;
      display: inline-block;
}

/* Banner */
.banner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.realisations .banner {
  background-image: url('../images/bg/diapo.jpg');
}
.zinguerie .banner {
  background-image: url('../images/bg/bg_zinguerie.jpg');
  background-position: top;
}

.velux .banner {
  background-image: url('../images/bg/bg_velux.jpg');
}
.gouttiere .banner {
  background-image: url('../images/bg/bg_gouttiere.jpg');
}
.nettoyage_demoussage_toiture .banner {
  background-image: url('../images/bg/bg_nettoyage_demoussage_toiture.jpg');
}
.reparation_toiture .banner {
  background-image: url('../images/bg/bg_reparation_toiture.jpg');
}
.devis .banner {
  background-image: url('../images/bg/bg_reparation_toiture.jpg');
}
.ravalement .banner {
  background-image: url('../images/bg/bg_ravalement.jpg');
}


/** Left **/
.left {
    margin-top: 2em;
}

.rappel-box {
    background: #26aae3;
    display: block;
    padding: 10px 15px;
    position: relative;
    color: #fff;
    width: 100%;
    border: none;
    font-family: 'Fjalla One', serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1em;
}
.rappel-box span {
  font-weight: normal;
  display: block;
}
.arrow-right {
    position: absolute;
    right: 12px;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: 22px;
}
.form-left {
    margin: 1.2em 0;
        position: relative;
    z-index: 1;
}
.form-left > h2 > span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.Mapleft img {
  width: 100%
}
.Mapcontainer {
  height: 465px
}
.agence-box {
    padding: 15px;
    background: #eee;
    text-align: center;
}

.clear {
  clear: both;
}
/* ACCORDEON */
.accordeon {
}
.accordeon h2, .form-left h2 {
  padding: 10px 35px 10px 15px;
  background: #90BE24;
  color: #fff;
      margin-bottom: 0;
}
.accordeon.text h2 {
    background: #ddd;
    color: inherit;
}
.accordeon li p {
  text-align: justify;
      position: relative;
    z-index: 1;
        padding: 0 15px;
}
.accordeon p > a, .accordeon p > span {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  display: block;
}

.accordeon.text p {
  margin-top: 15px; 
  margin-bottom: 20px;
}

.accordeon ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accordeon ul li {
  position: relative;
  padding: 0;
  margin: 0 0 10px;
  background: #eee;
}
.accordeon.text ul li {
  background: transparent;
}
.accordeon ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordeon ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordeon ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordeon ul li:last-of-type {
  padding-bottom: 0;
}
.accordeon ul li i {
  position: absolute;
  transform: translate(-6px, 0);
      margin-top: 15px;
    right: 15px;
}

.accordeon ul li ul i {
  display: none;
}
.accordeon ul li i:before, .accordeon ul li i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 9px;
}
.accordeon ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordeon ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordeon ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
      margin: 0;
}
.accordeon ul li input[type=checkbox]:checked ~ p {
  margin: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accordeon ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordeon ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/***********/


/* Contenu */
.Content {
    margin: 2.5em 0 0 0;
}
@media(max-width: 767px) {
  .Content {
    /*margin: 300px 0 0 0 !important*/
  }
}
.Desktop .Content {
      min-height: 1005px;
}
.devis .Content {
      min-height: auto;
}

.intro h1:after {
    content: "";
    background: #26aae3;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin: 1em 0;
}


.bg_gray {
  background: #f2f2f2;
    padding: 2.5em 1em;
    margin: 2.5em 0;
}

.article-one {
    margin-bottom: 2.5em;
}

.bg_artice {
  background-image: url('../images/bg/bg_artice.jpg');
  background-position: center;
    padding: 2.5em 0;
    margin: 2.5em 0;
  position: relative;
  background-size: cover;
}


.article-one h2:after {
    content: "";
    background: #000;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin: 1.4em 0;
}

#footer {
    background: #1f1f1f;
    color: #fff;
    padding: 4em 0 2.5em;
    clear: both;
        margin-top: 2.5em;
}

.Mobile #footer > div > div {
  clear: both;
}

#footer h3 {
  color: #26aae3;
      margin-bottom: 1em;
}

#footer a:hover {
  color: #26aae3;
}

#footer ul {
  margin: 0;
  padding: 0
}

#footer .logo {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#footer p {
  position: relative;
}
#footer p span {
    position: relative;
    left: 25px;
    padding-top: 10px;
    display: inline-block;
}
#footer .icon_adr {
  position: absolute;
  top: 2px;
  left: 0;
}
.copyright {
    background: #111;
    padding: 1.5em 0;
    color: #fff
}

.Mobile .copyright {
  text-align: center;
}

.copyright span {
  float: left;
  margin-top: 5px;
}

.copyright a.mentions {
  float: right;
}

.Mobile .copyright span,
.Mobile .copyright a  {
  float: none;
  margin: 1em 0
}

.Mobile .copyright span {
  display: block;
}
.item-left {
    float: left;
    width: 40%;
    padding-right: 2%;
}

.item-right {
    float: right;
    width: 40%;
    padding-left: 2%;
}

.Mobile .item-left {
    float: none;
    width: 100%;
    padding-right: 0;
}

.Mobile .item-right {
    float: none;
    width: 100%;
    padding-left: 0;
}
@media (max-width: 767px) {
  .article_top > div > div > img, .article_one > div > img, .article_top > img {
      margin: 1rem 0;
      width: 100%;
  }
}

.PageDevis {
    margin-bottom: 5em;
}

.PageDevis label {
    margin: 1em 0;
    display: block;
}

.list-categories {
    width: 75%;
    margin: 0 auto;
}
@media (max-width: 991px) {
.list-categories {
    width: auto;
  }
}
.list-categories li {
  list-style: none;
  display: table-cell;
  padding: 0 1%; 
    width: 20%;
}

.Mobile .list-categories li {
      float: none;
    width: 100%;
    margin-bottom: 2em;
    display: block;
}


.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.Categories {
    background: #eee;
    padding: 2.5em 0;
}
.Mobile .Categories {
    
}
.Categories h2 {
    text-align: center;
    margin: 2em 0;
}

.Item-cat {
    display: block;
    position: relative;
}
.Item-cat img, .list-categories li img {
    display: block;
    margin: 0 auto
}
.titre-cat, .list-categories li span {
    text-align: center;
    line-height: normal;
    transition: all .3s;
    display: block;
    margin-bottom: 0;
    font-family: 'Fjalla One', serif;
    margin-top: 1em;
    padding: 0 2%;
}


.Item-cat:hover .titre-cat, .list-categories li:hover span {
  color: #90BE24
}

.competences {
  text-align: center;
  margin-top: 2em;
  padding: 2em 0 0 0;
  border-top: 1px solid #b5b5b5
}
.competences > h2:after {
    content: "";
    background: #304D6F;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin: 1em auto;
}



.text-wk {
    float: right;
}

.text-wk p{
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
    margin-top: 0;
    float: none;
}

.logo_akisiweb {
  float: right;
}
.logo_akisiweb img {
  margin: 0 auto;
  width: 70%;
}
@media(max-width: 543px) {
  .copyright p,
  .logo_akisiweb {
    float: none;
    text-align: center;
  }
  .logo_akisiweb {
    margin-top: 15px;
  }
}
#mail, #mail2, #mail3 { display: none; }


#Map {
  width:100%;
  height:450px;
}

#realisations b {
    display: block;
    font-size: 24px;
    padding: 50px 0 25px;
}