/* NINTH EXAMPLE*/

.view { cursor:pointer;
  width: 248.2px;
    margin-bottom: 8px !important;
  height: 166px;
  margin: 0px;
  margin-right: 7px !important;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow:  0px 0px 1px 0px #B8B8B8;
  -moz-box-shadow:  0px 0px 1px 0px #B8B8B8;
  box-shadow: 0px 0px 1px 0px #B8B8B8;
  cursor: default;
  background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view1 {
  cursor: pointer;
  width: 242.5px;
  margin-bottom: 8px !important;
  height: 166px;
  margin: 0px;
  margin-right: 11px !important;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 0px 1px 0px #B8B8B8;
  -moz-box-shadow: 0px 0px 1px 0px #B8B8B8;
  box-shadow: 0px 0px 1px 0px #B8B8B8;
  cursor: default;
  background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view1.view-tenth:nth-child(3n+1) {
  margin-right: 0 !important;
}
.view.view-tenth:nth-child(4n+1) {
  margin-right: 0 !important;
}
.view .mask,.view .content {  cursor:pointer;
  width: 242.5px;
height: 160px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {  cursor:pointer;
   display: block;
   position: relative;
}
.view h2 {  cursor:pointer;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 40px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {  cursor:pointer;
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {  cursor:pointer;
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {  cursor:pointer;
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}


.view1.view-tenth:nth-child(4n+1) {
  margin-right: 0;
}
.view1 .mask,.view1 .content {  cursor:pointer;
  width: 251.5px;
height: 180px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view1 img {  cursor:pointer;
   display: block;
   position: relative;
}
.view1 h2 {  cursor:pointer;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 40px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view1 p {  cursor:pointer;
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view1 a.info {  cursor:pointer;
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view1 a.info: hover {  cursor:pointer;
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}


.view-tenth img {  cursor:pointer;   width: 237.5px;
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {  cursor:pointer;
  background-color: rgba(241, 173, 25, 0.16);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth h2 {  cursor:pointer;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
  background: transparent;
  margin: 45px 58px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #712E17;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth a.info {  cursor:pointer;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {  cursor:pointer;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {  cursor:pointer;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
