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: "Open Sans", Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #424146;
  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;
  color: #ea9423;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

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

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

h1, h2, h3, h4 {
  font-family: 'Ubuntu Condensed', sans-serif;
  margin-bottom: .5rem;
  margin-top: 0;
  line-height: 1.1;
}

h1 {
  font-size: 30px;
  color: #ea9423;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

@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: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.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#menu {
    margin-top: 1em;
    clear: both;
}
.Mobile nav#menu {
  margin-top: 0;
    clear: both;
    z-index: 100;
    position: relative;
    background: #fff;
}
.nav {
  font-weight: 400;
}
.nav-list {
  text-align:center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav-item {
  display: block;
  position:relative;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.Mobile .nav-item:nth-child(2) {
  display: none;
}
#menu .nav-item:last-child {
  border-bottom: 0px solid rgba(0,0,0,.05);
}
.nav-item a {
  color: #2e2e2e;
  font-size: 14px;
  display: block;
  padding: 10px 2em;
}
.nav-item a:hover {
  color: #ea9423
}
@media(min-width: 992px) {
  /*.nav-item:nth-child(1),
  .nav-item:nth-child(4) {
    width: 18%;
  }*/
}
/* Navigation submenu */

.nav-item:hover .nav-submenu{
  display: block;
}
.nav-submenu {
  background: #eee;
  list-style: none;
  display:none;
  padding-left: 0;
  position:absolute;
  left:0;
  width:100%;
  z-index: 3;
}
.nav-submenu-item a {
  border-bottom: 1px dotted #A3676D;
  border-radius: 0;
  margin: 0;
  text-align: center;
}

.nav-submenu-item a:last-child {
  border-bottom: 0px dotted #A3676D;
}
.nav-submenu-item.active a,
.nav-submenu-item a:hover {
  background: #ea9423;
  color: #fff
}
.nav-mobile {
  display:none; 
  cursor:pointer;
  float: right;
  background:#444 url(../images/nav.svg) no-repeat center center;
  background-size:18px;
  height:50px;
  width:50px;
}
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:block;
  height:49px;
  width:50px;
  cursor:pointer;
}
.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%;
  }
  .nav-list {
    display:none;
    padding-top: 15px;
  }
  .nav-item {
    width:100%;
    float:none;
    display: block;
  }
  .nav-item > a {
    padding:15px;
  }
  .nav-click {
    display:block;
  }
  .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: #eee;
    position:static;
    width:100%;
  }
  .nav-submenu-item a {
    border-bottom-color: #0E0E0E;
    text-align: center;
  }
}

/* Content Left */

header.navbar {
    background: #fff;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 9002;
    -webkit-box-shadow: 2px 0 4px 2px rgba(0,0,0,.15);
    box-shadow: 2px 0 4px 2px rgba(0,0,0,.15);
}

.Mobile header.navbar {
  height: inherit !important;
  z-index: 1000 !important;
  position: static;
    width: 100%;
        background: #efefef;
}

.logo {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 28px;
  color: #ea9423;
  text-align: center;
  display: block;
      padding: 15px 10px 10px;
      font-weight: bold;
}
.logo img {
  width: 180px;
}
.Mobile .logo img {
  width: 152px;
}

.logo span {
  color: #222;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  line-height: 10px;
  font-weight: normal;
}
.Mobile .logo span {
    font-size: 10px;
}
@media (max-width: 991px) {
  .logo {
    float: left;
  }
  .menu-mobile {
    float: right;
        margin-top: 20px;
    margin-right: 10px;
  }
}
.Mobile .logo {
    float: left;
    width: 70%;
    padding: 15px;
    text-align: left;
}
.formulaire {
    margin-top: 3.5em;
    padding: 1em;
    background: #e2e2e2;
}

.Mobile .formulaire {
    margin-top: 0;
    padding: 1em;
    background: #e2e2e2;
    position: relative;
    z-index: 1;
}

.subtitre {
  text-align: center;
  font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
    color: #222
}

span.tel {
    display: block;
    text-align: center;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
    color: #222
}
.rappel .tel a{
  color: #000;
}
.form_input {
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 2px;
    padding: 10px;
    outline: 0 !important;
    width: 100%;
    -webkit-appearance: none;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
}

.btn_submit {
    width: 100%;
}

.btn {
    cursor: pointer;
    border: none;
    background: #255dce;
    color: #fff;
    outline: 0 !important;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 600;
}
.btn-realisations {
  border: none;
    background: #255dce;
    color: #fff;
    outline: 0 !important;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}


.tel span {
    font-family: 'Ubuntu Condensed', sans-serif;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #222;
    font-weight: 700;
}

/* Content Right */
.content-right {
    margin-left: 300px;
}
.mentions-l {
  margin-left: 345px;
}
.Mobile .content-right,
.Mobile .mentions-l {
    margin-left: 0px;
}

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

.icon_adr {
    background-position: 0 0;
    width: 17px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
}

.icon_tel {
    background-position: -20px 0;
    width: 14px;
    height: 27px;
    margin-top: -4px;
}
.Mobile .icon_tel {
  display: none;
}

.top-right {
    position: absolute;
    z-index: 1;
    color: #fff;
        right: 0px;
    top: 1em;
}

.Mobile .navbar .btn_devis{
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .top-right {
    width: 100%;
    text-align: center;
  }
  .btn_devis {
    display: inline-block;
  }
  span.tel-top {
    display: block;
  }
  .navbar .btn_devis {
    float: right;
    margin-top: 25px;
    margin-right: 0.5em;
  }
}



.caption {
      position: absolute;
    top: 28%;
    font-size: 40px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #fff;
    z-index: 1;
    padding: 0 15px;
    width: 100%;
    text-align: center;
}

.Mobile .caption {
    position: absolute;
    top: 1em;
    font-size: 30px;
        line-height: 35px;
}
.Tablet .caption {
  line-height: 44px;
}
.tel-top {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 20px;
  margin: 0 1em
}
.tel-top a{
  color: #fff;
}
.Mobile .tel-top a {
  color: #444;
    display: block;
    line-height: 31px;
}
.Mobile .tel-top {
    position: absolute;
    color: #000;
    top: 95px;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
}
.Homeslider {
  height: 475px;
  position: relative;
}

.Homeslider:after {
  content: '';
  display: block;
  background: rgba(0,0,0,0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.Homeslider .container {
  display: table;
  height: 100%;
}
.sliderH,
.banner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.imgslide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media(max-width: 767px) {
  .Homeslider {
    background: rgba(0,0,0,0.6);
    height: inherit;
  }
  .Homeslider .container {
    display: block;
  }
  .sliderH, .banner {
    position: static;
    height: 240px !important;
  }
}

/* Banner */
.banner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.charpente .banner {
  background-image: url('../images/bg/bg_charpente.jpg');
}
.nettoyage-de-facades .banner {
  background-image: url('../images/bg/bg_nettoyage-de-facades.jpg');
}
.nettoyage-de-toiture .banner {
  background-image: url('../images/bg/bg_nettoyage-de-toiture.jpg');
}
.peinture-de-facade .banner {
  background-image: url('../images/bg/bg_peinture-de-facade.jpg');
}
.peinture-de-toiture .banner {
  background-image: url('../images/bg/bg_peinture-de-toiture.jpg');
}
.peinture-interieure .banner {
  background-image: url('../images/bg/bg_peinture-interieure.jpg');
}

/* Fin banner */


.contenu {
 
}

.contenu article {
  padding: 2.5em 15px
}

article:before,
article:after {
  content: '';
  display: block;
  clear: both;
}

.contenu article.article_center {
    max-width: 100%;
    padding: 3.5em 15px 
  }
@media (min-width: 992px) {
  .contenu article.article_center {
    max-width: 88%;
    margin: 0 auto
  }
}



.contenu article.article_top {
  background: #575b63;
  color: #fff;
  padding-top: ;
}

.intro {
  background: #f5f5f5
}

.article_top h2 {
  text-align: left !important
}

.contenu > article > img{
    width: 100%;
    margin-bottom: 2em
  }
@media (min-width: 992px) {
  .contenu > article > img{
    width: 29%;
    margin-bottom: 0
  }

  .item {
      float: right;
      padding: 0 0 0 20px;
      width: 70%;
  }

  .item_left {
    float: left;
      padding: 0 20px 0 0;
      width: 70%;
  }
}
.article_center {
  position: relative;
}

.article_center:after {
  background: #ea9423;
  height: 1px;
  width: 50%;
  margin: 0 auto;
  top: 3em;
  position: relative;
  bottom: 0
}

.contenu .article_center.last:after {
  display:none;
}

.title_bot {
  background: #ea9423;
  padding: 15px
}

.title_bot h2 {
  color: #fff;
  text-align: center !important
}

.section_bot {
    margin-bottom: 3.5em;
    clear: both;
}

.texte_bot {
  padding: 0 15px;
  margin-top: 2em;
}

.texte_bot p, .section_outside p, .section_outside h2 {
  text-align: center !important
}

.section_outside {
    padding: 2.5em 15px;
        clear: both;
}



/* Footer */

footer {
  position: relative;
  background: url(../images/bg/bg_foot.jpg);
  background-position: center 60%;
    background-size: cover;
  clear: both;
}

#footer {
  color: #fff;
  padding: 3.5em 0;
  background-size: cover;
  background-position: center;
  position: relative;
  background: rgba(0,0,0,0.7);
}

#footer ul {
  margin: 0;
  padding: 0
}
#footer li {
  list-style: none;
}

#footer:before,
#footer:after{
  content: '';
  display: block;
  clear: both;
}

#footer .logo {
  float: none;
      margin-bottom: 1em;
      width: 100%;
}
.Mobile #footer .logo img {
  width: 180px;
}
#footer .logo span {
  color: #fff
}

#footer h3 {
  text-align: center;
}

#footer li {
  position: relative;
  margin-bottom: 12px;
}


#footer li span {
    position: relative;
    left: 25px;
}
#footer > div:first-child {
  padding-top: 0
}
#footer > div {
  padding-top: 2em
}

.copyright {
  background: #111;
  color: #fff;
  padding: 1.5em 15px
}

.Mobile .copyright span {
    display: block;
    text-align: center;
}
.adr-foot a{
  color: #fff;
}


a.logo_akisiweb {
    float: right;
}

.Mobile a.logo_akisiweb {
    float: none;
    display: block;
    margin: 1em 0 0 0;
    text-align: center;
}
.list-categories {
    margin: 0;
        padding: 0;
}

@media all and (min-width: 768px) {
  .Categories {
    position: absolute;
    width: 100%;
    bottom: -5px;
    z-index: 1;
}
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.list-categories li {
    list-style: none;
    display: table-cell;
}

.Mobile .list-categories li {
    display: block;
}
.Item-cat {
    display: block;
    position: relative;
}
.Item-cat img {
    width: 100%;
    border-top: 10px solid rgba(0,0,0,0.5);
    border-bottom: 10px solid rgba(0,0,0,0.5);
    border-left: 5px solid rgba(0,0,0,0.5);
    border-right: 5px solid rgba(0,0,0,0.5);
    height: 110px;
}

.Mobile .Item-cat img {
    width: 100%;
    height: 100%;
    border-top: 0px solid rgba(0,0,0,0.5);
    border-bottom: 0px solid rgba(0,0,0,0.5);
    border-left: 0px solid rgba(0,0,0,0.5);
    border-right: 0px solid rgba(0,0,0,0.5);
}

.titre-cat {
    font-weight: bold;
    position: absolute;
    z-index: 3;
    top: 0;
    text-align: center;
    width: 100%;
    height: 96%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: normal;
    padding: 17% 10px;
    transition: all .3s;
    margin: 0;
}

.titre-cat:hover {
  background: rgba(0, 0, 0, 0.5);
}

.Mobile .titre-cat {
    height: 98%;
        padding: 10% 10px;
  }

.Tablet .titre-cat {
  padding: 8% 10px;
}
.PageDevis {
    margin-top: 2em;
}
.PageDevis label {
    margin: 0.5em 0;
    display: block;
}

.content-right.devis {
  padding: 2em 15px
}

.Mapcontainer {
    height: 425px;
}
#mail, #mail2, #mail3 { display: none; }

.titre-album {
  display: block;
    text-align: center;
    margin-left: 24%;
    font-size: 28px;
    color: #ea9423;
    padding: 20px 0;
}
.logoArtisan {
  position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    top: 42%;
}
.Mobile .logoArtisan {
  top: 5%;
}
.Tablet .logoArtisan {
  top: 50%;
}
.logoArtisan img {
  padding: 0 6px;
}