@import url("https://fonts.googleapis.com/css?family=Raleway");
body {
  margin: 0;
  padding: 0;
     background-color: #ffffff !important;
}

.flex-container {
    display: block;
  position: relative;
  height: 47vh;
    min-height: 500px;
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  overflow: hidden;
   
}

@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
      height: 95vh;
  }
    .clicklogo {
        display: block;
    text-align: center;
    color: #EE3A43;
    padding-top: 20px;
    font-weight: 700 !important;
    font-size: 24px;
    font-family: "open-sans", sans-serif;
}
}

.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 6vw;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flex-titlebottom {
  color: #f1f1f1;
  position: relative;
  font-size: 6vw;
  margin: auto;
  text-align: center;
  top: 10%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .flex-title {
  }
}

.flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 80%;
  font-size: 1vw;
  padding: 2%;
  top: 8%;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  background-color: #ffffff;
  line-height: 1.3;
  margin: auto;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flex-about img {
	max-width: 100%;
}
.flexbtn img {
    width: 100%;;
	max-width: 180px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.flexbtn  img:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .flex-about {
    padding: 0%;
    border: 0px solid #f1f1f1;
  }
}

.flex-slide {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
    width: 20%;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flex-slide p {
    padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .flex-slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .flex-slide p {
    font-size: 2em;
      padding-top: 20px;
      padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .flex-slide ul li {
    font-size: 2em;
  }
}

.flex-slide:hover {
  -webkit-flex-grow: 4;
  flex-grow: 4;
}

.home {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/01.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .flex-title-home {
    top: 2%;
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
    .flex-title img {
	max-width: 100%;
}
    
}

@keyframes homeFlextitle {
  0% {
    top: 1%;
  }
  50% {
    top: 1%;
  }
  100% {
    top: 1%;
  }
}
.flex-about-home {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .flex-about-home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
    .clicklogo {
        display: none;
}
}

@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/01b.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.brandwhite {
  background: url("images/05a.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.brandgrey {
  background: url("images/05b.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.contact-form {
  width: 100%;
}

input {
  width: 100%;
}

textarea {
  width: 100%;
}

.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/01b.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.work {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/01.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.atg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/01.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  height: 100%;
  width: 100%;
  z-index: 11;
  margin-top: 0;
  color: #fff;
  font-size: 1em;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {

}
@keyframes sk-cubemove {
  25% {

  }
}
.logoproductpbe {
	display: block;
	z-index: 500;
	margin-bottom: -5px;
}
.pbbabackground {
    background-image: url(images/pbba-mobile.jpg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

    
    
    