/*---BASE STYLES---*/
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  height: 100%;
}

h2 {
  font-size: 2.375em;
  /*38px*/
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 3%;
  text-align: center;
}

h3 {
  font-size: 1.750em;
  /*28px*/
  font-weight: 400;
}

h4 {
  font-size: 1.375em;
  /*21px*/
  font-weight: 400;
}

h5 {
  font-size: 1.125em;
  /*18px*/
  font-weight: 400;
}

h6 {
  font-size: 0.563em;
  /*9px*/
  color: #ffffff;
}

p {
  font-size: 1em;
  /*16px*/
}

li {
  font-size: 1em;
}

.bold {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover, a:active, a:focus {
  color: #ed1c24;
  text-decoration: none;
}

button {
  width: 90px;
  height: 35px;
  padding: 2px;
  background: #333333;
  border-width: 0;
  border-bottom: 5px solid #000000;
}

button h5 {
  margin-top: 6px;
  color: #ffffff;
}

button:hover, button:focus {
  background: #ed1c24;
  border-width: 0;
  border-bottom: 5px solid #ce1b28;
  outline: none;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

.container.row {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.below_padding {
  padding: 0 0 105px 0;
}

div.clear {
  clear: both;
}

.line {
  border: 1.5px solid #333333;
  margin: 15px 0 15px 0;
}

.line_white {
  border: 1.5px solid #ffffff;
  margin: 1.5em 0 1.5em 0;
}

/*---Navigation---*/
.header-container {
  background: url(../img/inflicted.png);
  width: 100%;
  position: fixed;
  z-index: 20;
}

.header-container .navigation {
  padding: 0;
}

.header-container .navigation li.nav-item a {
  padding: 0px;
  color: #ffffff;
}

.header-container .navigation li.nav-item a:hover {
  background-color: transparent;
  color: #ed1c24;
}

.header-container .logo {
  float: left;
  padding: 1em;
  min-width: 120px;
}

.header-container .logo a img {
  width: 100%;
  max-width: 200px;
}

.header-container .navigation-menu {
  float: right;
  padding: 0;
}

.header-container .navigation-menu ul.nav {
  float: right;
  width: 100%;
}

.header-container .navigation-menu ul.nav li.nav-item {
  display: inline;
  float: left;
}

.header-container .navigation-menu ul.nav li.nav-item a {
  float: right;
}

.header-container a.nav_icon {
  margin: 1% 1% 0 0;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  background: url(../img/menu_icon.png) no-repeat;
  background-position: 0 0;
  float: right;
}

.header-container a.nav_icon:hover, .header-container a.nav_icon:active {
  background-position: 0px -45px;
}

.header-container .toggle_navigation-menu {
  float: none;
  display: none;
}

.header-container .toggle_navigation-menu ul.nav-toggle {
  background-color: #333333;
  padding: 0;
  margin: 0;
}

.header-container .toggle_navigation-menu ul.nav-toggle li.nav-item {
  text-align: center;
  border-bottom: 2px solid #000000;
}

.header-container .toggle_navigation-menu ul.nav-toggle li.nav-item:hover, .header-container .toggle_navigation-menu ul.nav-toggle li.nav-item:active {
  background-color: #ed1c24;
}

.header-container .toggle_navigation-menu ul.nav-toggle li.nav-item h4 {
  margin: 0;
  padding: 15px 0 15px 0;
}

.header-container .toggle_navigation-menu ul.nav-toggle li.nav-item h4:hover, .header-container .toggle_navigation-menu ul.nav-toggle li.nav-item h4:active {
  color: #ffffff;
}

/*---Home---*/
.img_box {
  float: left;
  padding: 0;
}

.img_box img {
  width: 100%;
}

.img_home {
  float: left;
  margin-top: 20px;
  padding: 10px 0;
}

.text_box {
  float: left;
  padding: 10px 8% 20px 8%;
}

.home_text_box {
  float: left;
  padding: 10px 0% 5% 8%;
}

.float {
  float: right;
}

.certificat {
  float: left;
  margin-right: 20%;
}

.equipment-container {
  width: 100%;
  background-color: #eaeaea;
  padding: 0;
  margin-bottom: 5%;
}

.gray_box {
  background-color: #eaeaea;
}

.dark_gray_box {
  background-color: #333333;
}

.dark_gray_box h3, .dark_gray_box p, .dark_gray_box li {
  color: #ffffff;
}

.wstlogo {
  float: left;
  padding: 1em;
  width: 200px;
  min-width: 120px;
}

.wstlogo a img {
  width: 100%;
  max-width: 200px;
}

/*---Gallery---*/
.gallery-container .gallery_nav_img {
  float: left;
  margin-bottom: 5%;
}

.gallery-container .gallery_nav_img .image_hover {
  position: relative;
  padding: 0;
}

.gallery-container .gallery_nav_img .image_hover img {
  width: 100%;
}

.gallery-container .gallery_nav_img .image_hover .hover_name {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 28, 36, 0.7);
  z-index: 5;
}

.gallery-container .gallery_nav_img .image_hover .hover_name h4, .gallery-container .gallery_nav_img .image_hover .hover_name h5 {
  color: #ffffff;
  text-align: center;
  margin-top: 40%;
}

.gallery-container .gallery_nav_img .image_hover .hover_name p {
  color: #ffffff;
  text-align: center;
  margin-top: 25%;
  line-height: 125%;
}

.gallery-container .gallery_nav_img .phone_galleryname {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 28, 36, 0.7);
  z-index: 6;
}

.gallery-container .gallery_nav_img .phone_galleryname h4, .gallery-container .gallery_nav_img .phone_galleryname h5 {
  color: #ffffff;
  text-align: center;
  margin-top: 40%;
}

.gallery-container .gallery_nav_img .phone_galleryname p {
  color: #ffffff;
  text-align: center;
  margin-top: 25%;
  line-height: 125%;
}

/*---SlideShow---*/
.slideshow-container {
  margin: auto;
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: 0;
  position: absolute;
  top: 30%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: transparent;
}

.flex-direction-nav a:before {
  display: inline-block;
}

.flex-direction-nav a.flex-next:before {
  display: inline-block;
}

.flex-direction-nav .flex-next {
  background-position: -65px 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static;
}

.flex-control-thumbs li {
  width: 45px;
  display: inline-block;
  margin: 2% 2% 2% 0;
  text-align: center;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
  box-shadow: 0px 0px 7px 0.2px #8e8e8e;
}

.caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.7);
  width: 100%;
}

.caption p {
  color: #ffffff;
  padding: 10px;
  margin: 0;
}

.navigation_bottom {
  margin: 0 2% 0 2%;
}

/*---Form---*/
.form-container {
  margin: auto;
}

form.contact-us {
  margin: auto;
  padding: 0;
}

form.contact-us .antispam {
  display: none;
}

form.contact-us input, form.contact-us textarea {
  width: 100%;
  display: block;
  border: 2px solid #333333;
  background: #eaeaea;
  padding: 0 5px 0 5px;
  margin-bottom: 4%;
}

form.contact-us input:focus, form.contact-us textarea:focus {
  border: 2px solid #ed1c24;
  outline: none;
}

form.contact-us input {
  height: 40px;
  float: left;
}

form.contact-us textarea {
  height: 120px;
}

form.contact-us span.error {
  height: 40px;
  float: left;
  margin-left: 2%;
}

form.contact-us span.error p {
  color: #ed1c24;
}

/*---Contact---*/
.map {
  width: 100%;
  height: 400px;
  margin: auto;
  margin-bottom: 5%;
}

.map iframe {
  height: 100%;
  width: 100%;
  margin: auto;
}

/*---Footer---*/
.footer {
  background: url(../img/inflicted.png);
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}

.footer .footercopy {
  width: 100%;
}

.footer .footercopy h6 {
  padding-top: 20px;
  text-align: center;
}


.certificat_logo {
  max-width: 200px;
  margin: 10px;
  width: 30%;
}

/* ====================================================================================================================
 * Media Query
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* phone devices*/
@media screen and (min-width: 1px) and (max-width: 450px) {
  .slider-wrapper {
    height: 150px;
  }
  .navigation_bottom {
    width: 46%;
  }
  .logo {
    width: 40%;
  }
  .content-container {
    margin: 20% auto 0 auto;
  }
  .navigation-menu {
    margin: 40px 0 0 4%;
  }
  .img_home {
    background: url(../img/home_img_1.png) no-repeat;
    height: 200px;
  }
  .flex-direction-nav a {
    background: url(../img/arrow_small.png);
    width: 45px;
    height: 45px;
    top: 15%;
  }
  .flex-direction-nav .flex-next {
    background-position: -45px 0px;
  }
  .slideshow-container, .form-container {
    width: 100%;
  }

  .footer .footercopy h6 {
    text-align: left;
    margin-left: 10%;
  }

}

/* Small devices*/
@media screen and (min-width: 450px) and (max-width: 768px) {
  .slider-wrapper {
    height: 250px;
  }
  .navigation_bottom {
    width: 16%;
  }
  .logo {
    width: 40%;
  }
  .content-container {
    margin: 15% auto 0 auto;
  }
  .navigation-menu {
    margin: 40px 0 0 4%;
  }
  .img_home {
    background: url(../img/home_img_2.png) no-repeat;
    height: 300px;
  }
  .flex-direction-nav a {
    background: url(../img/arrow.png);
    width: 65px;
    height: 65px;
  }
  .flex-direction-nav a {
    top: 28%;
  }
  .slideshow-container, .form-container {
    width: 75%;
  }

}

/* medium devices*/
@media screen and (min-width: 768px) and (max-width: 992px) {
  .slider-wrapper {
    height: 350px;
  }
  .navigation_bottom {
    width: 7%;
  }
  .logo {
    width: 180px;
  }
  .content-container {
    margin: 13% auto 0 auto;
  }
  .navigation-menu {
    width: 75%;
    margin: 35px 0 0 0;
  }
  .navigation-menu li.nav-item {
    padding: 0 0 0 4.7%;
  }
  .navigation-menu li.nav-item h4 {
    font-size: 1.250em;
    /*20px*/
  }
  .img_home {
    background: url(../img/home_img_3.png) no-repeat;
    height: 500px;
  }
  .flex-direction-nav a {
    background: url(../img/arrow.png);
    width: 65px;
    height: 65px;
  }
  .flex-direction-nav a {
    top: 25%;
  }
  .slideshow-container, .form-container {
    width: 65%;
  }
}

/* large devices*/
@media screen and (min-width: 992px) {
  .slider-wrapper {
    height: 450px;
  }
  .navigation_bottom {
    width: 7%;
  }
  .logo {
    width: 200px;
  }
  .content-container {
    margin: 10% auto 0 auto;
  }
  .navigation-menu {
    width: 67%;
    margin: 35px 0 0 0;
  }
  .navigation-menu li.nav-item {
    padding: 0 0 0 5.6%;
  }
  .img_home {
    background: url(../img/home_img_3.png) no-repeat;
    height: 500px;
  }
  .flex-direction-nav a {
    background: url(../img/arrow.png);
    width: 65px;
    height: 65px;
  }
  .slideshow-container, .form-container {
    width: 55%;
  }

}
