@media only screen and (max-width: 1006px) {
  .section h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .section h3 {
    font-size: 26px;
    /*	padding: 102px 0 0; */
    line-height: 30px;
    margin: 0 0 10px;
  }
  /*
 	.section h2:after{
		width: 90px;
		height: 89px;
		margin: 0 0 0 -45px;
	} */
  .insurance:after {
    background-position: -122px -652px;
  }
  .finance:after {
    background-position: -215px -651px;
  }
  .wealth:after {
    background-position: -309px -651px;
  }
}

.link-section {
  padding: 60px 0 55px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .link-section {
    padding: 30px 0 20px;
  }
}

.link-section:after {
  content: " ";
  clear: both;
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 33px solid #fff;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
  margin: 0 0 0 -33px;
}

.link-section h2 {
  max-width: 930px;
  margin: 0 auto 70px;
  font-weight: 100;
  text-align: center;
}

.link-section .section-holder {
  max-width: 1380px;
  max-width: 1340px;
}

@media only screen and (max-width: 767px) {
  .link-section:after {
    border-top-width: 13px;
    border-left-width: 14px;
    border-right-width: 14px;
    margin: 0 0 0 -14px;
  }
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 24px;
}

.link-list li {
  float: left;
  text-align: center;
  width: 16.666%;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0;
}

.link-list a {
  color: #4e6066;
  position: relative;
  padding: 83px 0 0;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 400;
}

.link-list a:hover {
  text-decoration: none;
}

.link-list a:after {
  content: " ";
  clear: both;
  position: absolute;
  top: 0;
  left: 50%;
}

@media only screen and (min-width: 1006px) and (max-width: 1100px) {
  section.description h3.business {
    white-space: nowrap;
  }
}

.description {
  background: #707e83;
  color: #fff;
  padding: 60px 0 62px;
}

.description h2 {
  color: #fff;
  margin: 0 auto 63px;
  font-weight: 100;
}

.description h3 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 200;
  /* solutions page also */
  margin: 0 0 15px;
  color: #fff;
  padding: 172px 0 0;
}

.description .block .box {
  padding: 0;
}

@media only screen and (max-width: 1006px) {
  .description h3 {
    width: 76%;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 750px) {
  .description h3 {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    padding: 112px 0 0;
    margin: 0 0 7px;
    font-weight: 300;
  }
}

@media only screen and (max-width: 750px) {
  .description {
    padding: 40px 0 25px;
  }
  .description .block .box p {
    margin: 0 13% 20px;
  }
  .description .block .box {
    margin: 0 0 22px;
  }
}

.cycle-gallery {
  position: relative;
}

.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.img-slide img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  /*   -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 1s ease;
}

.img-slide.hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 4s linear;
  -moz-transition: all 4s linear;
  -o-transition: all 4s linear;
  transition: all 4s linear;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease;
  /*  -webkit-filter: brightness(1.3) contrast(1.1); */
}

/*

.cycle-gallery .mask {   for window resize bug 
    min-height: 400px;
}

@media only screen and (min-width: 481px){
    .cycle-gallery .mask {  
        min-height: 470px;
    }
}
@media only screen and (min-width: 751px){
    .cycle-gallery .mask {  
        min-height: 292px;
    }
}
@media only screen and (min-width: 1006px){
    .cycle-gallery .mask {  
        min-height: 390px;
    }
}
@media only screen and (min-width: 1400px){
    .cycle-gallery .mask {  
        min-height: 546px;
    }
}
@media only screen and (min-width: 1900px){
    .cycle-gallery .mask {  
        min-height: 744px;
    }
}

@media only screen and (min-width: 2540px){
    .cycle-gallery .mask {  
        min-height: 1000px;
    }
}
*/
.cycle-gallery .mask .slideset {
  width: 99999px;
  float: left;
}

.cycle-gallery .mask .slide {
  float: left;
}

.cycle-gallery .mask .img-slide img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 750px) {
  .cycle-gallery .mask .slide {
    height: 470px;
    /* height: auto; */
    overflow: hidden;
    padding-bottom: 140px;
    background-color: #06a7e2;
  }
  .cycle-gallery .mask .img-slide {
    height: 400px;
  }
  .cycle-gallery .mask .img-slide img {
    height: auto;
    width: auto;
    width: 838px;
  }
}

@media only screen and (max-width: 480px) {
  .cycle-gallery .mask .slide {
    height: 400px;
  }
  .cycle-gallery .mask .img-slide img {
    width: 655px;
  }
}

.cycle-gallery .mask .slide.active {
  z-index: 1;
}

.cycle-gallery .pagination {
  position: absolute;
  bottom: 49px;
  left: 0;
  width: 100%;
  height: 13px;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 1300px) {
  .cycle-gallery .pagination {
    bottom: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .cycle-gallery .pagination {
    display: none;
  }
}

.cycle-gallery .pagination ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.cycle-gallery .pagination ul li {
  float: left;
  margin: 0 5px;
}

.cycle-gallery .pagination a {
  display: block;
  width: 13px;
  height: 13px;
  background: #27566E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
}

.cycle-gallery .pagination .active a {
  background: #fff;
}

.cycle-gallery .pagination a:hover {
  background: #06a7e2;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
  /*	position:absolute;
	top:50%;
	left: 30px;
	width: 32px;
	height: 52px;
	margin: -26px 0 0;*/
  text-indent: -9999px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 700ms, visibility 700ms linear;
  -moz-transition: opacity 700ms, visibility 700ms linear;
  -ms-transition: opacity 700ms, visibility 700ms linear;
  -o-transition: opacity 700ms, visibility 700ms linear;
  transition: opacity 700ms, visibility 700ms linear;
  position: absolute;
  top: 0;
  left: 30px;
  width: 130px;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
}

.touch .cycle-gallery .btn-prev,
.touch .cycle-gallery .btn-next {
  /* opacity: 1; */
  visibility: visible;
}

.cycle-gallery:hover .btn-prev,
.cycle-gallery:hover .btn-next {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 700ms, visibility 700ms linear;
  -moz-transition: opacity 700ms, visibility 700ms linear;
  -ms-transition: opacity 700ms, visibility 700ms linear;
  -o-transition: opacity 700ms, visibility 700ms linear;
  transition: opacity 700ms, visibility 700ms linear;
}

.cycle-gallery .btn-prev {
  left: 0;
  background: url(../Images/arrowl.png) no-repeat 42px 50%;
  background-size: 282px 52px;
}

.cycle-gallery .btn-prev:hover {
  background-position: -326px 50%;
  background: url(../Images/arrowl.png) no-repeat -208px 50%;
  background-size: 282px 52px;
}

.cycle-gallery .btn-next {
  left: auto;
  right: 0;
  background: url(../Images/arrowr.png) no-repeat 42px 50%;
  background-size: 282px 52px;
}

.cycle-gallery .btn-next:hover {
  background: url(../Images/arrowr.png) no-repeat -208px 50%;
  background-size: 282px 52px;
}

@media only screen and (max-width: 1300px) {
  .cycle-gallery .btn-prev,
  .cycle-gallery .btn-next {
    width: 100px;
  }
  .cycle-gallery .btn-next {
    background: url(../Images/arrowr.png) no-repeat 42px 50%;
    background-size: 282px 52px;
  }
}

@media only screen and (max-width: 1100px) {
  .cycle-gallery .btn-prev,
  .cycle-gallery .btn-next {
    width: 70px;
  }
  .cycle-gallery .btn-prev {
    background: url(../Images/arrowl.png) no-repeat 20px 50%;
    background-size: 282px 52px;
  }
  .cycle-gallery .btn-prev:hover {
    background: url(../Images/arrowl.png) no-repeat -230px 50%;
    background-size: 282px 52px;
  }
  .cycle-gallery .btn-next {
    background: url(../Images/arrowr.png) no-repeat 20px 50%;
    background-size: 282px 52px;
  }
  .cycle-gallery .btn-next:hover {
    background: url(../Images/arrowr.png) no-repeat -230px 50%;
    background-size: 282px 52px;
  }
}

@media only screen and (max-width: 750px) {
  .cycle-gallery .btn-prev,
  .cycle-gallery .btn-next {
    visibility: visible;
    opacity: 0.3;
  }
}

@media only screen and (max-width: 750px) {
  .cycle-gallery .btn-prev,
  .cycle-gallery .btn-next {
    width: 16px;
    height: 27px;
    top: 32%;
  }
  .cycle-gallery .btn-prev {
    background: url(../Images/arrowl.png) no-repeat 0 0;
    background-size: 141px 26px;
    left: 10px;
  }
  .cycle-gallery .btn-next {
    background: url(../Images/arrowr.png) no-repeat 0 0;
    background-size: 141px 26px;
    right: 10px;
    left: auto;
  }
  .cycle-gallery .btn-prev:hover {
    background: url(../Images/arrowl.png) no-repeat -125px 0;
    background-size: 141px 26px;
  }
  .cycle-gallery .btn-next:hover {
    background: url(../Images/arrowr.png) no-repeat -125px 0;
    background-size: 141px 26px;
  }
}

@media only screen and (max-width: 480px) {
  .cycle-gallery .btn-prev,
  .cycle-gallery .btn-next {
    top: 28%;
  }
}

/*
.overlayfader {
    background-color: rgb(32,33,39);
    background: url("../image.png");
    background-color: rgba(32,33,39,0.18);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: background 0.2s linear;
}
.slide-medibank .overlayfader {
    background-color: rgba(32,33,39,0.5);
    }
    */
.overlayfader.hover {
  /*   background-color: rgba(32,33,39,0);
    transition: background 0.3s linear; */
}

.slide .gallery-content {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
}

@media only screen and (max-width: 750px) {
  .slide .gallery-content:before {
    content: " ";
    clear: both;
    position: absolute;
    top: -11%;
    left: 50%;
    border-bottom: 17px solid #06a7e2;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    margin: 0 0 0 -17px;
  }
}

.slide.active .gallery-content {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.5s ease-in;
}

@media only screen and (max-width: 750px) {
  .slide .gallery-content {
    background-color: #06a7e2;
    color: white;
    margin-left: 0 !important;
    top: initial;
    top: auto;
    bottom: -76px;
    width: 100%;
    padding: 20px 2% 15px;
    min-height: 144px;
    height: 144px;
    -webkit-transition: none;
  }
  .slide.active .gallery-content {
    -webkit-transition: none;
  }
}

.gallery-content {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  padding: 14px 8% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 800;
}

.gallery-content {
  padding: 0;
  max-width: 1280px;
}

.gallery-content .text-wrap h2 {
  display: none;
}

@media only screen and (max-width: 750px) {
  .gallery-content .text-wrap h2 {
    display: block;
    margin-bottom: 15px;
    color: white;
  }
}

@media only screen and (max-width: 750px) {
  .gallery-content .text-wrap h2 {
    max-width: 410px;
    margin: 0 auto;
  }
}

.gallery-content .text-wrap p {
  font-size: 35px;
  line-height: 38px;
  font-weight: 300 !important;
  max-width: 830px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 1600px) {
  .gallery-content .text-wrap p {
    font-size: 25px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1200px) {
  .gallery-content .text-wrap p {
    font-size: 23px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1000px) {
  .gallery-content .text-wrap p {
    font-size: 20px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 750px) {
  .gallery-content .text-wrap p {
    display: none;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }
}

.gallery-content .text-wrap h1 {
  font-size: 100px;
  line-height: 105px;
}

@media only screen and (max-width: 1700px) {
  .gallery-content .text-wrap h1 {
    font-size: 88px;
    line-height: 83px;
  }
}

@media only screen and (max-width: 1200px) {
  .gallery-content .text-wrap h1 {
    font-size: 73px;
    line-height: 81px;
  }
}

@media only screen and (max-width: 1006px) {
  .gallery-content .text-wrap h1 {
    font-size: 61px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 750px) {
  .gallery-content .text-wrap h1 {
    display: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }
}

.gallery-content .logo-wrap {
  margin: 0 auto 30px;
}

@media only screen and (max-width: 1400px) {
  .gallery-content .logo-wrap {
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 750px) {
  .gallery-content .logo-wrap {
    position: absolute;
    top: -210px;
    left: 63%;
  }
}

@media only screen and (max-width: 480px) {
  .gallery-content .logo-wrap {
    top: -157px;
  }
}

/*
.logo-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
*/
/*.slide-cgu .logo-wrap {
    width: 167px;
    width: 150px;
}

@media only screen and (max-width:1800px){
    .slide-cgu .logo-wrap {
        width: 120px;
    }
}
@media only screen and (max-width:1400px){
    .slide-cgu .logo-wrap {
        width: 80px;
    }
}
@media only screen and (max-width:1200px){
    .slide-cgu .logo-wrap {
        width: 80px;
    }
}
@media only screen and (max-width:750px){
    .slide-cgu .logo-wrap {
        width: 100px;
        left: initial;
        right: 24%;
    }
}
@media only screen and (max-width:700px){
    .slide-cgu .logo-wrap {
        right: 19%;
    }
}
@media only screen and (max-width:480px){
    .slide-cgu .logo-wrap {
        width: 60px;
        right: 16%;
    }
}


.slide-cgu .gallery-content .text-wrap{
    max-width: 530px;
    float: right;
}
@media only screen and (max-width:1700px){
    .slide-cgu .gallery-content .text-wrap {
        margin-right: 9%;
    }
}
@media only screen and (max-width:1600px){
    .slide-cgu .gallery-content .text-wrap {
        max-width: 440px;
    }
}
@media only screen and (max-width:1200px){
    .slide-cgu .gallery-content .text-wrap {
        max-width: 420px;
    }
}
@media only screen and (max-width:1000px){
    .slide-cgu .gallery-content .text-wrap {
        max-width: 350px;
    }
}
@media only screen and (max-width:750px){
    .slide-cgu .gallery-content .text-wrap {
        margin-right: 0;
    }
}

@media only screen and (max-width: 415px){
    .slide-cgu .gallery-content .btn-holder {
        bottom: 0px;
    }
}


@media only screen and (max-width: 700px){
    .slide.slide-cgu .img-slide img {
        margin-left: 100px;
    }
}
@media only screen and (max-width: 480px){
    .slide.slide-cgu .img-slide img {
        margin-left: 140px;
    }
}


*/
@media only screen and (max-width: 1600px) {
  .slide-medibank .gallery-content {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1450px) {
  .slide-medibank .gallery-content {
    margin-left: 9%;
  }
}

@media only screen and (max-width: 1450px) {
  .slide-medibank .gallery-content {
    margin-left: 11%;
  }
}

@media only screen and (max-width: 1200px) {
  .slide-medibank .gallery-content {
    margin-left: 13%;
    top: 40%;
  }
}

@media only screen and (max-width: 1000px) {
  .slide-medibank .gallery-content {
    margin-left: 10%;
  }
}

@media only screen and (max-width: 880px) {
  .slide-medibank .gallery-content {
    top: 40%;
  }
}

@media only screen and (max-width: 750px) {
  .slide-medibank .gallery-content {
    top: auto;
  }
}

.slide-medibank .logo-wrap {
  width: 221px;
  width: 200px;
}

@media only screen and (max-width: 1800px) {
  .slide-medibank .logo-wrap {
    width: 160px;
  }
}

@media only screen and (max-width: 1400px) {
  .slide-medibank .logo-wrap {
    width: 120px;
  }
}

@media only screen and (max-width: 1200px) {
  .slide-medibank .logo-wrap {
    width: 120px;
  }
}

@media only screen and (max-width: 750px) {
  .slide-medibank .logo-wrap {
    width: 140px;
    top: -200px;
    left: 11%;
  }
}

@media only screen and (max-width: 700px) {
  .slide-medibank .logo-wrap {
    top: -260px;
  }
}

@media only screen and (max-width: 583px) {
  .slide-medibank .logo-wrap {
    top: -200px;
  }
}

@media only screen and (max-width: 480px) {
  .slide-medibank .logo-wrap {
    width: 105px;
  }
}

.slide-medibank .gallery-content .text-wrap {
  max-width: 440px;
}

@media only screen and (max-width: 1600px) {
  .slide-medibank .gallery-content .text-wrap {
    max-width: 370px;
  }
}

@media only screen and (max-width: 1200px) {
  .slide-medibank .gallery-content .text-wrap {
    max-width: 330px;
  }
}

@media only screen and (max-width: 1000px) {
  .slide-medibank .gallery-content .text-wrap {
    max-width: 300px;
  }
}

/*
.slide-medibank .gallery-content p {
    margin-bottom: 78px;
}

@media only screen and (max-width:1400px){
    .slide-medibank .gallery-content p {
        margin-bottom: 50px;
    }
}*/
@media only screen and (max-width: 750px) {
  .slide.slide-medibank .img-slide img {
    margin-left: -30px;
  }
}

@media only screen and (max-width: 500px) {
  .slide.slide-medibank .img-slide img {
    margin-left: -150px;
  }
}

/*

.slide-findex .logo-wrap {
    width: 150px;
}

@media only screen and (max-width:1800px){
    .slide-findex .logo-wrap {
        width: 110px;
    }
}
@media only screen and (max-width:1400px){
    .slide-findex .logo-wrap {
        width: 80px;
    }
}
@media only screen and (max-width:1200px){
    .slide-findex .logo-wrap {
        width: 80px;
    }
}

@media only screen and (max-width:750px){
    .slide-findex .logo-wrap {
        width: 90px;
    }
}
@media only screen and (max-width:480px){
    .slide-findex .logo-wrap {
        width: 66px;
    }
}

.slide-findex .gallery-content {
    color: black;
}
.slide-findex .gallery-content h1 {
    color: black;
}
.slide-findex .gallery-content .text-wrap{
    max-width: 450px;
    float: right;
    margin-right: 7%;
}

@media only screen and (max-width:2000px){
    .slide-findex .gallery-content .text-wrap{
  
    }
}
@media only screen and (max-width:1600px){
    .slide-findex .gallery-content .text-wrap{
            margin-right: 11%;
            max-width: 380px;
    }
}      
@media only screen and (max-width:1400px){
    .slide-findex .gallery-content .text-wrap{
            margin-right: 16%;
    }
}

@media only screen and (max-width:1200px){
    .slide-findex .gallery-content .text-wrap{
           max-width: 330px;
    }
}
@media only screen and (max-width:1000px){
    .slide-findex .gallery-content .text-wrap{
           margin-right: 13%;
    }
}
@media only screen and (max-width:900px){
    .slide-findex .gallery-content .text-wrap{
           max-width: 310px;
    }
}

@media only screen and (max-width:750px){
    .slide-findex .gallery-content .text-wrap{
            margin-right: 0;
    }
}


@media only screen and (max-width: 750px){
    .slide.slide-findex .img-slide img {
        margin-left:100px;
    }
}
*/
@media only screen and (max-width: 1300px) {
  .gallery-content {
    top: 50%;
  }
}

@media only screen and (max-width: 750px) {
  .visual .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 16px 6px;
    /* border: 1px solid white;*/
  }
  .img-slide {
    margin: 0 -9999px;
    text-align: center;
    /* padding: 0 72px 0 0; */
  }
  .gallery-content {
    max-width: none;
    width: 80%;
    top: 50%;
    padding: 3px 0 0;
  }
}

@media only screen and (max-width: 750px) {
  .gallery-content .btn-holder {
    position: absolute;
    bottom: 15px;
    width: 96%;
  }
}

.visual p {
  margin: 0 0 28px;
  font-weight: 300;
}

@media only screen and (max-width: 1300px) {
  .visual p {
    font-size: 25px;
    line-height: 30px;
  }
  .visual p {
    margin: 0 0 14px;
  }
}

@media only screen and (max-width: 750px) {
  .visual p {
    font-size: 21px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .visual p {
    font-size: 16px;
    line-height: 17px;
  }
}

.home-solutions h1 {
  max-width: 1150px;
}

.insurance:after {
  background: url(../Images/sprite.png) no-repeat -292px -41px;
}

.finance:after {
  background: url(../Images/sprite.png) no-repeat -146px -40px;
}

.wealth:after {
  background: url(../Images/sprite.png) no-repeat 0 -40px;
}

@media only screen and (max-width: 750px) {
  .insurance:after {
    background-position: -122px -652px;
  }
  .finance:after {
    background-position: -215px -651px;
  }
  .wealth:after {
    background-position: -309px -651px;
  }
}

.business:after {
  background: url(../Images/sprite.png) no-repeat 0 -352px;
}

.customer:after {
  background: url(../Images/sprite.png) no-repeat -146px -352px;
}

.sell:after {
  background: url(../Images/sprite.png) no-repeat -299px -352px;
}

.description .block .box p {
  margin: 0 80px 20px;
  margin: 0 45px 20px;
  margin: 0 15px 20px;
}

@media only screen and (max-width: 1350px) {
  .description .block .box p {
    margin: 0 9px 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .description .block .box p {
    margin: 0 10% 20px;
  }
}

@media only screen and (max-width: 750px) {
  .business:after,
  .customer:after,
  .sell:after {
    width: 89px;
    height: 89px;
  }
  .business:after {
    background-position: -188px -831px;
  }
  .customer:after {
    background-position: 0 -830px;
  }
  .sell:after {
    background-position: -94px -830px;
  }
}

/* INNO, EX, COLLAB HOMEPAGE */
.about {
  padding: 81px 0 87px;
}

@media only screen and (max-width: 750px) {
  .about {
    padding: 30px 0 15px;
    padding: 40px 0 40px;
  }
}

@media only screen and (max-width: 750px) {
  .about .section-holder {
    padding: 0 3%;
  }
}

@media only screen and (max-width: 750px) {
  .about .new-gallery .new-mask .new-slide {
    padding: 0 3%;
  }
}

/*
.about h2{
    margin-bottom: 58px;
}*/
.ideas:after {
  background: url(../Images/sprite.png) no-repeat 0 -500px;
}

.experiece:after {
  background: url(../Images/sprite.png) no-repeat -146px -500px;
}

.play:after {
  background: url(../Images/sprite.png) no-repeat -295px -500px;
}

@media only screen and (max-width: 750px) {
  .ideas:after {
    background-position: -284px -831px;
  }
  .experiece:after {
    background-position: -403px -654px;
  }
  .play:after {
    background-position: -372px -830px;
  }
}

.new-gallery .new-slide p {
  margin: 0 15%;
  margin: 0 11%;
}

@media only screen and (max-width: 1300px) {
  .new-gallery .new-slide p {
    margin: 0;
  }
}

@media only screen and (max-width: 693px) {
  .new-gallery .new-slide p {
    margin: 0 3%;
  }
}

.ico {
  padding: 0 42px 0 0;
  position: relative;
  margin: 0 10px 0 0;
}

.ico:after {
  content: "";
  /* empty space content */
  clear: both;
  position: absolute;
  top: 7px;
  right: 0;
  width: 32px;
  height: 31px;
  background: url(../Images/sprite.png) no-repeat -276px 0;
}

@media only screen and (max-width: 1006px) {
  .ico:after {
    top: 3px;
  }
}

@media only screen and (max-width: 750px) {
  .ico:after {
    background-position: -375px 0;
    width: 20px;
    height: 19px;
    top: 4px;
  }
  .ico {
    padding: 0 25px 0 0;
    margin: 0 5px 0 0;
  }
}

.new-gallery {
  position: relative;
}

.new-gallery .new-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.new-gallery .new-mask .new-slideset {
  overflow: hidden;
}

.new-gallery .new-mask .new-slide {
  width: 33.333%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
}

.new-gallery .new-mask .new-slide.active {
  z-index: 1;
}

.new-gallery .new-mask .new-slideset {
  /* width: 99999px; */
}

@media only screen and (max-width: 1300px) {
  .new-gallery .new-mask .new-slide {
    padding: 0 2%;
  }
}

@media only screen and (max-width: 693px) {
  .new-gallery .new-mask .new-slide {
    width: 237px;
    width: 265px;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 28px;
  }
}

@media only screen and (max-width: 693px) {
  .new-gallery .new-mask {
    width: 77%;
    margin: 0 auto;
  }
}

.tab-block {
  overflow: hidden;
  height: 460px;
  height: 450px;
  margin: 0 -9999px;
  text-align: center;
  background: #06a7e2;
}

@media only screen and (max-width: 1300px) {
  .tab-block {
    height: 390px;
  }
}

@media only screen and (max-width: 1006px) {
  .tab-block {
    margin: 0 -9999px 0 0;
    height: 300px;
    height: 260px;
  }
  .tab-img-block {
    /* height:300px; */
  }
}

@media only screen and (max-width: 750px) {
  .tab-block {
    height: 100%;
  }
  .tab-block {
    margin: 0;
    height: 100%;
    height: 488px;
  }
}

@media only screen and (max-width: 630px) {
  .tab-block {
    height: auto;
  }
}

.tab-box {
  display: inline-block;
  vertical-align: top;
  width: 2073px;
  width: auto;
  height: 460px;
  height: 450px;
  overflow: hidden;
}

.tab-content {
  float: left;
  height: 460px;
  height: 450px;
  width: 1265px;
  width: 1355px;
}

.descript-box {
  float: left;
  background: #06a7e2;
  height: 460px;
  height: 450px;
  color: #fff;
  width: 440px;
  padding: 62px 40px 0;
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .descript-box {
    width: 380px;
  }
}

@media only screen and (max-width: 1300px) {
  .descript-box {
    height: 400px;
    padding: 55px 10px 0;
    width: 300px;
    height: 390px;
    width: 480px;
  }
}

@media only screen and (max-width: 1250px) {
  .descript-box {
    width: 460px;
    padding: 55px 30px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .descript-box {
    width: 440px;
  }
}

@media only screen and (max-width: 1150px) {
  .descript-box {
    width: 415px;
  }
}

@media only screen and (max-width: 1100px) {
  .descript-box {
    width: 400px;
  }
}

@media only screen and (max-width: 1050px) {
  .descript-box {
    width: 370px;
  }
}

@media only screen and (max-width: 1006px) {
  .descript-box {
    height: 300px;
    height: 260px;
    padding: 30px 10px 0;
    width: 240px;
    width: 330px;
  }
}

@media only screen and (max-width: 800px) {
  .descript-box {
    width: 240px;
  }
}

@media only screen and (max-width: 750px) {
  .descript-box {
    height: 208px;
    padding: 29px 6% 0;
    padding: 29px 3% 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.descript-box:after {
  content: " ";
  clear: both;
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 35px solid #06a7e2;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  margin: -34px 0 0;
}

@media only screen and (max-width: 750px) {
  .descript-box:after {
    top: 100%;
    left: 50%;
    left: 150px;
    border-top: 14px solid #06a7e2;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 0;
    margin: 0 0 0 -14px;
  }
}

@media only screen and (max-width: 480px) {
  .descript-box:after {
    left: 110px;
  }
}

.descript-box:before {
  clear: both;
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  height: 100%;
  background: #06a7e2;
  margin: 0 -3px 0 0;
}

.mtext {
  text-align: center;
  font-size: 26px;
  line-height: 29px;
  padding: 0 5px;
  font-weight: 300;
  margin-bottom: 23px;
}

@media only screen and (max-width: 1300px) {
  .mtext {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 1006px) {
  .mtext {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .mtext {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

.linecon {
  margin-bottom: 20px;
  min-height: 125px;
  margin-bottom: 8px;
  display: table;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .linecon {
    margin-bottom: 10px;
    position: relative;
  }
}

@media only screen and (max-width: 1006px) {
  .linecon {
    /*  min-height: 96px;*/
    min-height: 85px;
  }
}

@media only screen and (max-width: 750px) {
  .linecon {
    margin-bottom: 4px;
    min-height: 75px;
  }
}

.linecon > span {
  display: table-cell;
  vertical-align: middle;
}

.linecon > span {
  /*    position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; */
}

.linecon > span {
  /*   max-width: 70px; */
}

.linecon > span img {
  width: auto;
  /*    width: 100%;
        height: auto; */
}

.tab-content .tab-img {
  float: left;
  width: 460px;
  height: 460px;
}

.tab-content .tab-img img {
  vertical-align: top;
  width: 100%;
  height: auto;
  /* iphone */
}

.m-block {
  width: 300px;
  float: left;
}

@media only screen and (max-width: 1300px) {
  .m-block {
    width: 260px;
  }
}

@media only screen and (max-width: 1006px) {
  .m-block {
    width: 200px;
  }
}

@media only screen and (max-width: 1006px) {
  .m-block {
    width: auto;
  }
}

.m-block-4 {
  /* visibility: hidden; */
}

.m-2 {
  float: left;
}

.m-3 {
  float: left;
}

.m-4 {
  float: left;
}

.m-5 {
  float: right;
}

.m-6 {
  clear: both;
}

.m-8, .m-9 {
  float: left;
}

.tabset-holder {
  float: left;
  height: 460px;
  width: 808px;
  width: auto;
}

@media only screen and (max-width: 1300px) {
  .tabset-holder {
    float: left;
    height: 390px;
    width: 808px;
    width: auto;
  }
}

@media only screen and (max-width: 1006px) {
  .tabset-holder {
    float: left;
    height: 300px;
    width: 800px;
    width: auto;
  }
}

@media only screen and (max-width: 750px) {
  .tabset-holder {
    overflow: hidden;
    padding-top: 208px;
    margin: 0 -9999px 0 0;
    width: auto;
    height: auto;
  }
}

.tab-img-block .tabset-holder {
  /*  -moz-box-sizing:content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box; */
}

.tabset {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

.tabset .descript-box {
  display: none;
}

.tabset .linecon {
  display: none;
}

.tabset li {
  /* float:left;*/
}

.tabset .tab-img {
  overflow: hidden;
}

.tabset > li:first-child {
  /*	width: 460px; */
}

.tab-img-block .last {
  width: 344px;
}

.tabset ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*	overflow:hidden; */
}

.tabset li img {
  width: 100%;
  height: 100%;
  height: auto;
  /* htc one */
  vertical-align: top;
}

.tabset li img:hover {
  transform: scale(1.04);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: brightness(1.3) contrast(1.1);
}

.size01 {
  width: 300px;
  height: 300px;
}

.size02 {
  width: 150px;
  height: 150px;
}

.size03 {
  width: 172px;
  height: 172px;
}

.size04 {
  width: 288px;
  height: 288px;
}

@media only screen and (max-width: 1300px) {
  .size01 {
    width: 260px;
    height: 260px;
  }
  .size02 {
    width: 130px;
    height: 130px;
  }
  .size04 {
    width: 250px;
    height: 250px;
  }
  .size03 {
    height: 150px;
    width: 150px;
  }
}

@media only screen and (min-width: 750px) and (max-width: 1300px) {
  .tab-box .tabset-holder {
    width: 808px;
  }
  .m-block.m-block-1,
  .m-block.m-block-2,
  .m-block.m-block-4 {
    width: 100%;
    visibility: visible;
  }
  li.flip-container {
    width: 130px;
    height: 130px;
    float: left;
    clear: none;
  }
}

@media only screen and (min-width: 750px) and (max-width: 1006px) {
  li.flip-container {
    width: 130px;
    height: 130px;
    float: left;
    clear: none;
  }
}

/*
@media only screen and (max-width:1006px){
    	.size01{
		width: 200px;
        height: 200px;
	}
	.size02{
        width: 100px;
        height: 100px;
	}
	.size04{
		width:190px;
		height:190px;
	}
	.size03{
		width:110px;
		height:110px;
	}
}
*/
@media only screen and (max-width: 750px) {
  .size01 {
    width: 200px;
    height: 200px;
  }
  .size02 {
    width: 100px;
    height: 100px;
  }
  .size04 {
    width: 190px;
    height: 190px;
  }
  .size03 {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 650px) {
  .m-3 {
    display: none;
  }
  .m-6 {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .m-block-4 {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .m-block-1 .m-1 {
    float: left;
  }
}

@media only screen and (max-width: 650px) {
  .size01 {
    width: 50%;
    height: 50%;
  }
  .size02 {
    width: 50%;
    height: 50%;
  }
  .size04 {
    width: 50%;
    height: 50%;
  }
  .size03 {
    width: 50%;
    height: 50%;
  }
}

@media only screen and (max-width: 650px) {
  .tabset-holder {
    width: 50%;
  }
}

.tabset .hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.tab-img-block {
  /*	height:460px; */
  position: relative;
}

.tab {
  float: right;
}

.title {
  position: relative;
  display: inline-block;
  padding: 0 0 0 135px;
  padding: 0 0 0 0;
  font-size: 85px;
  line-height: 69px;
  margin: 13px 0;
  vertical-align: top;
}

.title:after {
  content: " ";
  clear: both;
  position: absolute;
  top: -1px;
  left: 10px;
  width: 102px;
  height: 133px;
  /*	background:url(../Images/sprite.png) no-repeat 0 -657px; */
}

.descript-holder {
  text-align: center;
}

.text {
  text-align: center;
  font-size: 31px;
  line-height: 34px;
  display: block;
  padding: 0 5px;
  font-weight: 300;
}

@media only screen and (max-width: 1300px) {
  .text {
    font-size: 27px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .text {
    font-size: 20px;
    line-height: 27px;
    font-size: 15px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 1300px) {
  .tab-box {
    height: 390px;
  }
  .tab-content {
    height: 390px;
    width: 1311px;
    /* ipad 2 x 3 layout */
  }
  .tab-content .tab-img {
    width: 400px;
    height: 400px;
    width: 390px;
    height: 390px;
  }
  /*   .descript-box{
		height:400px;
		padding: 90px 10px 0;
        padding: 60px 10px 0;
		width:300px;
        height:390px;

	}*/
  .title {
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 3px;
  }
  /*
	.tabset>li:first-child{
		width:400px; 
	}
	.title:after{
		width: 51px;
		height: 67px;
		background: url(../Images/sprite.png) no-repeat -448px -348px;
		top: 20px;
		left: 45px;
	} */
}

/*

.flip-container {
	perspective: 1000;
}

	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateX(180deg);
	}

.flip-container, .front, .back {

}


.flipper {
	transition: 0.4s;
	transform-style: preserve-3d;

	position: relative;
}


.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}


.front {
	z-index: 2;
}


.back {
	transform: rotateY(180deg);
}


*/
.promo h2 {
  text-align: center;
  margin: 0 auto 81px;
  font-weight: 100;
  max-width: 880px;
}

.section.promo h2 {
  /*  font-size: 40px;
        line-height: 47px; */
}

@media only screen and (max-width: 750px) {
  .section.promo h2 {
    padding: 0 3%;
  }
}

.promo .section-holder {
  max-width: 1380px;
  max-width: 1290px;
}

@media only screen and (max-width: 1006px) {
  .link-section h2 {
    font-size: 40px;
    line-height: 47px;
  }
}

@media only screen and (max-width: 750px) {
  #about p {
    font-size: 15px;
    line-height: 17px;
  }
}

.add-gallery {
  position: relative;
  margin: 0 auto;
}

.new-gallery .btn-prev,
.new-gallery .btn-next {
  position: absolute;
  top: 50%;
  left: -45px;
  width: 17px;
  height: 27px;
  text-indent: -9999px;
  overflow: hidden;
  margin: -14px 0 0;
}

.add-gallery .btn-prev,
.add-gallery .btn-next {
  position: absolute;
  top: 50%;
  left: -45px;
  width: 17px;
  height: 27px;
  text-indent: -9999px;
  overflow: hidden;
  margin: -14px 0 0;
}

.add-gallery .btn-prev,
.add-gallery .btn-next {
  display: none;
}

.new-gallery .btn-prev {
  background: url(../Images/sprite.png) no-repeat -319px 0;
}

.add-gallery .btn-prev {
  background: url(../Images/sprite.png) no-repeat -319px 0;
}

.new-gallery .btn-next {
  left: auto;
  right: -45px;
  background: url(../Images/sprite.png) no-repeat -342px 0;
}

.add-gallery .btn-next {
  left: auto;
  right: -45px;
  background: url(../Images/sprite.png) no-repeat -342px 0;
}

.new-gallery .btn-prev,
.new-gallery .btn-next {
  display: none;
}

/*
@media only screen and (max-width: 693px){
    .new-gallery .btn-prev,
    .new-gallery .btn-next{
	    display:block;
    }
}
*/
@media only screen and (max-width: 1006px) {
  .new-gallery .btn-prev {
    left: 12px;
    margin: -44px 0 0;
  }
  .new-gallery .btn-next {
    right: 12px;
    margin: -44px 0 0;
  }
}

@media only screen and (max-width: 705px) {
  .add-gallery .btn-prev,
  .add-gallery .btn-next {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .add-gallery .btn-prev {
    left: 13px;
    margin: -18px 0 0;
  }
  .add-gallery .btn-next {
    right: 13px;
    margin: -18px 0 0;
  }
}

@media only screen and (max-width: 1100px) {
  .about h3 {
    font-size: 26px;
    padding: 150px 0 0;
    margin: 0 0 12px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 750px) {
  .about h3 {
    font-size: 24px;
    padding: 98px 0 0;
    margin: 0 0 7px;
  }
}

@media only screen and (max-width: 750px) {
  .about h3:after {
    width: 84px;
    height: 84px;
    margin: 0 0 0 -42px;
  }
}

.add-slideset {
  overflow: hidden;
}

.promo-box.hidden {
  font-size: 27px;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .promo-box.hidden {
    font-size: 24px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1023px) {
  .promo-box.hidden {
    display: none;
  }
}

.add-slideset {
  overflow: hidden;
}

.promo-area {
  margin: 0 -17px 0 0;
}

.promo-box {
  float: left;
  color: #4e6066;
  width: 19.5%;
  height: 146px;
  margin: 0 2px 14px;
  padding: 0 5px;
}

@media only screen and (max-width: 1394px) {
  .promo-box {
    width: 19.5%;
  }
}

@media only screen and (max-width: 1023px) {
  .promo-box {
    width: 24.4%;
  }
}

@media only screen and (max-width: 767px) {
  .promo-box {
    width: 32.7%;
  }
}

@media only screen and (max-width: 705px) {
  .promo-box {
    width: 50%;
    height: 120px;
    margin: 0 0 6px;
    padding: 0 3px;
  }
}

.promo-box.last {
  display: none;
}

/*
.promo-box a{
    background:#f7f7f7;
	background:rgba(205,205,205,0.15);
	color:#4e6066;
	display:block;
	width: 100%;
	height: 100%;
}*/
.promo-box .img-holder {
  background: #f7f7f7;
  background: rgba(205, 205, 205, 0.15);
  color: #4e6066;
  display: block;
  width: 100%;
  height: 100%;
}

.promo-box.hidden a {
  background: rgba(205, 205, 205, 0);
}

.promo-box a:hover {
  text-decoration: none;
}

.promo-box.orphan {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .promo-box.orphan {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .promo-box.orphan {
    display: none;
  }
}

@media only screen and (max-width: 693px) {
  .promo-box.orphan {
    display: none;
  }
}

.add-mask {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding-left: 0.5%;
}

.add-mask {
  /*   height: 370px; */
}

@media only screen and (max-width: 705px) {
  .add-mask {
    max-width: 380px;
    /* width:440px; */
    padding: 0;
  }
}

@media only screen and (max-width: 583px) {
  .add-mask {
    width: 222px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 479px) {
  .add-mask {
    max-width: 240px;
  }
}

.promo-box .img-holder {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 0 15px;
  white-space: nowrap;
  cursor: default;
}

.promo-box .img-holder:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}

.promo-box .promo-text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 2px 0 0;
  text-align: right !important;
  color: #707e83;
  white-space: normal;
}

/**IE needs */
.promo-box .img-holder > span {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.promo-box .img-holder > span > span {
  /* width: 100%; */
  text-align: center;
  display: inline-block;
  display: inline;
}

.promo-box .img-holder img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  white-space: normal;
  margin: 0 auto;
  /*    width: auto; */
}

.logo-box {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  margin: 0 75px 30px 0;
  height: 120px;
  white-space: nowrap;
}

.logo-box:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 120px;
}

.logo-box a {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.logo-box img {
  vertical-align: middle;
}

@media only screen and (max-width: 1006px) {
  .tab-box {
    display: block;
  }
  .tab-content {
    width: 600px;
  }
  .tab-content .tab-img {
    width: 300px;
    height: 300px;
    width: 260px;
    height: 260px;
  }
  .tabset > li.last {
    width: 299px;
  }
}

@media only screen and (max-width: 800px) {
  .tab-content {
    width: 600px;
    width: 508px;
    /* ipad portrait 2 x 2 */
  }
}

@media only screen and (max-width: 750px) {
  .tab-content {
    width: 300px;
    float: left;
    height: 468px;
    width: 50%;
    float: left;
    height: auto;
  }
  .tab {
    float: none;
    padding: 208px 0 0;
  }
  .descript-holder {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .tab-content .tab-img {
    height: 300px;
    height: 100%;
  }
  .tab-content .tab-img {
    width: 300px;
    width: 100%;
    float: none;
    overflow: hidden;
  }
  /*
	.size01{
		width: 150px;
		height: 150px;
	}
	.size02{
		width: 75px;
		height: 75px;
	}
	.size03{
		width: 114px;
		height: 114px;
	}
	.size04{
		width: 186px;
		height: 186px;
	}
    */
  .title {
    font-size: 42px;
    line-height: 35px;
    /* padding: 0 0 0 64px; */
    /* margin: 0 0 5px; */
    text-align: left;
  }
  .title:after {
    top: 1px;
    left: 5px;
  }
  .tabset > li.last {
    width: 228px;
  }
  .text {
    font-size: 16px;
    line-height: 20px;
    padding: 0 2%;
  }
  .tabset > li:first-child {
    /*	width: 300px; */
  }
  .tab-box {
    width: auto;
    height: 100%;
  }
}

.flip-container {
  /* overflow: hidden; */
}

@media only screen and (max-width: 750px) {
  .section h2,
  .section02 h2,
  .section03 h2,
  .careers .about h2,
  .section05.blog h2,
  .insights h2,
  .capabilities h2 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 27px;
    font-weight: 300;
  }
}

@media only screen and (max-width: 480px) {
  .gallery-content {
    top: 50%;
  }
  .visual h1 {
    font-size: 30px;
    line-height: 26px;
  }
  .visual p {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 18px;
  }
  .btn,
  .visual .btn {
    font-size: 17px;
    line-height: 18px;
    padding: 6px 19px 6px;
  }
  .visual .btn {
    padding: 6px 13px 6px;
  }
}

.blog-gallery {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}

.blog-gallery .slide-size-box {
  float: left;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .blog-gallery .slide-size-box {
    width: 50.2%;
  }
}

@media only screen and (max-width: 750px) {
  .blog-gallery .slide-size-box {
    width: 100%;
  }
}

.blog-gallery .btn-prev,
.blog-gallery .btn-next {
  position: absolute;
  top: 50%;
  top: 46%;
  left: -62px;
  width: 32px;
  height: 52px;
  margin: -81px 0 0 0;
  text-indent: -9999px;
  overflow: hidden;
}

.blog-gallery .btn-prev {
  background: url(../Images/sprite.png) no-repeat -440px -189px;
}

.blog-gallery .btn-next {
  background: url(../Images/sprite.png) no-repeat -440px -258px;
  left: auto;
  right: -62px;
}

@media only screen and (max-width: 750px) {
  .blog-gallery .btn-prev,
  .blog-gallery .btn-next {
    width: 17px;
    height: 27px;
    margin: -13px 0 0;
    top: 30%;
    top: 37%;
  }
  .blog-gallery .btn-prev {
    background-position: -319px 0;
    left: 13px;
  }
  .blog-gallery .btn-next {
    right: 13px;
    background-position: -342px 0;
  }
}

@media only screen and (max-width: 500px) {
  .blog-gallery .btn-prev,
  .blog-gallery .btn-next {
    top: 30%;
  }
}

#solutions {
  background-color: #f2f2f2;
  overflow: auto;
  padding: 30px 0 20px;
}

#solutions .section-holder {
  padding: 0 4%;
}

@media screen and (min-width: 750px) {
  #solutions .section-holder {
    padding: 0 2%;
  }
}

@media screen and (min-width: 1500px) {
  #solutions .section-holder {
    padding: 0 0;
  }
}

#solutions h2 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 27px;
  font-weight: 300;
}

@media screen and (min-width: 750px) {
  #solutions h2 {
    font-size: 35px;
    line-height: 40px;
    max-width: 880px;
    margin: 0 auto 81px;
    font-weight: 100;
  }
}

@media screen and (min-width: 1050px) {
  #solutions h2 {
    font-size: 46px;
    line-height: 52px;
  }
}

#solutions h3 {
  font-size: 21px;
  line-height: 22px;
  margin: 0 0 4px;
  color: #06a7e2;
}

@media screen and (min-width: 750px) {
  #solutions h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 4px;
  }
}

@media screen and (min-width: 1050px) {
  #solutions h3 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 6px;
    font-weight: 100;
  }
}

@media screen and (min-width: 1300px) {
  #solutions h3 {
    font-size: 38px;
    line-height: 40px;
    margin: 0 0 8px;
  }
}

#solutions p {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 0;
}

@media screen and (min-width: 750px) {
  #solutions p {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 20px;
  }
}

#solutions a {
  color: #06a7e2;
  font-size: 15px;
}

#solutions a:before {
  content: "> ";
}

@media screen and (min-width: 750px) {
  #solutions a {
    font-size: 20px;
    line-height: 21px;
  }
}

@media screen and (min-width: 750px) {
  #solutions {
    padding: 70px 0 50px;
  }
}

.solution-type {
  padding: 0 0 20px;
}

@media screen and (min-width: 750px) {
  .solution-type {
    padding: 0 0 35px;
  }
}

@media screen and (min-width: 1200px) {
  .solution-type {
    padding: 0 0 60px;
  }
}

/**************** APTITURE OVERRIDES **/
.home-solutions p {
  color: #767676;
}

.gallery-content .text-wrap h1 {
  color: white;
}

.gallery-content .btn {
  background: transparent;
  color: white;
  border: 2px solid white;
}

@media only screen and (max-width: 750px) {
  .gallery-content .text-wrap h1 {
    display: block;
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
    text-transform: none;
    position: absolute;
    top: -150px;
    left: 0%;
    width: 100%;
  }
}
