body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif; /* Change scroll font Pniel */
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 63px 40px;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #cf404d;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  margin-bottom: 19px;
  color: #fff;
  font-size: 3vw;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #e2a62b;
  font-size: 1.8vw;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: 'Open Sans', sans-serif;
  color: #313131;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: #2d3e4f;
  font-size: 1.1vw;
  line-height: 2.8vh;
  text-align: left;
}

.section-subheading.subt {
  font-family: 'Open Sans', sans-serif;
  color: #e2a62b;
  font-size: 23px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
  font-size: 1.3vw;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #2d3e4f;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  /* font-family: 'Open Sans', sans-serif; Pniel*/
  color: #bec3c7;
  /* font-size: 1.1vw; Pniel*/
/*   line-height: 1.4vw; Pniel*/
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  color: #fff;
  /* font-size: 1.2vw; Pniel*/
  line-height: 3.8vh;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 100%;
  padding-top: 1px;
  background-image: url('../images/back.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 14px;
  line-height: 17px;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.whitetext {
  margin-right: 15%;
  margin-left: 15%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em; /*1.1vw;*/
  line-height: 3vh;
  text-align: left;
}

.centeredlogo {
  display: block;
  margin: 0px auto -162px;
  padding: 121px 2px 0px;
}

.captiontotile {
  display: inline;
  width: 25%;
  padding-left: 16px;
  float: left;
  font-size: 12px;
  font-weight: 700;
}

.captiontotile.grid-fours {
  width: 100%;
  min-height: 13vh;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e4f;
  font-size: 1.2vw;
  line-height: 2.3vh;
  font-weight: 400;
  text-align: left;
}

.agences {
  display: block;
  width: 297px;
  width: 50%;
  margin-top: -11px;
  margin-right: 17px;
  margin-left: 2px;
  /* padding-top: 168px; */
  padding-top: 15%;
  /* padding-right: 64px; */
  padding-right: 5%;
  padding-left: 0px;
  float: right;
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.agences.qeast {
  width: 40%;
  margin-top: -48px;
  margin-right: 12px;
  padding-top: 95px;
  padding-right: 66px;
}

.agences.babco {
  width: 45%;
  margin-right: 15px;
  /* padding-top: 150px; */
  padding-right: 38px;
}

.agences.vogt {
  overflow: auto;
  width: 40%;
  padding-top: 0;
  padding-right: 40px;
  margin-top: 10%;
  font-size: 13px;
}
.agences.tei {
  overflow: auto;
  width: 40%;
  padding-top: 0;
  padding-right: 40px;
  margin-top: 50px;
  font-size: 13px;
}
.agences.hesco {
  overflow: auto;
  width: 40%;
  padding-top: 0;
  padding-right: 40px;
  margin-top: 10%;
  font-size: 13px;
}
.agences.stinis {
  overflow: auto;
  width: 40%;
  margin-top: 50px;
  padding-top: 0px; 
  padding-right: 40px;
  font-size: 13px;
}

.agences.other {
  width: 90%;
  margin-right: -8px;
  margin-left: 3px;
  padding-top: 99px;
  padding-right: 68px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.agences.hesko {
  width: 40%;
  margin-top: 2px;
}

.agences.camfil {
  width: 43%;
/*   margin-right: 39px;*/
  /* margin-top: 50px;  */
}

.agences.vall {
  overflow: auto;
  width: 45%;
  margin-top: -41px;
  margin-right: 3%;
  padding-right: 5%;
}

.agences.kar {
  width: 40%;
  margin-right: 27px;
  padding-right: 62px;
}

.agenciesimg {
  display: block;
  width: 280px;
  max-width: none;
  margin: 75px auto 1px 62px;
  padding: 0px;
  float: left;
  background-color: #fff;
  text-align: center;
}

.agenciesimg.babcoimg {
  width: 20vw;
  height: 10vw;
  margin-top: 55px;
  margin-left: 84px;
}

.agenciesimg.qimg {
  width: 20vw;
  height: 100px;
  margin-top: 108px;
  margin-left: 78px;
}

.agenciesimg.camimg {
  width: 23vw;
  max-width: 200%;
  height: 13vw;
  max-height: 200px;
  margin-top: 50px;
/*   margin-left: 77px;
  padding-left: 2px;  */
}

.agenciesimg.karrr {
  max-width: 200%;
  max-height: 200px;
  width: 25vw;
  height: 15vw;
  margin-top: 15%;
  /* margin-left: 106px; */
}

.agenciesimg.stinsss {
  width: 24vw;
  height: 14vw;
  margin-top: 56px;
  margin-left: 72px;
}

.sliderclass {
  background-color: #2d3e4f;
}

.agenciesslider {
  background-color: #404047;
  color: #3b99d9;
}

.url {
  color: #e2a62b;
}

.contact {
  margin-bottom: 32px;
  font-size: 0.9vw;
}

.vw {
  margin-right: 10%;
  margin-left: 15%;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e4f;
  font-size: 1.1vw;
  line-height: 2.8vh;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .hero-heading {
    margin-top: -14px;
    padding-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
  }
  .section-subheading.center {
    margin-right: 5%;
    margin-left: 5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2vw;
    line-height: 3vw;
  }
  .section-subheading.subt {
    color: #e2a62b;
    font-size: 23px;
    text-align: center;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .left-navigation {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
	padding-right: 3px;
    text-align: left;
	max-width: 100%;
  }
  .nav-menu {
    background-color: #49647b;
	max-width: 90%; /* Change Pniel - max left menu width*/
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 850px;
  }
  .whitetext {
    margin-right: 5%;
    margin-left: 5%;
    font-size: min(1em, 14px); /*2.2vw;*/
	
    line-height: 3vw;
  }
  .centeredlogo {
    margin-top: 47px;
    margin-bottom: -210px;
    padding-top: 81px;
    padding-bottom: 40px;
  }
  .captiontotile.grid-fours {
    min-height: 10vh;
    font-size: 2vw;
    line-height: 2.3vh;
    font-weight: 400;
    text-align: left;
  }
  .agences.qeast {
    padding-top: 69px;
  }
  .agences.camfil {
	width: 45%;
    /* margin-top: -37px; */
  }
  .agences.vall {
    width: 45%;
    margin-top: -26px;
    margin-right: 34px;
    padding-right: 45px;
  }
  .agenciesimg.babcoimg {
    font-size: 40vw;
    line-height: 25vw;
  }
  .agenciesimg.babcoimg.hhh {
    width: 35vw;
    height: 20vw;
    /* margin-top: 77px; */
    margin-left: 55px;
  }
  
  .agenciesimg.babcoimg.vall {
    width: 32vw;
    height: 21vw;
    /* margin-top: 77px; */
    margin-left: 55px;
  }
  
  .agenciesimg.vgot {
    width: 35vw;
    height: 21vw;
    /* margin-top: 77px; */
    margin-left: 55px;
  }
  .agenciesimg.qimg.fff {
    width: 35vw;
  }
  .agenciesimg.camimg {
    width: 33vw;
    height: 20vw;
	margin-top: 50px;
  }
  .agenciesimg.karrr.ddd {
    width: 32vw;
    height: 22vw;
    margin-top: 20%;
    /* margin-left: 69px; */
  }
  .agenciesimg.stinsss.www {
    width: 32vw;
    height: 20vw;
    /* margin-top: 78px; */
    margin-left: 50px;
  }
  .contact {
    margin-left: 5%;
    font-size: 1.8vw;
  }
  .vw {
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 2vw;
    line-height: 2.8vh;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 6vw;
  }
  .hero-subheading {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 4vw;
    line-height: 4vw;
  }
  .section-heading.centered {
    font-size: 5vw;
  }
  .section-subheading.center {
    width: 90%;
    margin-left: 5%;
    font-size: 2.2vw;
  }
  .section-subheading.subt {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 21px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .left-navigation {
    position: fixed;
  }
  .grid-fours {
    width: 25%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .banner {
    height: 700px;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .whitetext {
    margin-right: 18px;
    margin-left: 24px;
    padding-right: 0px;
    font-size: 2.2vw;
    line-height: 3.4vw;
  }
  .centeredlogo {
    margin-top: 6px;
  }
  .captiontotile.grid-fours {
    width: 90%;
    padding-left: 10px;
    font-size: 2vw;
  }
  .agences.qeast {
    width: 42%;
    margin-top: 13px;
    margin-left: 15px;
    padding-top: 5%;
    padding-right: 23px;
    padding-left: 11px;
    font-size: 2vw;
  }
  .agences.babco {
    width: 50%;
    /* margin-top: 5%; */
/*     padding-top: 77px;
    padding-right: 40px; */
    padding-left: 36px;
  }
  .agences.vogt {
    width: 45%;
    /* margin-top: 27px; */
    margin-right: 13px;
    /* padding-top: 48px; */
    padding-right: 37px;
    padding-left: 0px;
    /* font-size: 12px; */
  }
  .agences.tei {
    width: 45%;
    /* margin-top: -10%; */
    margin-right: 13px;
    /* padding-top: 50px;  */
    padding-right: 37px;
    padding-left: 0px;
    /* font-size: 12px; */
  }
  .agences.other {
    padding-top: 80px;
    font-size: 1.9vw;
  }
  .agences.hesko {
    width: 45%;
/*     margin-top: 22px;
    margin-right: -21px; */
    margin-left: 0px;
/*     padding-top: 122px;
    padding-right: 74px;
    padding-left: 0px; */
  }
  .agences.camfil {
	width: 45%;
/*     margin-top: 50px;
    padding-right: 6px; */
    padding-left: 8px;
  }
  .agences.vall {
    width: 45%;
    /* margin-top: -47px; */
    margin-right: 30px;
    margin-left: -12px;
    /* padding-top: 150px; */
    padding-right: 51px;
    padding-left: 23px;
	font-size: 2.2vw;
  }
  .agences.kar {
    width: 50%;
    /* margin-top: -79px; */
    margin-right: 13px;
    margin-left: 0px;
    /* padding-top: 182px; */
    padding-left: 32px;
  }
  .agenciesimg.babcoimg {
    /* width: 40vw; */
    height: 25vw;
    /* margin-top: 84px; */
    margin-left: 55px;
  }
  .agenciesimg.qimg {
    width: 40vw;
    margin-top: 95px;
    margin-left: 64px;
  }
  .agenciesimg.camimg {
    width: 36vw;
    height: 25vw;
    margin-top: 60px;
    margin-left: 59px;
  }
  .agenciesimg.karrr {
    width: 40vw;
    height: 25vw;
    margin-top: 95px;
    margin-left: 60px;
  }
  .agenciesimg.stinsss {
    width: 40vw;
    height: 25vw;
    margin-top: 71px;
    margin-left: 56px;
  }
  .repimg {
    max-width: 70%;
    margin-left: 13px;
    padding-left: 0px;
    float: left;
  }
  .contact {
    width: 80%;
    margin-left: 5%;
    font-size: 2vw;
  }
  .vw {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 2.2vw;
    text-align: left;
  }
  .sub {
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hero-heading {
    font-size: 5vw;
    line-height: 5px;
  }
  .hero-subheading {
    overflow: visible;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 4vw;
    line-height: 6vw;
  }
  .section-heading.centered {
    font-weight: 600;
  }
  .section-subheading.center {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .section-subheading.subt {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 4vw;
  }
  .section-title-group {
    font-size: 1.8vw;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .footer-text {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 3vw;
    line-height: 18px;
  }
  .hero-title-wrapper {
    top: 23%;
  }
  .left-navigation {
    position: fixed;
  }
  .grid-fours {
    width: 90%;
  }
  .banner {
    height: 180vw; /*650px;*/
  }
  .whitetext {
    /* margin: 13px 5px 0px; */
    padding-top: 0px;
    padding-bottom: 7px;
    font-size: 3.2vw;
    line-height: 5vw;
  }
  .centeredlogo {
    margin-top: 59px;
    padding-top: 24px;
    padding-bottom: 97px;
  }
  .captiontotile.grid-fours {
    width: 100%;
    min-height: 2vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 600;
    text-align: center;
  }
  .agences.vogt {
    font-size: 10px;
  }
  .agences.other {
    padding-right: 77px;
    padding-left: 18px;
    font-size: 10px;
  }
  .agenciesimg.babcoimg {
    display: none;
  }
  .agenciesslider {
    display: none;
  }
  .repimg {
    max-width: 70vw;
    margin-right: auto;
    margin-left: 12%;
  }
  .contact {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 3.5vw;
  }
  .vw {
    margin-right: auto;
    margin-left: auto;
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: left;
  }
  
}

/*  */

/* html{
   background:url(http://phutora.com/img/friends3.jpg) no-repeat;
   background-size: cover;
   height:100%;
   background-color: #000;
} */
* {
   box-sizing:border-box;
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-font-smoothing:antialiased;
   -moz-font-smoothing:antialiased;
   -o-font-smoothing:antialiased;
   font-smoothing:antialiased;
   text-rendering:optimizeLegibility;
}
body {
   color: #C0C0C0;
   font-family: Arial, san-serif;
}


/* Contact Form Styles */
h1 {
   margin: 10px 0 0 0;
}
h4{
   margin: 0 0 20px 0;
}
#contact-form {
   background-color:rgba(72,72,72,0.7);
   padding: 10px 20px 30px 20px;
   max-width:100%;
   float: left;
   left: 50%;
   position: absolute;
   margin-top:30px;
   margin-left: -260px;
   border-radius:7px;
   -webkit-border-radius:7px;
   -moz-border-radius:7px;
}
#contact-form input,   
#contact-form select,   
#contact-form textarea,   
#contact-form label { 
   font-size: 15px;  
   margin-bottom: 2px;
   font-family: Arial, san-serif;
} 
#contact-form input,   
#contact-form select,   
#contact-form textarea { 
   width:100%;
   background: #fff;
   border: 0; 
   -moz-border-radius: 4px;  
   -webkit-border-radius: 4px;  
   border-radius: 4px;
   margin-bottom: 25px;  
   padding: 5px;  
}  
#contact-form input:focus,   
#contact-form select:focus,   
#contact-form textarea:focus {  
   background-color: #E5E6E7; 
}  
#contact-form textarea {
   width:100%;
   height: 150px;
}
#contact-form button[type="submit"] {
   cursor:pointer;
   width:100%;
   border:none;
   background:#991D57;
   background-image:linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
   background-image:-moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
   background-image:-webkit-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
   color:#FFF;
   margin:0 0 5px;
   padding:10px;
   border-radius:5px;
}
#contact-form button[type="submit"]:hover {
   background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
   background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
   background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
   -webkit-transition:background 0.3s ease-in-out;
   -moz-transition:background 0.3s ease-in-out;
   transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
   box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
input:required, textarea:required {  
   box-shadow: none;
   -moz-box-shadow: none;  
   -webkit-box-shadow: none;  
   -o-box-shadow: none;  
} 
#contact-form .required {  
   font-weight:bold;  
   color: #E5E6E7;      
}

/* Hide success/failure message
   (especially since the php is missing) */
#failure, #success {
   color: #6EA070; 
   display:none;  
}

/* Make form look nice on smaller screens */
@media only screen and (max-width: 580px) {
   #contact-form{
      left: 3%;
      margin-right: 3%;
      width: 88%;
      margin-left: 0;
      padding-left: 3%;
      padding-right: 3%;
   }
}
/*--------------------------------------------------------------------------------------*/
/* TRY IMAGE Pniel 11.10.2016 */
/*--------------------------------------------------------------------------------------*/
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}
#myImg3 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg3:hover {opacity: 0.7;}
#myImg4 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg4:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
#caption2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
#caption3 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
#caption4 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

@media (max-width: 992px) {
	.close {
    position: absolute;
    top: 75px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 90%;
    }
}
