
/* ==========================================================================
   HOME sectionTitle
   ========================================================================== */
.sectionTitle h2 {
 position: relative;
 font-size: 24px;
 color: #000000;
 border-bottom: 3px solid #2222ff;
}
/* ==========================================================================
   carousel
   ========================================================================== */
.carousel .item {
    width: 100%; /*slider width*/
    max-height: 600px; /*slider height*/
}
.carousel .item img {
    width: 100%; /*img width*/
}
/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* ==========================================================================
   HOME feature-wrap
   ========================================================================== */
.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}
.feature-wrap h4{
    color: #c52d2f;
}
.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}
/* ==========================================================================
   about us 
   ========================================================================== */
 .alignright,img.alignright{
   display:inline;
   float:right;
   margin-left:20px;
   margin-top:4px
 }
 .aboutus-box {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #87cefa;
    border: dashed 2px #5b8bd0;/*µã¾€*/
}
 .aboutus-box img{
   display:float;
   float:left;
   margin-left:1px;
   margin-right:15px;
   margin-top:1px
 }
 
.aboutus-box h3 {
  border-style:solid;
  border-left-style:none;
  border-right-style:none;
  border-top-style:none;
  border-bottom-color:#ff0000;
}
.aboutus-box p {
    margin-left:10px;
    padding: 10px 10px;
}


/* ==========================================================================
   news
   ========================================================================== */
.news h2 {
 position: relative;
 font-size: 24px;
 color: #000000;
 border-bottom: 3px solid #2222ff;
}
.news dl {
  width: 99%;
  height: 8.5em;
  margin: 1em 0 0;
  padding: 0.5em;
  font-size: 100%;
  line-height: 1.2em;
  overflow: auto;
}
.news dt
{
  clear: left;
  float: left;
  width: 7.5em;
  font-weight: bold;
  color: #505050;
}
.news dd
{
  color: #505050;
  margin-left: 7.5em;
  margin-bottom: 0.8em;
}
.news dd img {
  margin-bottom: 0.4em;
}
/* ==========================================================================
   recent-work
   ========================================================================== */
#recent-works h2 {
 position: relative;
 font-size: 24px;
 color: #000000;
 border-bottom: 3px solid #2222ff;
}
#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 10px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #87cefa;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}
.recent-work-wrap .recent-work-inner h3 a {
  font-size: 20px;
}
.recent-work-wrap .overlay{
  padding: 15px;
}
