.tb-blog.classes article {
    box-shadow: 0 0px 12px rgba(0,0,0,0.175);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.tb-blog.blog article, .tb-blog.entry article {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.tb-blog .tb-blog-image img {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transition: 8s;
    -webkit-transition: 8s;
}
.tb-blog.classes article:hover {
    box-shadow: 0 0px 20px rgba(0,0,0,0.6);
}
.tb-blog article {
    margin-bottom: 30px;
}
article:hover .colorbox-wrap {
    opacity: 1;
}
.colorbox-wrap {
    /**position: absolute;*
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;**/
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
}
.colorbox-wrap .colorbox-inner {
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,80%,0);
    -webkit-transform: translate3d(-50%,80%,0);
    -ms-transform: translateX(-50%) translateY(-50%);
}
.colorbox-wrap .colorbox-inner a.cb-popup {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}
.colorbox-wrap .colorbox-inner a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: solid 2px #FFF;
    margin: 0 5px;
    color: #FFF;
}



#jws_theme_back_to_top {
  bottom:-180px;
  cursor:pointer;
  height:auto;
  margin:0;
  position:fixed;
  right:30px;
  transition:all .3s;
  z-index:999;
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
#jws_theme_back_to_top.active {
  bottom:180px !important;
  display:block !important;
  opacity:1 !important;
}
#jws_theme_back_to_top.active:hover i {
  margin-top:-2px;
  opacity:1;
}
#jws_theme_back_to_top span {
  position:relative;
  font-size:15px;
  display:inline-block;
  text-align:center;
  width:22px;
  height:22px;
  line-height:42px;
}
#jws_theme_back_to_top span:before, #jws_theme_back_to_top span:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  //border:1px solid #1faceb;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
#jws_theme_back_to_top span:after {
  width:75%;
  height:75%;
  top:12.5%;
  left:12.5%;
  border-color:#1faceb;
  z-index:-1;
}
#jws_theme_back_to_top span:hover { color:#fff; }
#jws_theme_back_to_top span:hover:before, #jws_theme_back_to_top span:hover:after { border-color:black; }
#jws_theme_back_to_top span:hover:after { background-color:black; }
#jws_theme_back_to_top span:after { background-color:black; }
#jws_theme_back_to_top span i {
  color:#fff;
  display:block;
  line-height:130%;
  //opacity:0.2;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
}

.tb-title {
    font-size: 18px;
    line-height: 25px;
/*    text-transform: uppercase;*/
}


/*-----------------------------------------
    3. Portfolio-area Style
 ------------------------------------------*/
#our-portfolio-item .mix{
    display: none;
}
.section-title {
  color: #f57c00;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 45px;
  text-align: center;
}
.portfolio-area, .our-work-area {
  background: #FAFAFA;
}
#our-portfolio-item .mix {
  float: left;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
  width: 33.33%;
}
#our-portfolio-item {
  width: 100%;
  display: block;
  overflow: hidden;
}
.portfolio-overlay{
  bottom: 0;
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  line-height: 40px;
  text-align: center;
  z-index: 999;
}
.portfolio-sin-img::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .5s;
}
.portfolio-sin-img:hover::after{
  opacity: 0.3;
}
.portfolio-sin-img {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0px 12px rgba(0,0,0,0.175);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.portfolio-overlay i {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  font-size: 15px;
  margin-left: 6px;
  padding: 12px;
  transform: scale(0);
  transition: all 0.5s ease 0s;
}
.portfolio-overlay i:hover {
  background-color: #f0f0f0;
}
.portfolio-sin-img:hover .portfolio-overlay i {
  transform: scale(1);
}
.portfolio-des a h2 {
  font-size: 16px;
  margin: 0 0 2px;
  padding: 0;
  text-align: center;
/*  text-transform: uppercase;*/
  line-height: 25px;
  color:#3c202d;
}
.portfolio-des a h2:hover{color:#122f53;}
.portfolio-des > p {
  font-size: 12px;
  text-align: center;
  color: #666;
  line-height: 18px;
  margin:0;
}
.portfolio-des {
  background: #fff none repeat scroll 0 0;
  padding: 20px 0;
  box-shadow: 0 0px 12px rgba(0,0,0,0.175);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.portfolio-menu{
    text-align: center;
    margin:0 auto 30px;
}
.portfolio-menu .filter  {
  background-color: #ffffff;
  border: 1px solid #ececec;
  color: #888888;
  cursor: pointer;
  display: inline-block;
  font: 500 12px/32px "Roboto",sans-serif;
  margin: 0 10px 10px 0;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 45px;
  text-transform: uppercase;
}
.portfolio-menu .filter.active,.portfolio-menu .filter:hover {
  background-color: #fa8d1d;
  border-color: #fa8d1d;
  color: #fff;
}
.portfolio-sin-img img {
  /**height: 280px;**/
  transition: all 0.3s ease 0s;
  width: 100%;
}
.portfolio-sin-img:hover img{
  transform: scale(1.3);
} 
.vbox-container {
  width: 850px;
}