/* css3 v1.0 */
.navbar-default .navbar-brand {
  padding: 10px;
}
.navbar-default .navbar-brand img {
  display: inline-block;
  max-height: 50px;
}
.navbar-default .navbar-brand cite {
  display: inline-block;
  line-height: 50px;
  font-size: 24px;
  color: #333;
  font-style: normal;
}
.navbar-default .service-hotline {
  font-size: 20px;
}
.navbar-default .service-hotline a {
  padding: 15px!important;
  padding-top: 19px!important;
  padding-bottom: 19px!important;
}
.navbar-default .service-hotline a img {
  display: inline-block;
  max-width: 32px;
  max-height: 32px;
  vertical-align: top;
}
.navbar-default .service-hotline a span {
  display: inline-block;
  padding-left: 10px;
  line-height: 32px;
  font-size: 16px;
  vertical-align: top;
}
.title-section h1 a {
  color: #fff;
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.title-section h1 a:hover,
.title-section h1 a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.portfolio-section .title-section h1 a {
  color: #222;
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-section .title-section h1 a:hover,
.portfolio-section .title-section h1 a:focus {
  text-decoration: none;
  opacity: 0.7;
}
footer .footer-widgets .text-widget a {
  color: #1cbac8;
}
.map iframe {
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 400px;
}
/* Scroll to top */
.scroll-top a {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #777777 url(../image/icon-scroll-top.png) no-repeat 50% 48%;
  display: none;
  opacity: 0.84;
  filter: alpha(opacity=84);
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scroll-top a:hover {
  background-color: #4ecce1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.online-service {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 99;
}
.online-service a {
  display: block;
  width: 80px;
  height: 108px;
  background-image: url(../image/icon-online-service.png);
  background-position: center center;
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.online-service a:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#select-your-price {
  padding: 100px 0px;
  background-image: url('../image/bg-select-your-price-pattern.png');
}
#people-words {
  padding: 100px 0px;
  text-align: center;
  background-image: url('../image/bg-people-words.jpg');
  background-position: 50% 3631.2px;
}
#latest-works {
  padding: 90px 0px;
  background-image: url('../image/bg-select-your-price-pattern.png');
}
#latest-works .field-item a {
  position: relative;
  display: block;
}
#latest-works .field-item a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-all 0.2s ease-in-out;
  -moz-transition: -moz-all 0.2s ease-in-out;
  -ms-transition: -ms-all 0.2s ease-in-out;
  -o-transition: -o-all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#latest-works .field-item a:hover:before,
#latest-works .field-item a:focus:before {
  background-color: rgba(28, 186, 200, 0.5);
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand img {
    margin-top: 5px;
    max-height: 40px;
  }
  .navbar-default .navbar-brand cite {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
