﻿/* ABOUT STUDIO */
.about-studio {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

  .about-studio .lead {
    margin: 20px 0;
    opacity: 1;
    line-height: 32px;
  }

  .about-studio p {
    line-height: 24px;
    opacity: 0.8;
  }

  .about-studio .link {
    display: inline-block;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }

    .about-studio .link:hover {
      text-decoration: none;
    }

    .about-studio .link:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 2px;
      height: 7px;
      width: 0;
      transition: width 0s ease, background .25s ease;
      mix-blend-mode: color;
    }

    .about-studio .link:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 2px;
      height: 7px;
      width: 0;
      background: #56e9b1;
      transition: width .25s ease;
      mix-blend-mode: color;
    }

    .about-studio .link:hover:before {
      width: 100%;
      background: #56e9b1;
      transition: width .25s ease;
    }

    .about-studio .link:hover:after {
      width: 100%;
      background: transparent;
      transition: all 0s ease;
    }

.conRight {
  float: left;
  width: 100%;
  margin-left: 0%
}

.layer1 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

  .layer1 .layer1Left {
    float: left;
    width: 28%;
    height: 460px;
    background: #bedbe4;
    border-radius: 10px;
    margin-left: 0%;
  }

.layer1Left .icon {
  width: 100%;
  height: 265px;
  position: relative;
}

  .layer1Left .icon img {
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 263px;
  }

.layer1Left .text {
  width: 255px;
  margin: 0 auto;
}

  .layer1Left .text h2 {
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    border-bottom: 2px solid #fff;
    color: #333;
    margin-bottom: 10px;
  }

  .layer1Left .text p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom:2px;
  }

.layer1Right {
  float: right;
  width: 72%;
  height: 460px;
  padding-left: 5px;
  margin-right: 0%;
}

  .layer1Right ul {
    width: 100%;
    overflow: hidden;
  }

    .layer1Right ul li {
      width: 49%;
      float: left;
      height: 225px;
      margin-right: 4px;
      border-radius: 10px;
      background: #fff;
      margin-bottom: 10px;
      transition: 0.5s;
    }

  .layer1Right .icon {
    width: 50%;/*200px;*/
    float: left;
    height: 100%;
    position: relative;
  }

    .layer1Right .icon img {
      display: block;
      width: 90%;
      height: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      position: absolute;
    }

  .layer1Right .text {
    width: 50%;/*calc(100% - 200px);*/
    padding-top: 50px;
    box-sizing: border-box;
    float: left;
  }

    .layer1Right .text h2 {
      width: 100%;
      background: #6096ad;
      color: #fff;
      font-weight: bold;
      height: 32px;
      line-height: 32px;
      font-size: 20px;
      text-indent: 20px;
      margin-bottom: 10px;
      transition: 0.5s;
    }

    .layer1Right .text p {
      font-size: 14px;
      line-height: 28px;
      color: #333;
      margin-bottom:1px;
    }

  .layer1Right ul li:hover {
    background: #6096ad;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

    .layer1Right ul li:hover p {
      color: #fff;
    }

    .layer1Right ul li:hover h2 {
      text-indent: 0;
    }




.parnter ul {
  /*display: table;*/
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.parnter img {
  max-width: 304px;
  width: 100%;
}

.parnter ul li {
  float: left;
  max-width: 304px;
  /*width: 100%;*/
  padding-bottom: 1px;
  position: relative;
}

  .parnter ul li:hover {
    background: #6096ad;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  .parnter   a::after,
  .parnter  a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #bedbe3;
    width: 100%;
    height: 0;
    opacity: 0.4;
    visibility: visible;
    content: "";
    transition: all 1s;
  }

  .parnter  a ::before {
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .parnter   a:hover::after {
    opacity: 0;
    visibility: hidden;
    height: 100%;
  }

  .parnter a :hover::before {
    opacity: 0;
    visibility: hidden;
    width: 100%;
  }

.producttxt {
  height: 304px;
  color: #fff;
}

  .producttxt p {
    padding: 0px 40px;
    font-size: 16px;
    line-height: 25px;
  }

  .producttxt h4 {
    font-weight: bold;
    font-size: 24px;
    padding: 70px 20px 10px 40px;
  }

.color-0 {
  background-color: #70a0c6;
}

.color-1 {
  background-color: #f7ae12;
}

.color-2 {
  background-color: #bedbe3;
}

.color-3 {
  background-color: #89cbd7;
}

.color-4 {
  background-color: #4082a5;
}

.item-box1 {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.item-box1 .product-item {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(159, 160, 160, 0.7);
}

.item-box1 .picture {
  z-index: 1;
  overflow: hidden;
  margin: 0 0 15px;
}

  .item-box1 .picture a {
    display: block;
    position: relative;
    overflow: hidden;
  }

    .item-box1 .picture a:before {
      content: "";
      display: block;
      padding-top: 100%;
    }

  .item-box1 .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
  }

.item-box1 .product-rating-box {
  display: inline-block;
  margin: 0 0 10px;
}

.item-box1 .rating {
  background: url('../img/rating-sprite.png') left top repeat-x;
  width: 80px;
  height: 13px;
}

  .item-box1 .rating div {
    background: #f74258 url('../img/rating-sprite.png') left bottom repeat-x;
    height: 13px;
  }

.item-box1 .product-title {
  height: 40px;
  overflow: hidden;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

  .item-box1 .product-title a {
    display: block;
  }

  .item-box1 .product-title + .sku {
    display: none;
  }

.item-box1 .prices {
  height: 22px;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 15px;
}

.item-box1 .actual-price {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  color: #00a1b1;
}

.item-box1 .old-price {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

.item-box1 .base-price {
  display: none;
  padding: 0 4px;
  vertical-align: middle;
  font-size: 13px;
}

.item-box1 .tax-shipping-info {
  display: none;
  font-size: 13px;
}
/*.item-box1 .description {
        display: none;
        margin: 0 0 20px;
        line-height: 25px;
    }*/
.item-box1 .description {
  /*display: none;*/
  margin: 0 0 10px;
  line-height: 15px;
  height: 31px;
  overflow: hidden;
  font-size: 11px;
}

.item-box1 .buttons-upper {
  background-color: #f9f9f9;
  font-size: 0;
}

  .item-box1 .buttons-upper button {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    border: none;
    background-color: #888;
    background-image: url('../img/product-box-sprite.png');
    background-repeat: no-repeat;
    font-size: 0;
    transition: all 0.2s ease;
  }

.item-box1 .buttons-upper11 input[type="button"] {
  width: 30px;
  height: 30px;
  margin: 0 28px;
  border: none;
  background-color: #888;
  background-image: url('../img/product-box-sprite.png');
  background-repeat: no-repeat;
  font-size: 0;
  transition: all 0.2s ease;
  right: 0px;
  position: absolute;
  bottom: 100px;
}

.item-box1 .add-to-compare-list-button {
  background-position: 0 center;
}

.item-box1 .add-to-wishlist-button {
  background-position: -30px center;
}

.item-box1 .buttons-upper button:hover {
  background-color: #f74258;
}

.item-box1 .buttons-lower {
  font-size: 0;
}

  .item-box1 .buttons-lower button {
    display: block;
    width: 100%;
    height: 43px;
    border: none;
    background-color: #fff;
    font-size: 0;
    transition: all 0.2s ease;
  }

    .item-box1 .buttons-lower button span {
      display: inline-block;
      position: relative;
      height: 18px;
      background-color: #fff;
      padding: 0 0 0 25px;
      font-size: 13px;
      font-weight: bold;
      color: #777;
      text-transform: uppercase;
      transition: all 0.2s ease;
    }

      .item-box1 .buttons-lower button span:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 18px;
        background: #f74258 url('../img/cart-button-1.png') left top no-repeat;
        transition: all 0.2s ease;
      }

      .item-box1 .buttons-lower button span:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 18px;
        background: #f74258 url('../img/cart-button-1.png') left bottom no-repeat;
        transition: all 0.2s ease;
        opacity: 0;
      }

.item-box1 .attribute-squares-wrapper.active {
  margin: 0 0 20px;
}

.item-box1 .attribute-squares {
  text-align: center;
}

  .item-box1 .attribute-squares li {
    margin: 4px;
  }

.item-box1 .attribute-square {
  width: 25px !important;
  height: 15px !important;
}

.item-box1::before {
  /* content: '';
            display: block;
            position: absolute;
            height: 0%;
            width: 100%;
            bottom: 0;
            transition: height 0.5s ease-out;
            background: linear-gradient(to bottom, transparent 0%, #2bb9a9 100%)*/
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bedbe3;
  width: 100%;
  height: 0;
  opacity: 0.4;
  visibility: visible;
  content: "";
  transition: all 1s;
}

.item-box1:hover::before {
  height: 100%;
}
 .tit {
        height: 60px;
        line-height: 60px;
        border-bottom: 3px solid #64adbe;
        font-size: 32px;
        color: #333;
    }

/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	 .tit {
       
        font-size: 18px;
        
    }
	.table-responsive{
		display:none;
	}
  .clients ul li {
    width: 100%;
  }

    .clients ul li:after {
      display: none;
    }
  .layer1 .layer1Left{
      width:100%;
  }
  .layer1Right {
    width: 100%;
    padding-left: 0px;
    height:100%;
  }
    .layer1Right .text h2
    {
        font-size:16px;
    }
    .layer1Right ul li{
        width:100%;
    }
    .producttxt {
      float: left;
    }
  .parnter img {
    max-width: 504px;
  }
  .parnter ul li {
    max-width: 504px;
  }
}