@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,900');

* {
  box-sizing: border-box;
}

html {
  font-family: 'Montserrat', sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

.wp-content {
  height: 100%;
  position: relative;
}

.clear {
  display: block;
  clear: both;
}

.container {
  padding: 0 7%;
}
.btn {
  display: inline-block;
  padding: 0 60px;
  line-height: 55px;
  border-radius: 10px;
  border: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  transition: all .25s;
}
.bg-black {
  background-color: #000000;
}
.bg-teal {
  background-color: #01D4BE;
}
.bg-teal:hover {
  background-color: #4E4E4E;
  box-shadow: 0 0 10px #fff;
}
/* Colored overlay styles */
.overlay-teal .overlay {
  background-color: rgba(1,212,190, 0);
  transition: background-color .25s;
}
.overlay-container {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
}
.overlay-teal:hover .overlay {
  position: absolute;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(1,212,190, .7);
}
.overlay-teal-vertical:hover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(1,212,190, .7);
}
.inner-page-header {
  height: 540px;
  background-color: #8A9696;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
/* HEADER */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 136px;
  background-color: rgba(255, 255, 255, .86);
  z-index: 99;
}

.header-logo {
  min-width: 216px;
  height: 54px;
}
header a {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #000000;
  text-decoration: none;
  transition: all .25s;
}
header .tm-itemS {
  display: inline-block;
  background-color: #01D4BE;
  line-height: 160px;
  padding: 0 36px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff !important;
}

/*RESPONSIVE MENU STYLES*/
.responsive-menu-trigger {
  cursor: pointer;
  display: none;
}
.responsive-menu-trigger span {
  display: block;
  width: 35px;
  height: 5px;
  margin: 7px auto;
  background: #2c3062;
  transition: background .5s;
}
.responsive-menu-trigger:hover span {
  background: #65688a;
}
.responsive-menu-trigger span:first-child {
  /*margin-top: 23px;*/
}
.responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 11;
}
.responsive-menu-container > p {
  margin: 0;
}
.responsive-menu-container A:link, .responsive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}
.responsive-menu-container A:hover {
  background: rgba(0,0,0,0.7);
}

/*RESPONSIVE MENU STYLES*/
/* / HEADER */

/* MAIN */
/* INDEX.HTML */
/* ABOUT */
#about {
  background: #5D5D5D url(../images/index/about-us/Home-back-grey.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
}
#about > h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 30px;
  margin: 0 0 50px;
}
#about p {
  font-size: 18px;
  line-height: 40px;
  /*padding: 0 140px;*/
  margin-bottom: 60px;
  text-align: left;
  margin-right: 20px;
}
#about .about-flex-container {
  display: flex;
  align-items: flex-start;
}
.ht-items {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.thumb-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.t-picture {
  border-radius: 10px;
}
.thumb {
  width: 340px;
  text-decoration: none;
  color: #fff;
  margin: 0 10px 30px;
}
.t-heading {
  display: block;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 26px 0 20px;
}
.t-descr {
  display: block;
  font-size: 16px;
  line-height: 40px;
}
.plaque {
  background-color: #6A6A6A;
  border-radius: 10px;
  width: 450px;
  flex-shrink: 0;
}
.plaque > h3 {
  margin-top: 34px;
  margin-bottom: 32px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
#about .list-plaque {
  text-align: left;
  padding: 0 18%;
}
#about .list-row {
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
#about .list-item {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
#about .list-item:first-child {
  width: 60%;
}
#about .list-item:last-child {
  width: 40%;
}
#about .list-bullet {
  display: inline-block;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background-color: #01D4BE;
}
/* / ABOUT */

/* PRODUCTS */
#products {
  /*background: #fff url(../images/index/our-products/Home-back.jpg);*/
  background-size: cover;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
  color: #000;
}
#products > h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 30px;
}
#products > p {
  padding: 0 140px;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 80px;
}

.products-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-list-item {
  min-width: 270px;
  margin: 0 10px 35px;
}
.product-list-item img,
.product-list-item .product-img {
  display: block;
  border-radius: 10px;
  width: 273px;
  height: 180px;
  background-size: cover;
}
/* / PRODUCTS */
/* / INDEX.HTML */

/* SANDBLASTING.HTML */
.sandblasting.inner-page-header {
  background-image: url('/images/services/Sandblasting-Header.jpg');
}

.services.inner-page-header {
  background-image: url('/images/services/services.jpg');
}

.doors-designs.inner-page-header {
  background-image: url('/images/services/services.jpg');
}

#services {
  padding-top: 94px;
  padding-bottom: 90px;
}
#services h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin-top: 0;
}
#services p {
  font-size: 18px;
  line-height: 40px;
  margin-top: 60px;
}
.service-img-big {
  display: block;
  margin-bottom: 30px;
  height: 470px;
  width: 624px;
  background-color: #555;
  border-radius: 10px;
}
.service-img-big.sandblasting {
  background: url('/images/services/sandblasting/sandblasting-big-img.jpg') center center;
  background-size: cover;
}
.service-img-big.deep-etching {
  background: url('/images/services/deep etching/main.JPG') center center;
  background-size: cover;
}
.service-img-big.surface-etching {
  background: url('/images/services/surface etching/main.JPG') center center;
  background-size: cover;
}
.service-img-big.door-designs{
  background: url('/images/services/door-designs/doors-main.jpg') center center;
  background-size: cover;
}

#services .features-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#services .features {
  /*margin-left: 90px;*/
  max-width: 800px;
}
#services .features-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#services .list-row {
  line-height: 40px;
  display: flex;
  margin-bottom: 28px;
}

#services .list-row .list-item {
  display: inline-block;
  background: url('/images/sandblasting/checkmark-icon.svg') left center no-repeat;
  background-size: 42px 42px;
  padding: 15px 0 15px 60px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  line-height: initial;
  color: #000;
}
#services .list-row .list-item:first-child {
  width: 45%;
}
#services .list-row .list-item:last-child {
  min-width: 55%;
}
.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.flex-row .btn.bg-black {
  margin: 30px 10px;
}
.images-row {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-wrap: wrap;
  margin-right: 40px;
}
.align-items-center {
  align-items: center;
}
.service-img {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.service-img .image-container {
  display: block;
  border-radius: 10px;
  width: 282px;
  height: 196px;
  background-size: cover;
  background-position: center center;
}
/* / SANDBLASTING.HTML */

/* GALLERIES.HTML */
.galleries.inner-page-header {
  background-image: url('/images/galleries/galleries-header.jpg');
  position: relative;
}
.tab-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.tab-controls a {
  display: inline-block;
  padding: 0 2.5vw;
  line-height: 75px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  background-color: #01D4BE;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 8px;
}
.tab-controls .selected {
  background-color: #fff;
  color: #000;
}
.tab-select {
  display: none;
}
.gallery {
  margin-top: 70px;
}

.gallery-heading {
  position: relative;
  overflow: hidden;
}
.gallery .gallery-heading h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  line-height: 6vw;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
.gallery-heading .galleries-bg-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 8.1vw;
  line-height: 6vw;
  color: #EFEFEF;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.gallery .gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery .gallery-images.vertical {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery .gallery-images .overlay-teal {
  margin-bottom: 50px;
}
.gallery .gallery-images .overlay-teal-vertical {
  margin: 0 16px 50px;
}
.gallery .gallery-images .img-sm {
  display: block;
  border-radius: 10px;
  width: 282px;
  height: 196px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.gallery .gallery-images .img-sm-vertical {
  display: block;
  /*width: 150px;*/
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
/* / GALLERIES.HTML */

/* PRODUCTS.HTML */
#products-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
#products-section .ps-header {
  margin-top: 0;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
#products-section .ps-subheader {
  max-width: 1600px;
}
#products-section .ps-subheader p {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 60px;
}
#products-section .atg-link {
  display: inline-block;
  padding: 0 20px;
  margin-left: 10px;
  background-color: #000;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  box-sizing: border-box;
  transition: all .25s;
}
#products-section .atg-link:hover {
  transform: scale(1.05);
}
#products-section .ps-items-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#products-section .ps-item {
  display: block;
  width: 18.2vw;
  margin: 0 40px 40px 0;
  text-decoration: none;
  color: #000;
}

#products-section .ps-item:active,
#products-section .ps-item:visited {
  color: #000;
}
#products-section .psi-image {
  background: #777 no-repeat top center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 12vw;
  margin-bottom: 20px;
  position: relative;
}
#products-section .psi-header {
  color: #000;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
}
#products-section .psi-text p {
  font-size: 16px;
  line-height: 26px;
}
#more-info {
  padding: 60px 40px 80px;
  background-color: #a9b3ab;
  text-align: center;
}
#more-info p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}
#more-info .btn-visit {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid #000000;
  padding: 15px 20px;
  line-height: 1;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: all .25s;
}
#more-info .btn-visit:hover {
  transform: scale(1.05);
}
#more-info .btn-visit span {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 50px;
  top: 1px;
  left: 2px;
  border-radius: 15px;
  background-color: #000;
  padding: 15px 20px;
  z-index: 1;
}
/* / PRODUCTS.HTML */

/* CONTACT.HTML */
.inner-page-header.contact {
  background-image: url('/images/contact-us/contact-header.jpg');
}
#contact {
  background-image: url('/images/contact-us/contact-bg.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 200px;
}
#contact h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 30px;
}
.contact-flex-row {
  display: flex;
}
.contact-map {
  margin-right: 154px;
  max-width: 670px;
}
.contact-map img {
  width: 100%;
}
.contact-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 30px;
  margin-top: 0;
}
.contact-details {
  display: flex;
}
.contact-details p {
  font-size: 18px;
  line-height: 40px;
}
.contact-details p:first-child {
  margin-right: 100px;
}
.contact-inquiries {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #01D4BE;
  line-height: 40px;
  max-width: 500px;
}
.form-container h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.form-row {
  display: flex;

}
.form-row > .contact-form-block {
  max-width: 670px;
  flex-grow: 1;
}
.form-row > .contact-form-block:first-child  {
  margin-right: 140px;
}
.form-row .contact-area textarea {
  display: block;
  width: 100%;
  height: 240px;
  border: 1px solid #707070;
}
.sec-question .question {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.sec-question input {
  border: 0;
  border-bottom: 1px solid #000;
  width: 100px;
}
.contact-sec {
  position: relative;
  height: 100%;
}
.contact-sec .btn {
  position: absolute;
  bottom: 18px;
}

/* / CONTACT.HTML */

/*/ MAIN */

/* FOOTER */
footer {
  background: #5D5D5D url('/images/_footer/footer-bg.jpg');
  background-size: cover;
  color: #929292;
}
footer h4 {
  margin: 0;
  line-height: 40px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #01D4BE;
}
footer p {
  line-height: 34px;
  margin: 0;
}
.footer-container {
  max-width: 674px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.f-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding-top: 130px;
  border-bottom: 1px solid #fff;
  padding-bottom: 56px;
}
.ft-block:first-child {
  flex-grow: 1;
}
.ft-block:last-child {
  flex-grow: 1.2;
}
.ft-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ft-menu li {
  line-height: 40px;
}
.ft-menu a {
  text-decoration: none;
  color: #929292;
}
.f-bottom {
  padding-top: 48px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.f-bottom p {
  font-size: 12px;
  color: #01D4BE;
}
.f-bottom a {
  text-decoration: none;
  color: #01D4BE;
}

.footer-logo > img {
  width: 163px;
  height: 41px;
}

.socials a:link, .socials a:visited{
    display: inline-block;
}

.socials img{
    width: 25px;
}

}

/* / FOOTER */



@media screen and (max-width: 1660px) {
  .container {
    padding: 0 3%;
  }
  #about {
    background: #5D5D5D;
  }
  #products-section .ps-item {
    width: 20.3vw;
  }
  #products-section .psi-image {
    height: 14vw;
  }
}
@media screen and (max-width: 1550px){
  #services .features-row {
    justify-content: space-around;
  }
  .flex-row {
    justify-content: space-around;
  }
  .images-row {
    justify-content: space-around;
  }
  .service-img {
    margin: 10px;
  }
  .gallery .gallery-images {
    justify-content: space-around;
    margin: 0 20px 50px;
  }
  .gallery .gallery-images a {
    margin: 0 25px 50px;
  }
  .contact-details {
    justify-content: space-between;
  }
  .contact-details p:first-child {
    margin-right: 20px;
  }
  .form-row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1300px) {
  #products-section .ps-item {
    width: 27.3vw;
  }
  #products-section .psi-image {
    height: 18vw;
  }
}
@media screen and (max-width: 1250px) {
  header > a:not(.header-logo):not(.btn) {
  display: none;
  }
  .responsive-menu-trigger {
  display: block;
  }
  .contact-flex-row {
    justify-content: space-between;
  }
  .contact-map {
    margin-right: 40px;
  }
  .images-row {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #products {
  background: #fff;
  }
  #about > p {
  padding: 10px;
  }
  #products > p {
  padding: 10px;
  }
  #contact > h2,
  #contact .contact-flex-row,
  .form-container h3 {
    text-align: center;
  }
  .contact-details {
    flex-direction: column;
  }
  .contact-flex-row {
    flex-direction: column;
  }
  .contact-map {
    margin: 0 auto 40px;
  }
  .contact-inquiries {
    margin: 0 auto;
  }
  .form-row {
    flex-direction: column;
  }
  .form-row > .contact-form-block {
    max-width: none;
    padding: 0 30px;
  }
  .form-row > .contact-form-block:first-child  {
    margin-right: 0;
  }
  .contact-sec .btn {
    position: initial;
    margin-top: 40px;
  }
  #about .about-flex-container {
    flex-direction: column;
    align-items: center;
  }
  #about p {
    text-align: center;
  }
  #products-section .ps-item {
    width: 26.8vw;
  }
  #products-section .psi-image {
    height: 18vw;
  }
}
@media screen and (max-width: 900px) {
  #products-section .ps-item {
    width: 40vw;
  }
  #products-section .psi-image {
    height: 28vw;
  }
}
@media screen and (max-width: 870px) {
  .tab-controls {
    display: none;
  }
  .tab-select {
    display: initial;
    position: absolute;
    bottom: 20px;
    left: 3%;
    padding: 15px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ced0da;
    background: linear-gradient(0deg, #f2f4f7, #fff);
  }
}
@media (max-width: 768px) {
  footer {
    background: #5D5D5D;
  }
  .f-top {
    border: 0;
    padding-top: 20px;
  }
  .ft-block {
    padding-bottom: 20px;
  }
  .f-bottom {
    padding-top: 0;
    flex-direction: column-reverse;
  }
  .f-bottom p {
    display: inline;
    line-height: 20px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  #services .features-list .list-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  #services .list-row .list-item:first-child {
    width: 100%;
  }
  #services .list-row .list-item:last-child {
    width: 100%;
  }
  .gallery .gallery-heading h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 38px;
  }
  .gallery-heading .galleries-bg-header {
    line-height: 38px;
  }
  .gallery .gallery-heading {
    margin-bottom: 20px;
    text-align: center;
  }
  .galleries-bg-header {
    opacity: 0;
  }
}
@media (max-width: 630px) {
  header .btn {
    display: none;
  }
  .service-img-big {
    display: none;
  }
  #contact {
    background: #fff;
  }
}
/*@media screen and (max-width: 516px) {*/
  /*#services .list-row:last-child .list-item:last-of-type {*/
    /*padding: 6px 0 6px 60px;*/
  /*}*/
/*}*/
@media screen and (max-width: 600px) {
  #products-section {
    text-align: center;
  }
  #products-section .ps-items-container {
    flex-direction: column;
    align-items: center;
  }
  #products-section .ps-item {
    width: 100%;
    max-width: 350px;
    margin: 0 0 20px;
  }
  #products-section .psi-image {
    height: 230px;
  }
}
@media screen and (max-width: 500px) {
  .thumb {
    width: 300px;
  }
  .thumb img {
    width: 300px;
  }
  .list-plaque {
    padding: 0 16px;
  }
  .f-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .f-bottom {
    align-items: center;
    text-align: center;
  }
  #about .plaque {
    width: 100%;
  }
  #about .list-plaque {
    text-align: left;
    padding: 0 18px;
  }
  .inner-page-header {
    height: 50vh;
  }
}
@media screen and (max-width: 400px) {
  #products-section .psi-image {
    height: 57.5vw;
  }
}
