/************
* border *
************/
.border{background:#f36e50}

/************
* logo * 
***********/
nav a:before {
  color: #f36e50;
}
nav .navbutton a.bt-menu-trigger span {
  background: #f36e50;
}

/************
* main *
**********/

section {
  width: 100%;
  overflow: hidden;
}

.content h2 {
  color: #f36e50;
}

/********
* cover page *
*********/
section.cover-page .screen{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  /*background-image: url(../img/cover-works.jpg);*/
}

/************
* work list *
*************/
.work-list {
  width: 100%;
  padding: 0 8px; 
}
.work-list article {
  width: 100%;
  height: 200px;
  background: #eee;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.work-list article#work1{
  background-image: url("../img/thumnail_luxarity.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_luxarity.jpg*/);

}
.work-list article#work2{
  background-image: url("../img/thumnail_ana.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_ana.jpg*/);

}
.work-list article#work3{
  background-image: url("../img/thumnail_stepfree.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_stepfree.jpg*/);

}
.work-list article#work4{
  background-image: url("../img/thumnail_aia.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_aia.jpg*/);

}
.work-list article#work5{
  background-image: url("../img/thumnail_fashionally.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_fashionally.jpg*/);

}


.work-list article#work1 div.blur {
  background-image: url("../img/thumnail_luxarity-blur.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_luxarity-blur.jpg*/);

}

.work-list article#work2 div.blur {
  background-image: url("../img/thumnail_ana-blur.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_ana-blur.jpg*/);

}

.work-list article#work3 div.blur  {
  background-image: url("../img/thumnail_stepfree-blur.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_stepfree-blur.jpg*/);

}

.work-list article#work4 div.blur  {
  background-image: url("../img/thumnail_aia-blur.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_aia-blur.jpg*/);

}

.work-list article#work5 div.blur  {
  background-image: url("../img/thumnail_fashionally-blur.jpg"/*tpa=http://www.creativeworks.com.hk/img/thumnail_fashionally-blur.jpg*/);

}

.work-list article a {
  display: block;
  width: 250px;
  height: 60px;
  background-color: rgba(243,110,80,.8);
  background-clip:content-box;
  margin: 70px auto;
  padding: 1px;
  text-decoration: none;
  color: white;
  text-align: center;

  border: 6px solid rgba(243,110,80,.8);
}

.work-list article a h3 {

  font-family: "nexalight"; 
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 13px auto;
}


.work-list article a p {
  font-family: "nexabold"; 
  font-size: 1.125em;
  line-height: 150%;
  display: none;
}

/********* work list end *******/

.text-content h3 {
  width: 90%;
  font-family: 'nexaheavy';
/*  font-family: "playfairitalic"; */
  font-size: 2.250em;
  color: #f36e50;
  text-align: center;
  margin: 70px auto 0;
}


.text-content h3:before {
  position: absolute;
  display: block;
  width:80px;
  height: 4px;
  background: #f36e50;
  content:'';
  left:50%;
  margin-top: -50px;
  margin-left: -40px;

}

/********
* client list * 
************/

 ul.client-list {
  display: block;
  width: 90%;
  height: 320px;
  margin: 50px auto 115px;

}
 ul.client-list li {
  width: 50%;
  height: 100px;
  float: left;
  position: relative;

}

ul.client-list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 65%;
  width: 65%;
  line-height: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


/********** client list end **********/


 footer .badges #badge1:before {
  
 }
 footer .badges #badge2:before { 
    
 } 

footer .badges #badge1:hover:before {

}
footer .badges #badge2:hover:before {

}

@media (min-width: 601px) and (max-width: 770px) {
      .work-list {
        padding: 0 16px; 
      }
      .work-list article {
        height: 260px;
      }
      .work-list article a {
          width: 420px;
          height: 100px;
          margin: 80px auto;
          padding: 2px;
          border:9px solid rgba(243,110,80,.8);
        }
        .work-list article a h3 {
          font-family: "nexaheavy"; 
          font-size: 2em;
          margin: 25px auto;
        }
		

.span4 {
	width: 228px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.limit-content{
max-width: 778px;
margin-left:auto;
margin-right:auto;
}
img.circle-hover{
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}	
}
@media (min-width: 1024px)
{
.span4 {
	width: 308px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.limit-content{
max-width: 1024px;
margin-left:auto;
margin-right:auto;
}
}
@media (max-width: 1024px) and (min-width: 768px)
{

#pagebuttombg{
width:150%;
		}
#buttomstar{
width:25%;
}	


.span4 {
	width: 208px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.limit-content{
max-width: 744px;
margin-left:auto;
margin-right:auto;
}
img.circle-hover {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
}
@media (max-width: 767px){
#pagebuttombg{
width:200%;
		}
#buttomstar{
width:30%;
}		
.work-thumb {
    float: left;
    width: 45%;
    text-align: center;
    margin: 0 2.5% 30px;
}
img.circle-hover{
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;

}
}
@media (max-width: 600px) and (min-width: 455px)
{
.work-thumb {
    float: left;
	width: 45%;
	position: relative;
	 overflow: hidden;
	 margin: 0 2.5% 30px;
}
img.circle-hover{
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;

}

}
@media (max-width: 455px)
{
.work-thumb {
    float: none;
    width: 100%;
	position: relative;
	 overflow: hidden;
	margin-right: auto;
    margin-left: auto;
}
img.circle-hover{
    max-width: 455px;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;

}

}
@media (min-width: 771px) {


img.circle-hover {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
   .text-content.intro p{width: 100%;}
        
        .work-list {
            padding: 0 20px; 
          }

          .work-list article {
            width: 33%;
            height: 340px;
            position: relative;
	    opacity: 0;
          }
         .work-list article:nth-child(odd) {
	   transform: translateX(-500px);
	}
	 .work-list article:nth-child(even) {
	   transform: translateX(500px);
         }
        
         .work-list article a {
          display: block;
          width: 90%;
          height: 300px;
          margin: 20px auto;
          padding: 2px;
    
          border:10px solid rgba(243,110,80,.8);
          opacity: 0;
          -webkit-transition:all 0.3s ease;
          -ms-transition:all 0.3s ease;
          -o-transition:all 0.3s ease;
                  transition:all 0.3s ease;
          -webkit-transform: translate3d(-30px,0,0);
          -ms-transform: translate3d(-30px,0,0);
          -o-transform: translate3d(-30px,0,0);
                  transform: translate3d(-30px,0,0);

          position: relative;
        }        

        .work-list article div.blur {
          position: absolute;
          top: 0;
          left: 0;
          width: 90%;
          width: 90%;
          height: 300px;
          margin: 20px 5%;
          background-repeat: no-repeat;
          background-position: center center;
          opacity: 0;
        }


        .work-list article:hover a {
          opacity: 1;
          -webkit-transition:all 0.3s ease;
          -ms-transition:all 0.3s ease;
          -o-transition:all 0.3s ease;
                  transition:all 0.3s ease;
          -webkit-transform: translate3d(0px,0,0);
          -ms-transform: translate3d(0px,0,0);
          -o-transform: translate3d(0px,0,0);
                  transform: translate3d(0px,0,0);
        }
        .work-list article:hover div.blur {
          opacity: 1;
          -webkit-transition:all 0.3s ease;
          -ms-transition:all 0.3s ease;
          -o-transition:all 0.3s ease;
                  transition:all 0.3s ease;
        }

        .work-list article a h3 {
          width: 100%;
          font-family: "nexaheavy"; 
          font-size: 2.500em;
          text-transform: uppercase;
          margin: 65px auto 35px;
          position: relative;
        }

        .work-list article a h3:after {
         
          display: block;
          float: right;
          text-align: right;
          margin-top: 36px;
          margin-bottom: 35px;
          margin-right: calc(50% - 40px);
          margin-left: calc(50% - 40px);
          width:0px;
          height: 2px;
          background: white;
          content:'';
        }
        
        .work-list article:hover a h3:after {
            width:80px;
           -webkit-transition:all 0.3s ease;
           -ms-transition:all 0.3s ease;
           -o-transition:all 0.3s ease;
                   transition: all 0.3s ease;
        }


        .work-list article a p  {
          display: block;
          position: absolute;
          width: 100%;
          text-align: center;
          margin-top: 30px;
        }

        section.client-list{
            padding: 0 20px;
            background-clip: content-box;
        }

         ul.client-list {
          display: block;
          width: 980px;
          height: 480px;
    margin: 30px auto;
        }
         ul.client-list li {
          width: 245px;
          height: 150px;}

        }
   ul.client-list li img {
    max-width: 80%;
    width: 80%;
  }



}







