html,
body {
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB,
    WenQuanYi Micro Hei, sans-serif;
  background: white;
}
li {
  list-style: none;
}

a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  color: #337ab7;
}

/* 划过图片放大 */
.img-auto {
  display: block;
  overflow: hidden;
}
.img-auto img {
  width: auto;
  height: auto;
  margin: 0px auto;
  transition: 600ms;
}
.img-auto img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.navbar-default {
  /* padding:15px 0px; */
  background: white;
  opacity: 0.9;
  -moz-box-shadow: 0px 0px 15px #888;
  -webkit-box-shadow: 0px 0px 15px #888;
  box-shadow: 0px 0px 15px #888;
}
@media (max-width: 768px) {
  .navbar-default {
    padding: 5px 0px;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}
/* 导航 */
/* .navbar-default {
padding:15px 0px;
background:white;
opacity: 0.9;
-moz-box-shadow:0px 0px 15px #888;
-webkit-box-shadow:0px 0px 15px #888;
box-shadow:0px 0px 15px #888;
}

.navbar-default .navbar-nav>li> a {color:#000;} */

/* logo */
.navbar-brand {
  padding-top: 5px;
  min-width: 250px;
  max-width: 250px;
  max-height: 40px;
}
@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 250px;
    max-height: 40px;
  }
}

/* 导航右侧 */
@media (min-width: 768px) {
  #navbar {
    float: right;
  }
}

/*导航用户注册*/
#navbar .user-panel {
  margin: 10px 0 0 30px;
}
#navbar .user-panel a,
#navbar .user-panel a:visited,
#navbar .user-panel a:link {
  color: #198ddd;
  font-size: 14px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #198ddd;
}
#navbar .user-panel a:hover {
  color: #198ddd;
}
#navbar .user-panel a.top-login {
  color: white;
  background: #198ddd;
}
#navbar .user-panel a:hover {
  background: #26c79d;
  color: white;
  border: 1px solid #26c79d;
}

@media (min-width: 768px) {
  ul.navbar-nav li.oen {
    height: 70px;
    padding: 10px 0px;
  }
}

.top-nav-right {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 768px) {
  .top-nav-right {
    display: none;
  }
}

.top-nav-right ul {
  width: 120px;
}

.top-nav-right ul li {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 2px;
}
.top-nav-right ul li.nav-shopping a {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 30px;
  height: 30px;
}
.shopping-box {
  margin: 0px auto;
  padding: 20px;
}
.shopping-box li {
  margin: 10px;
}

/* 幻灯文字 */
.carousel-caption {
  bottom: 10%;
}

.carousel-caption h3 {
  margin-bottom: 30px;
  font-size: 3.2em;
}
.carousel-caption p {
  line-height: 200%;
  font-size: 1.2em;
}
.carousel-caption .btn {
  margin-top: 20px;
  font-size: 1em;
}

.slide {
  margin-top: -50px;
}
/* 手机幻灯片最小高度 */
@media (max-width: 768px) {
  #myCarousel .carousel-inner img {
    min-height: 300px;
  }
}

.modal {
  top: 20%;
}

.bs-example-modal-lg-search .row {
  padding: 20px;
}

/* 通用 */

.blank5,
.blank10,
.blank20,
.blank30,
.blank50,
.blank60 {
  clear: both;
  height: 5px;
  overflow: hidden;
}
.blank10 {
  height: 10px;
}
.blank20 {
  height: 20px;
}
.blank30 {
  height: 30px;
}
.blank50 {
  height: 50px;
}
.blank60 {
  height: 60px;
}

.title,
.title-2 {
  padding: 30px 0px 20px 0px;
  text-align: center;
  text-transform: uppercase;
}
.title h1,
.title h3 a {
  color: #333;
  line-height: 45px;
  height: 45px;
  font-size: 40px;
  font-weight: normal;
  text-decoration: none;
}
.title h3 small {
  display: block;
  clear: both;
  margin: 20px 0px 10px 0px;
  color: #a1a1a1;
  font-size: 10px;
}
.title p,
.title-index-1 p {
  margin: 10px auto 30px auto;
  line-height: 20px;
  color: #333;
  font-size: 16px;
}
.title span {
}
@media (min-width: 768px) {
  .title p,
  .title-index-1 p {
    width: 600px;
  }
}
.title-2 a {
  font-size: 30px;
}
.title-2 h3 a small {
  display: block;
  clear: both;
  margin: 10px 0px 10px 0px;
  color: #a1a1a1;
  font-size: 8px;
}

/* 页底 */

.foot {
  padding: 80px 0px 0px 0px;
  background: #333;
}
.foot .container {
  position: relative;
}
.foot a {
  color: #9b9b9b;
}
.foot .row a {
  color: white;
}
.foot h5 {
  color: #9b9b9b;
  margin-bottom: 60px;
  line-height: 180%;
  font-size: 16px;
  font-weight: normal;
}
.foot .foot-nav {
  clear: both;
  margin-bottom: 60px;
  overflow: hidden;
}
.foot .foot-nav dl {
}

.foot .foot-nav dl dt {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #9fa0a1;
  margin-bottom: 20px;
  font-size: 20px;
}
.foot .foot-nav dl dt b {
  position: absolute;
  display: block;
  width: 39%;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #fff;
}
.foot .foot-nav dl dd {
  line-height: 30px;
}
.foot .foot-nav dl dd a {
  font-size: 16px;
}
.foot .copyright {
  clear: both;
  margin: 30px 0px;
  text-align: center;
  color: #9b9b9b;
}

.fweixin img {
  width: 150px;
}
.fweixin p {
  line-height: 24px;
  text-align: center;
}

.sub_menu {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .sub_menu {
    height: 0px;
    overflow: hidden;
  }
}

/* 面包屑导航 */
.breadcrumb {
  margin-bottom: 50px;
}
.breadcrumb span {
  padding-right: 15px;
  color: #ccc;
}

/* 内页文字大小按钮 */
.content_tools {
  float: right;
  margin: 30px 0px;
  padding: 5px 15px;
  background: #eee;
  text-align: right;
  font-size: 14px;
}

/************* 分页 */

.pages {
  clear: both;
  margin: 0px 10px;
  font-size: 0.8em;
  color: #888;
}

.pages strong,
.pages span {
  color: #ffffff;
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  float: left;
  padding: 0px 8px;
  background: #337ab7;
  margin: 0px 3px 0px 0px;
  font-size: 0.8em;
  border-radius: 3px 3px 3px 3px;
}
.content .pages a,
.pages a {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  float: left;
  padding: 0px 8px;
  border: 1px solid #337ab7;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
  margin: 0px 3px 0px 0px;
  color: #337ab7;
  font-size: 0.8em;
}

.content .pages strong {
  color: white;
}

.pages span {
  float: right;
}

#page {
  font-size: 0.8em;
}

#page strong {
  padding: 5px 8px;
  background: #337ab7;
  border-radius: 5px;
  color: white;
  margin-right: 15px;
  font-size: 0.8em;
}

.pagination {
  margin: 50px 0px;
}

/* 分页 */

.page-number {
  position: relative;
  right: 0px;
  top: 5px;
  color: #ffffff;
  height: 26px;
  line-height: 26px;
  padding: 9px 20px;
  background: #337ab7;
  margin: 0px 3px 0px 0px;
  font-size: 0.8em;
  border-radius: 3px 3px 3px 3px;
}

/* 正文 */
#content_text {
  line-height: 180%;
  font-size: 1.2em;
}

/* 首页 */

/**/
/*列表页 -文字列表*/
/**/
.list-container a {
  color: #333;
}
.list-container p {
  color: #888;
}
.list-container h4 {
  color: #000;
  font-weight: bold;
}
.list-container .row {
  margin-bottom: 15px;
}
.list-container .news-list {
  margin-bottom: 0;
}

.list-border {
  padding: 15px;
  clear: both;
  border: 1px dotted transparent;
  border-bottom-color: #bbbbbb;
}
.list-border-w {
  border: 1px dotted #bbbbbb;
  margin: 15px 0px;
}
.list-border:hover {
  background: #f5f5f5;
  border-color: #ccc;
  border-radius: 5px 5px 5px 5px;
}

.list-date {
  width: 4em;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.list-date span {
  display: block;
  width: 1em;
  line-height: 1em;
  padding-top: 0.1em;
  white-space: nowrap;
  font-size: 4em;
  color: #555;
  overflow: hidden;
  font-family: "Times New Roman", Times, serif;
}
.list-date p {
  clear: both;
  display: block;
  width: 4em;
  overflow: hidden;
  margin-bottom: 0;
}

.news-list p,
.news-list-text-pic p,
.list-down p {
  line-height: 1.6;
}
.list-down .img-auto {
  height: 170px;
  overflow: hidden;
}

.post-masonry {
  margin: 0px 0px 30px 0px;
}
.post-masonry a {
  position: relative;
  display: block;
}

.post-masonry a:hover {
  text-decoration: none;
  overflow: hidden;
}

.post-masonry a h4 {
  display: none;
  cursor: hand;
  text-align: center;
  font-size: 14px;
}

.post-masonry a:hover h4 {
  width: 100%;
  line-height: 30px;
  margin: 0;
  padding: 15px 0px;
  background: #333;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  filter: alpha(opacity=56);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.post-masonry img,
.index-1 img,
.index-2 img,
.index-3 img,
.owl-item img {
  -moz-box-shadow: 0px 0px 10px #888;
  -webkit-box-shadow: 0px 0px 10px #888;
}

/*列表页 - 右侧*/

.content-right-list h3 {
  font-size: 16px;
}
.content-right-list ol {
  margin-bottom: 60px;
}
.content-right-list ol li {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .content-right-list {
    margin-top: 60px;
  }
}

/* 联系我们地图页 */

.contact-us {
  background: #242625;
}

.contact-us h3 {
  font-size: 60px;
  line-height: 120%;
  color: #cccccc;
  text-align: center;
  padding: 50px 0;
}
.contact-us h3 span {
  font-weight: bold;
  color: #c22c45;
}
.contact-us h4 {
  clear: both;
  margin: 50px auto 0;
  padding: 0 0 50px;
}

.contact-us dl {
}
.contact-us dl dt {
  line-height: 40px;
  color: #cacaca;
  font-size: 26px;
  margin-bottom: 10px;
}
.contact-us dl dd {
  color: #aeaeae;
  font-size: 1em;
}
.content-ditu {
  height: 50.8em;
  overflow: hidden;
}

/* 产品页面右侧文字信息 */
.product_info {
  overflow: hidden;
}
.product_info table {
  color: #535353;
  width: 100%;
}
.product_info table th {
  text-align: right;
  padding: 7px 5px;
  width: 120px;
  font-weight: normal;
  color: #888;
}
.product_info table td {
  padding: 5px;
  color: #535353;
  font-size: 0.9em;
}
.product_info table tr {
}
.product_info strong {
  color: #e53f40;
  font-size: 30px;
}
#dialog_link {
  margin-left: 20px;
  background: #236298;
}
@media (max-width: 768px) {
  #dialog_link {
    margin: 20px 0px 0px 0px;
  }
}

/* 滚动图片 */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0px 50px;
  overflow: hidden;
  text-align: center;
}
.owl-carousel .owl-item a.img-auto {
  height: 350px;
  overflow: hidden;
}
.owl-carousel .owl-item h4 {
  margin: 30px 0px;
  font-size: 16px;
}
.owl-carousel .owl-item h4 small {
  padding-left: 20px;
  font-style: oblique;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon*/
.grabbing {
  cursor: url(../images/index/grabbing.png) 8 8, move;
}
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div {
  color: #333;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver*/
  margin: 5px;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: bold;
  background: #eee;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background: #333;
  color: white;
}
/* Clickable class fix problem with hover on touch devices*/ /* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver*/
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=30); /*IE7 fix*/
  opacity: 0.3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #999;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images*/
.owl-item.loading {
  min-height: 150px;
  background: url(../images/base/AjaxLoader.gif) no-repeat center center;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.content-bottom-list-more {
  padding: 8px 15px;
  background: #eee;
  color: #888;
  display: inline-block;
}

@media (min-width: 768px) {
  .servers-wap {
    display: none;
  }
  .dropdown-menu > li > a {
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  /* 手机菜单圆形按钮颜色 */
  .plug-menu {
    background: #ccc;
  }

  /* 手机菜单弹出按钮颜色 */
  .top_menu > li {
    background: #ccc;
  }

  /* 手机菜单平铺背景颜色 */
  .foot_mp {
    background: #ccc;
  }

  .top-nav-right,
  .servers,
  .foot-share,
  .content_tools_box {
    display: none;
  }

  ul.nav-pills li.active {
    clear: both;
    display: block;
  }
  #carousel-example-generic {
    margin-bottom: 30px;
  }
  .content-bottom-list-more {
    display: block;
    width: 110px;
    margin-bottom: 30px;
  }
}

.navbar-right {
  padding: 0px;
}
.top-nav-right .dropdown-menu li {
  clear: both;
  width: 98%;
}
.lead {
  font-size: 1.2em;
  line-height: 1.8;
}
.index-1 ul,
.index-6 ul {
  margin: 0px;
  padding: 0px;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  line-height: 1.4;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
  /* background: -webkit-linear-gradient(left top, #f1565b, #f4a259);
  
  background: linear-gradient(left top, #f1565b, #f4a259); */
  background: white;
  margin: 40px;
  left:4px;
  right: 4px;
  bottom: 4px;
  border-radius: 5%;

}

figure.effect-oscar img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
  /* padding: 3em; */
  /* background-color: rgba(252, 177, 139, 0.37); */
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
      padding-top: 0;

}

figure.effect-oscar figcaption::before {
  position: absolute;
  /* top: 30px; */
  right: 30px;
  /* bottom: 30px; */
  left: 30px;
  border: 1px solid #fff;
  content: "";
}

figure.effect-oscar h2 {
  margin: 0 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  color: #888888;
  font-weight: bold;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 18px;
  font-weight: bold;
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #f4a259;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #f4a259;
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
  opacity: 0.2;
}

/* Styles
---------------------------------*/
body {
  font-size: 16px;
  color: #888888;
}

/* Header Styles
---------------------------------*/

#header_wrapper {
  background: #f3f3f3;
  /* padding: 10px 0px; */
  box-shadow: 1px 1px 4px rgba(167, 167, 167, 0.44);
  border-bottom: 1px solid #f8d26b;
}

.header_box {
  position: relative;
}

.logo {
  float: left;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .logo img {
    max-width: 200px;
  }
}

.res-nav_click {
  display: none;
}
div#main-nav {
  clear: both;
  margin: 0 auto;
  clear: right;
  float: inherit;
  border-color: #af6936;
}

/* Nav Styles
---------------------------------*/
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

/* .navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
} */

.navbar-inverse .navbar-nav > li > a {
  color: #333;
}

.navStyle {
  float: right;
}

.navStyle ul {
  list-style: none;
  float: initial;
  margin: 0 auto;
  text-align: center;
}

.navStyle ul li {
  display: inline-block;
  margin: 0 5px;
  float: inherit;
}
/* 
.navStyle ul li:first-child {
	margin:0px;;
} */

.navStyle ul li a {
  display: block;
  font-size: 14px;
  color: #ab521f;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
  color: #feb20c;
}

.navStyle > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #feb20c;
  background-color: transparent;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fcb109;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fcb109;
  border-radius: 0;
  background: transparent;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
  text-decoration: none;
  color: #ed5441;
  background-color: transparent;
}

.borderLeft {
  border-left: 1px solid #dadada;
}

.borderTop {
  margin-top: 30px;
  border-top: 1px solid #dadada;
}

.mrgTop {
  margin-top: 30px;
}
/* Top_content
---------------------------------*/

.top_cont_outer {
  background: #ed5441;
  position: relative;
  background: url("../img/main2.jpg") no-repeat;
  background-size: cover;
}

.hero_section {
  position: relative;
  padding-top: 14px;
}
.hero_wrapper {
  height: 750px;
}
.white_pad {
  position: relative;
  right: 0px;
  bottom: 0px;
}

.white_pad img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.top_left_cont {
  padding: 245px 0;
}

.top_left_cont h3 {
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-align: left;
  /* background: rgba(255, 255, 255, 0.49); */
  display: inline-block;
  /* margin: 0 auto; */
  float: none;
  clear: both;
  padding: 15px;
  border: 1px #fff dotted;
}

.top_left_cont h2 {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  margin: 0 0 26px 0;
  font-family: "Raleway", sans-serif;
  text-align: left;
  font-weight: 600;
}

.top_left_cont h2 strong {
  font-weight: normal;
  color: #fff;
}

.top_left_cont p {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 30px 0;
  line-height: 33px;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  /* font-weight: 300; */
  text-align: center;
  letter-spacing: 1px;
}

a.read_more,
a.read_more2 {
  font-family: "Raleway", sans-serif;
  display: block;
  font-size: 16px;
  width: 178px;
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto;
}
a.read_more {
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
}
a.read_more2:hover,
a.read_more:hover {
  background: #fff;
  color: #0a1525;
  border: 1px solid #fff;
}
a.read_more:hover {
  background: #fff;
  color: #ed5441;
  border: 1px solid #ed5441;
}

/* Services
---------------------------------*/

#service {
  padding: 80px 0 25px;
}
#service h2 {
  /* color: #fff; */
}
#service h2 a {
  color: #888;
}
.service_wrapper {
  padding: 40px 0 40px;
}

.service_section {
}

.service_block {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.service_icon {
  width: 90px;
  height: 85px;
  margin: 0px auto 25px;
}
.product_icon {
  width: 90px;
  height: 85px;
  margin: 0px auto 25px;
}
.foot_icon {
  width: 90px;
  height: 85px;
  margin: 0px auto 25px;
}
.service_icon span {
  background: #ffffff;
  display: block;
  height: 89px;
  width: 89px;
  border-radius: 50%;
  border: 3px solid #fcb109;
}
.product_icon span {
  background: #ffffff;
  display: block;
  height: 89px;
  width: 89px;
  border-radius: 50%;
  border: 3px solid #dbdbdb;
}
.foot_icon span {
  background: #333;
  display: block;
  height: 89px;
  width: 89px;
  border-radius: 50%;
  border: 3px solid #dbdbdb;
}
.service_icon i {
  color: #fcb109;
  font-size: 35px;
  margin-top: 0;
  position: relative;
  top: 28px;
  z-index: 20;
  display: block;
  text-align: center;
  height: 73px;
}
.product_icon i {
  font-size: 40px;
  margin-top: 0;
  position: relative;
  top: 12px;
  z-index: 20;
  display: block;
  text-align: center;
  height: 73px;
}
.foot_icon i {
  font-size: 40px;
  margin-top: 0;
  position: relative;
  top: 12px;
  z-index: 20;
  display: block;
  text-align: center;
  height: 73px;
}

.service_block h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 25px;
  /* color: #fff; */
  margin: 35px 0 15px;
}
.service_block h3 a {
  color: #888;
}
#service h6 {
  /* color:#fff; */
}
.service_block p {
  font-size: 14px;
  /* color: #FFC4CD; */
  margin: 0 0 35px 0;
}

.mrgTop30 {
  margin-top: 60px;
}

/* Latest Work
---------------------------------*/

#work_outer {
  background: #f9f9f9;
  padding: 70px 0px;
  position: relative;
}

.work_pic {
  position: absolute;
  right: 0;
  top: 25%;
  width: 50%;
}

.inner_section {
  padding: 0px;
}

.service-list {
  padding: 0 0 0 0;
  font-size: 14px;
  margin-bottom: 40px;
}

.service-list-col1 {
  float: left;
  width: 60px;
  text-align: center;
}

.service-list-col1 i {
  /* display:; */
  color: #888;
  font-size: 19px;
  font-style: normal;
  line-height: 20px;
}

.service-list-col2 {
  overflow: hidden;
}

.page_section.alabaster {
  background: #fafafa;
}

.work_bottom {
  padding: 20px 0 0 0px;
}

.work_bottom span {
  font-size: 18px;
  color: #333333;
  display: block;
  margin: 0 0 20px 0;
}

a.contact_btn {
  background: #fff;
  text-transform: uppercase;
  display: block;
  width: 176px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  color: #ed5441;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  border: 2px solid #ed5441;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover {
  background: #ed5441;
  color: #fff;
}

.input-text {
  background: transparent;
}

/* Portfolio
---------------------------------*/

#Portfolio {
  padding: 10px 0px;
}

.Portfolio-nav {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

.Portfolio-nav li {
  margin: 0 10px;
  display: inline;
}

.Portfolio-nav li a {
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  border-radius: 4px;
  text-transform: uppercase;
  background: #f7f7f7;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
  background: #ed5441;
  color: #fff;
  text-decoration: none;
}

.portfolioContainer {
  margin: 0 auto;
  padding-left: 15px;
  width: auto !important;
}

.Portfolio-box {
  text-align: center;
  width: 350px;
  overflow: hidden;
  float: left;
  padding: 12px 0px;
}

.Portfolio-box img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
  opacity: 0.6;
}

.Portfolio-nav li a.current {
  background: #ed5441;
  color: #fff;
  text-decoration: none;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.page_section.paddind {
  padding-bottom: 60px;
}

/* Happy Clients
---------------------------------*/

#clients {
  padding: 60px 0px;
}

.client_area {
  width: 960px;
  margin: 0px auto;
}

.client_section {
  padding: 35px 0 0 0;
}

.client_section.btm {
  padding: 20px 0 0 0;
}

.client_profile {
  float: left;
  text-align: center;
}

.client_profile.flt {
  float: right;
}

.client_profile_pic {
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  margin: 0 0 15px 0;
  width: 220px;
  height: 220px;
}

.client_profile_pic img {
  border-radius: 50%;
  border: 3px solid #f5f5f5;
}

.client_profile h3 {
  font-size: 18px;
  color: #49b5e7;
  margin: 0 0 0 0;
}

.client_profile span {
  display: block;
  font-size: 16px;
  color: #888888;
}

/* Clients
---------------------------------*/

.client_logos {
  background: #ad0c98;
  padding: 60px 0;
  margin-top: 60px;
}

.client_logos ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.client_logos ul li {
  display: inline;
  margin: 0 25px;
}

.client_logos ul a {
  display: inline-block;
  margin: 0 20px;
}

.page_section.team {
  padding: 60px 0;
}

.page_section.team h6 {
  margin-bottom: 40px;
}

/* About Us
--------------------------- */

.aboutUs-container {
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  background-position-y: 70px;
}
#about-us,
h2,
h3,
h6,
p {
  /* color: #6C6C6C; */
}
#aboutUs h2 a {
  color: #888;
}
#about-us .read-more {
  border: 1px solid #ed5441;
  color: #1a1a1a;
}

#about-us .read-more:hover {
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
  color: #fff;
}
.about-us-post-container {
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}
.about-us {
  margin-top: 25px;
  margin-bottom: 50px;
}
.about-us h3 {
  font-size: 28px;
}
.points {
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 0px;
}
.about-us p {
  /*font-size: 0.9375em;*/
  line-height: 1.625em;
  padding: 15px 0;
}
.about-us .about-us-list {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0px;
}

.about-us .about-us-list li {
  position: relative;
  list-style-type: none;
  padding: 5px 0 5px 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.about-us .about-us-list li a {
  color: #888;
}

.about-us .about-us-list li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  font-size: 1.125em;
  color: #a74e21;
  left: 0px;
  top: 3px;
}

.about-us .points {
  position: relative;
  list-style-type: none;
  padding: 5px 0 5px 30px;
}

.about-us .points:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  font-size: 1.125em;
  color: #a74e21;
  left: 0px;
  top: 3px;
}

.about-us-link a:first-child {
  margin-left: 0;
}

/* Team
---------------------------------*/
.team_section {
  max-width: 993px;
  margin: 0 auto;
}

.team_area {
  width: 30.66%;
  margin-right: 3.82979%;
  overflow: hidden;
  text-align: center;
  float: left;
}

.team_area span {
  margin-bottom: 24px;
  display: block;
}

.team_area:nth-of-type(3n + 0) {
  margin: 0;
}

.team_box {
  width: auto;
  height: auto;
  position: relative;
  border-radius: 50%;
  margin: 0px 3px 25px 3px;
}
/*
.team_box_shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 26%;
    z-index: 10;
    bottom: 0px;
} */

.team_box_shadow a {
  display: block;
  width: 100%;
  height: 100%;
}

.team_box:hover .team_box_shadow {
  box-shadow: inset 0px 0px 0px 148px rgba(17, 17, 17, 0.8);
}

.team_box:hover ul {
  display: block;
  opacity: 1;
}

.team_box img {
  display: block;
  border-radius: 0%;
  width: 90%;
  margin: 0 auto;
}

.team_box ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 88%;
  width: 100%;
  text-align: center;
  margin-top: -14px;
  z-index: 15;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.team_box ul li {
  display: inline-block;
  margin: 0 11px;
  width: 34px;
  border-radius: 50%;
  background: #fff;
  padding: 10px 0 4px;
  margin-bottom: 5px;
}

.team_box ul li a {
  display: inline-block;
  font-size: 18px;
  color: #232323;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team_box ul li a:hover,
.team_box ul li a:focus {
  text-decoration: none;
}

.team_box ul li a.fa-twitter:hover {
  color: #55acee;
}

.team_box ul li a.fa-facebook:hover {
  color: #3b5998;
}

.team_box ul li a.fa-pinterest:hover {
  color: #cb2026;
}

.team_box ul li a.fa-google-plus:hover {
  color: #dd4b39;
}
.img-circle {
  border-radius: 5%;
  padding: 5px;
  border: 3px solid #dbdbdb;
}
.centered {
  text-align: center;
  /* background: #0A1525; */
}
#team h2 a {
  color: #888;
}
#team .fa {
  width: 30px;
  height: 30px;
  margin: 0 3px;
  border-radius: 100%;
  font-size: 15px;
  line-height: 30px;
  outline: 0;
  color: #fff;
  background-color: #f04761;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#aboutUs {
  padding: 30px 0;
  background: #ffffff;
}

/* Contact
---------------------------------*/
.page_section.contact {
  padding: 90px 0 100px;
}

.contact_section {
  margin: 0 0 60px 0;
}

.contact_section h2 {
  font-size: 40px;
  /* color: #fff; */
  margin: 0 0 50px 0;
  text-transform: uppercase;
}

.contact_block {
  text-align: center;
}

.contact_block_icon {
  border-radius: 50%;
  height: 85px;
  width: 85px;
  margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
  border-color: #ed5441;
}

.contact_block_icon.icon3 {
  border-color: #49b5e7;
}

.contact_block_icon span {
  background: none repeat scroll 0 0 #f56eab;
  border: 5px solid #fff;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}

.contact_block_icon.icon2 {
  border-color: #ed5441;
}

.contact_block_icon.icon2 span {
  background: #ed5441;
}

.contact_block_icon.icon3 {
  border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
  background: #49b5e7;
}

.contact_block_icon i {
  color: #fff;
  font-size: 36px;
  margin-top: 0;
  position: relative;
  top: 26px;
  z-index: 20;
}

.contact_block span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}

.contact_block span a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}

.contact_info {
  font-size: 15px;
  margin: 0 0 0 20px;
  padding-left: 0;
}

.contact_info h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
  color: #fff;
}

.contact_info p {
  line-height: 28px;
  display: block;
  font-size: 14px;
  /* color: #ffffff; */
  margin: 0 0 30px;
}

.social_links {
  padding: 0 0 0 1.4em;
  margin: 0;
  display: block;
  overflow: hidden;
  list-style: none;
}

.twitter a:hover {
  color: #55acee;
}

.facebook a:hover {
  color: #3b5998;
}

.pinterest a:hover {
  color: #cb2026;
}

.gplus a:hover {
  color: #dd4b39;
}

.form {
  margin: 0 66px 0 30px;
}

.form .guestbook_input {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 100%;
  height: 30px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.form .guestbook_input:focus {
  border: 1px solid #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
}

.form .guestbook_textarea {
  width: 100%;
  height: 100px;
  resize: none;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.guestbook_btn {
  width: 175px;
  height: 50px;
  letter-spacing: 0px;
  background: #707070;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.guestbook_btn:hover {
  background: #454545;
  color: #fff;
}

/* Footer
---------------------------------*/

.footer_wrapper {
  background: #f9f9f9;
  /* color: #fff; */
}

.footer_bottom {
  border-top: 1px solid #d9d9d9;
  padding: 25px 0;
  color: #888;
}
.footer_bottom a {
  color: #888;
}

.footer_bottom span {
  padding: 0 0.5em;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

/*new_profolio*/

/* Portfolio */

.container.portfolio_title {
  padding-bottom: 0px;
}

#portfolio {
  padding: 60px 0 40px;
}

/* Portfolio Filters */

#filters {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  display: block;
  float: none;
  z-index: 2;
  position: relative;
}

#filters ul li {
  display: inline-block;
  margin: 0 5px;
}

#filters ul li a {
  display: block;
}

#filters ul li a h5 {
  background: none repeat scroll 0 0 #f7f7f7;
  border-radius: 4px;
  display: inline-block;

  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 10px 22px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  border: #c2c2c2 solid 1px;
  color: #7c7c7c;
}

#filters ul li a:hover h5,
#filters ul li a.active h5 {
  background: #ad0c98;
  color: #ffffff;
  text-decoration: none;
  border: #ad0c98 solid 1px;
}

.section-title h2 {
  color: #222222;
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  letter-spacing: -1px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.section-title span {
  display: block;
  color: #888888;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 60px;
  text-align: center;
}

/* Portfolio Items */

#portfolio_wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#portfolio_wrapper .one-four {
  margin: 0 !important;
  line-height: 0;
  width: 25%;
  padding: 0;
  position: relative;
}

.portfolio-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio_img {
  overflow: hidden;
  display: block;
  position: relative;
  top: 55%;
  transform: translateY(-50%);
}

.portfolio-item .portfolio_img img {
  width: 100%;
  height: auto;
}

.portfolio-item:hover .item_overlay {
  opacity: 1;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.item_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  cursor: pointer;
}

.open-project-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.item_overlay:hover {
  background: rgba(89, 89, 89, 0.7);
}

.item_info {
  position: absolute;
  height: 100px;
  width: 100%;
  top: 50%;
  margin-top: -50px;
  text-align: center;
}

.project_name {
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;

  opacity: 0;
  font-size: 18px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  position: relative;
  z-index: 10;
}

.portfolio-item:hover .project_name {
  opacity: 1;
  -webkit-transition: opacity 0.1s 0.2s;
  -moz-transition: opacity 0.1s 0.2s;
  -ms-transition: opacity 0.1s 0.2s;
  -o-transition: opacity 0.1s 0.2s;
  transition: opacity 0.1s 0.2s;
}

.project_catg {
  font-size: 14px;
  color: #fff;
  opacity: 0;
  margin-top: 0px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project_catg {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s 0.2s;
  -moz-transition: opacity 0.1s 0.2s;
  -ms-transition: opacity 0.1s 0.2s;
  -o-transition: opacity 0.1s 0.2s;
  transition: opacity 0.1s 0.2s;
}

.zoom-icon {
  left: 50%;
  margin-left: -20px;
  position: inherit;
  width: 40px;
  height: 40px;
  margin-top: 40px;
  opacity: 0;
  background: url(../images/base/zoom.png);
  background-size: 40px 40px;
  transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.2s;
  -webkit-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .zoom-icon {
  opacity: 1;
  margin-top: 0px;
  -webkit-transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
  -ms-transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
}

/* Portfolio Isotope Transitions */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* Portfolio Expander */

#project_container {
  display: none;
  background-color: #fff;
}

#project-page-button-fullscreen {
  height: auto;
  z-index: 100;
  position: absolute;
  right: 30px;
  top: 30px;
}

#project-page-button-fullscreen li {
  display: inline-block;
  font-size: 30px;
}

#project-page-button-fullscreen li a {
  background: url(../images/base/close.png) no-repeat #fff;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50px;
  opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
  opacity: 1;
}

#project-page-button {
  text-align: center;
  margin-bottom: 20px;
  height: auto;
  position: relative;
  z-index: 100;
}

#project-page-button li {
  display: inline-block;
  margin: 60px 10px 0px 10px;
  font-size: 30px;
}

#project_data {
  margin-bottom: 0px;
}

.project-section-title {
  text-align: center;
  margin-bottom: 40px;
}

.project-section-title h1 {
  margin-bottom: 5px !important;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
}

.project-page {
  background-color: #fff;
  width: 100%;
  height: auto;
  left: 0;
  padding-bottom: 40px;
}

/* Portfolio*/

.project-image-slider .bx-wrapper .bx-next {
  background: url("../images/base/project_slider_right.png") no-repeat;
  background-size: 35px 65px;
  opacity: 0.3;
  right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
  background: url("../images/base/project_slider_left.png") no-repeat;
  background-size: 35px 65px;
  opacity: 0.3;
  left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover,
.project-image-slider .bx-wrapper .bx-prev:hover {
  opacity: 1;
  background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
  height: 65px;
  margin-top: -33px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 35px;
  z-index: 100;
}

/* Portfolio Normal Expander */

.project-description {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.small-border {
  height: 2px;
  width: 50px;
  background-color: #ddd;
  margin-bottom: 15px;
}

.visit-project {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 55px 0 20px 0;
}

.project-description h5 {
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Portfolio FullScreen Expander */

#cycle-loader {
  height: 32px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 999;
}

#arrow_left {
  top: 50%;
  height: 60px;
  position: absolute;
  left: 30px;
  width: 32px;
  z-index: 1000;
  margin-top: -30px;
}

#arrow_right {
  top: 50%;
  height: 60px;
  position: absolute;
  right: 30px;
  width: 32px;
  z-index: 1000;
  margin-top: -30px;
}

#arrow_left:hover,
#arrow_right:hover {
  margin-top: -28px;
}

#arrow_left:active,
#arrow_right:active {
  margin-top: -28px;
}

div.mc-image {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.in-slide-content div.info-slide {
  background: #fff url(../images/base/info.png) no-repeat left bottom;
  background-size: 46px 46px;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 46px;
  height: 46px;
  margin: 0;
  display: block;
  text-indent: 10px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
  z-index: 1000;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.in-slide-content div.info-slide:hover {
  width: 200px;
  background: #fff;
  position: absolute;
  bottom: 40px;
  padding: 10px 20px;
  text-indent: 0px;
  moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  z-index: 1000;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
}

.in-slide-content h2,
.in-slide-content p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 24px;
}

.in-slide-content h2 {
  font-size: 14px;
  color: #444;
  text-shadow: none;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 1001;
  position: relative;
  white-space: nowrap;
}

.info-slide p {
  color: #aaa;
  font-size: 13px;
  text-shadow: none;
  z-index: 1001;
  position: relative;
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
}

.in-slide-content div.info-slide h2 {
  display: none;
  padding: 10px 10px 0 10px;
}

.in-slide-content div.info-slide p {
  display: none;
  padding: 0px 10px 10px 10px;
}

.in-slide-content div.info-slide:hover h2,
.in-slide-content div.info-slide:hover p {
  display: inherit;
  padding: 0;
}

/*
   Media Queries
--------------------------- */
@media (min-width: 768px) and (max-width: 1200px) {
  .aboutUs-container {
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 59%;
    background-position-y: 150px;
  }
}
@media (max-width: 768px) {
  .navStyle {
    float: right;
    width: auto;
    text-align: center;
  }
  .aboutUs-container {
    background-image: none;
  }
  p {
    font-size: 14px;
  }
  .top_cont_outer {
    height: 335px;
  }
  .hero_section {
    position: relative;
    padding-top: 10px;
  }
  .top_left_cont {
    padding: 38px 0;
  }
  .top_left_cont h2 {
    font-size: 25px;
    color: #ffffff;
    line-height: 39px;
    margin: 20px 0 9px 0;
  }
  .inner_section {
    padding: 20px 0 20px;
  }
  #aboutUs img {
    margin-bottom: 20px;
  }
  #aboutUs h3 {
    font-size: 26px;
    line-height: 22px;
  }
  .service_block h3 {
    font-size: 16px;
  }
  service_block p {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 20px;
  }
  #filters ul {
    padding-left: 0px;
  }
  .form {
    margin: 0 18px;
  }
  .page_section.team {
    padding: 40px 0;
  }
  #clients {
    padding: 40px 0;
  }

  .client_logos ul li {
    display: inline;
    margin: 0 25px;
    padding: 11px 0;
    display: inline-block;
  }
  .social_links li {
    float: left;
  }
  .contact_section {
    margin: 0;
  }
  h2,
  .contact_section h2 {
    font-size: 30px;
  }
  .page_section.contact {
    padding: 60px 0 50px;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background: #ed5441;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background: none;
    outline: none;
  }
  .navStyle ul li {
    display: block;
  }
  .navStyle {
    float: right !important;
    width: 100%;
    text-align: center;
  }
  /* .navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: right;
width: 100%;
} */
  .navStyle ul li {
    display: block;
    margin: 0px;
  }
  .navStyle ul li:last-child {
    margin: 0px;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #975f32;
    font-size: 12px;
    padding: 10px 11px;
  }
}
@media (max-width: 480px) {
  .navStyle {
    float: left;
    width: 100%;
    text-align: left;
  }
  /* .navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: initial;
width: 100%;
} */
  .team_area {
    width: 99%;
  }
  .read_more2 {
    display: none;
  }
}

.carousel-inner > .item > img {
  width: 100%;
}

#contact h2 a {
  color: #888;
}

.btn-primary {
  background-color: #aa5322;
  border-color: #aa5322;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #aa5322;
  border-color: #aa5322;
}
.pagination > li > a,
.pagination > li > span {
  color: #aa5322;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #aa5322;
}
#page strong {
  background: #aa5322;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #aa5322;
}
#dialog_link {
  background: #aa5322;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #aa5322;
  background-color: #fff;
}
.comm input.btn {
  background: #aa5322;
  color: #fff;
}
.pages strong,
.pages span {
  color: #ffffff;
  background: #aa5322;
}
.btn-primary .badge {
  color: #aa5322;
  background-color: #fff;
}

#verify {
  padding: 0px 16px;
  border: 1px solid #ccc;
  background: none;
  width: 50%;
  height: 30px;
  float: left;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  margin: 0 15px 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* 友情链接 */
.home-links {
  padding: 50px 0px 0px 0px;
  background: #333;
  color: #666;
}
.home-links .hr {
  padding: 15px 0px 0px 0px;
  border-top: 1px dotted #555;
}
.home-links-left {
  padding: 0px;
}
.home-links .links-logo img {
  float: left;
  margin: 10px;
  opacity: 0.2;
}
.home-links .links-logo img:hover {
  opacity: 1;
  transition: 400ms;
}
.home-links .links-a {
  clear: both;
  margin: 0 auto;
  font-size: 14px;
  padding-bottom: 60px;
}
.home-links .links-a a {
  color: #666;
  padding: 10px;
  line-height: 300%;
}
/* 手机模式下不显示试用按钮 */
@media only screen and (max-width: 500px) {
  .carousel-caption {
    display: none;
  }
}
