/*
  Theme Name: Triangle
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Creative Site Template
  Version: 1.1
  */

/*   @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
   @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
   @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
*/
@font-face {
  font-family: 'lexus';
  src: url('../fonts/lexus.woff') format('woff'), url('../fonts/lexus.TTF') format('truetype'), url('../fonts/lexus.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'lexus-en';
  src: url('../fonts/nobellight.eot');
  src: url('../fonts/nobellight.eot?#iefix') format('embedded-opentype'), url('../fonts/nobellight.woff') format('woff'), url('../fonts/nobellight.ttf') format('truetype'), url('../fonts/nobellight.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'lexus-icon';
  src:url('../fonts/lexus-icon.eot?-8xdyrm');
  src:url('../fonts/lexus-icon.eot?#iefix-8xdyrm') format('embedded-opentype'),
    url('../fonts/lexus-icon.ttf?-8xdyrm') format('truetype'),
    url('../fonts/lexus-icon.woff?-8xdyrm') format('woff'),
    url('../fonts/lexus-icon.svg?-8xdyrm#lexus-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'pingfanglight';
  src:url('../fonts/pingfang/PingFangRegular.eot');
  src: url('../fonts/pingfang/PingFangRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/pingfang/PingFangRegular.woff') format('woff'), url('../fonts/pingfang/PingFangRegular.ttf') format('truetype'), url('../fonts/pingfang/PingFangRegular.svg#pingfanglight') format('svg');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family: 'teamthink';
  src:url('../icomoon/fonts/teamthink.eot?-bq49bg');
  src:url('../icomoon/fonts/teamthink.eot?#iefix-bq49bg') format('embedded-opentype'),
    url('../icomoon/fonts/teamthink.woff?-bq49bg') format('woff'),
    url('../icomoon/fonts/teamthink.ttf?-bq49bg') format('truetype'),
    url('../icomoon/fonts/teamthink.svg?-bq49bg#teamthink') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntumono';
  src:url('fonts/UbuntuMono-RI.eot');
  src:url('fonts/UbuntuMono-RI.eot?#iefix') format('embedded-opentype'),
    url('fonts/UbuntuMono-RI.woff') format('woff'),
    url('fonts/UbuntuMono-RI.ttf') format('truetype'),
    url('fonts/UbuntuMono-RI.svg#ubuntumono') format('svg');
  font-weight: normal;
  font-style: normal;
}

  body {
    background: #f4f4f4;
    /*font-family: "lexus","微软雅黑","Microsoft YaHei",'Lato', sans-serif !important;*/
    font-family: "Verdana",'Microsoft YaHei', 'SimHei', 'Source Han Sans';
    font-size: 11px;
    line-height: 22px;
    color: #000;
  }

  html {
    height: 100%;
  }


  a{
    color:#000;
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#8fc31f;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
  }

  h1{
    color: #686868;
  }

  h2{
    font-size: 16px;
    color: #686868;
  }

  h3{
    font-size: 14px;
  }
::-webkit-scrollbar{width: 6px;height: 6px;background-color: #F5F5F5;}  
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}  
::-webkit-scrollbar-thumb{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color: #555;}  


  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common {
    font-size: 14px;
    color: #0099ae;
    border: 1px solid #0099ae;
    font-family: 'Open Sans', sans-serif;
    /*font-weight: 300;*/
    padding: 10px 25px;
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }


  .btn-common:hover, 
  .btn-common:focus{
    outline: none;
    background: none;
    box-shadow: none;
    color: #01707f;
    border-color:#01707f;
  }

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 90px;
  }

  .padding-right{
    padding-right: 80px;
  }

  .padding-left{
    padding-left: 80px;
  }

  .margin-bottom{
    margin-bottom: 35px;
  }

     .carousel-indicators.visible-xs {
      height: 20px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: -35px;
      width: 100%;
      left: 0;
    }

  .carousel-indicators.visible-xs li {
    border-color: #D29948;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
  }

  .carousel-indicators.visible-xs li.active {
    background: rgba(210, 153, 72, 0.7);
  }


/*************************
*******Header******
**************************/


#header{
  margin-bottom: 0;
  /*// padding: 5px 0;*/
  background: rgba(47,47,47,1);
  position: absolute;
  left: 0; top: 0;
  width: 100%; z-index: 99999;
  opacity:1;
  webkit-transition: all .4s ease;
  transition: all .4s ease;
  visibility: visible !important;
}
#header .navbar-brand img{height: 36px;position: relative;top: 2px;}
.aobutmh{background: rgba(47,47,47,0.8); border-top: 1px solid #333;visibility: visible !important;}
.aobutmh .container{ border-bottom: none !important;}
#header.homeon{ background: rgba(47,47,47,1); visibility: visible !important;opacity: 1;}
#header .container{ width: 96%}

#header .navbar-inverse {
  position: relative;
}


.msearch{ font-size: 14px;color: #fff; margin-right: 0; padding-left: 10px;position: absolute;right: 30px; top: 13px;}
.msearch i{ position: relative; cursor: pointer; }
.search{
  position: absolute;
  top: -115px;
  right: 0;
  height: 65px;
  z-index: 1;
  width: 100%;
  background: rgba(0,0,0,0.8);
  -webkit-transition-property: all;transition-property: all;-webkit-transition-duration: 300ms;transition-duration: 300ms;
  
}

.search .container{padding: 15px 0;}
.search i{
  float: right;
  background: url(../images/close.png) no-repeat;
  width: 30px; height: 30px; background-size: cover;margin-top: 9px;
  margin-left:10px; cursor: pointer;
}



.hnav{ display: none;}
.hnav div.list{ padding:0; margin:0; }
.hnav div.list p{  position: absolute; left: 0; top: 0; color: #fff; font-size: 14px; line-height: 40px; text-indent:  10px; padding: 0; margin: 0; width: 100%; height: 100%; cursor:pointer; vs}
.hnav img{ width: 100%; padding: 0 1px 1px 1px;}
.field-toggle{
  position: relative;
  top: 0;
  right: 0;
  height: 48px;
}

.menu li.active .box_tc{transition: all 2s ease 0s;-moz-transition: all 2s ease 0s; -webkit-transition: all 2s ease 0s; -o-transition: all 2s ease 0s; height: 100%; top:48px; display: block !important;}
.box_tc{ background: rgba(23,24,39,0.95); position: absolute; left: 0; top: 48px; width: 100%; z-index: 9999; overflow-y:auto; height: 0;transition: all 1s ease 0s;-moz-transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -o-transition: all 1s ease 0s;}
.boxcenter{ text-align: center; color: #fff;}
.boxcenter p{
  padding: 0; margin: 0;
}
.boxcenter .nr{ padding: 15px 0; line-height: 28px; font-size: 11px; color: #a0a0a0;}
.bt_close{ position: absolute; left: 50%; margin-left:-20px; bottom: 40px; cursor: pointer; z-index: 99}
/*.bt_close{ text-align: center; padding-top: 50px; cursor: pointer; z-index: 99}*/
.bt_close span{ display: inline-block; border-radius: 30px; height: 30px; width: 30px; border: 1px solid #fff; background: url(../images/close.png) center center no-repeat; background-size: 80% auto;}
.nzflbox ul{ padding: 0; margin: 0;}
.nzflbox ul li{ margin: 5px 0; text-align: center;}
.nzflbox ul li a{ padding: 0  !important; display: block; height: 36px; line-height: 36px; color: #b5b5b5; background: #37383f; font-size: 12px;}
.nzflbox ul li a:hover{background: #acce22 !important;color: #000 !important;}
.tableCell1{ padding-top: 50px;}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.xzdzbox ul{ padding: 0; margin: 0;}
.xzdzbox ul li{ margin: 5px 0; text-align: center;}
.xzdzbox ul li a{ padding:0 !important; display: block; height: 36px; line-height: 36px; color: #b5b5b5; background: #37383f; font-size: 12px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.xzdzbox ul li a:hover{background: #acce22 !important;color: #000 !important;}


.slideTxtBox .hd{line-height:36px; position:relative; }
.slideTxtBox .hd ul { padding: 0; margin:0;}
.slideTxtBox .hd ul li{ cursor:pointer; line-height:36px; text-align: center; color: #fff; font-size: 12px; margin-bottom: 10px;}
.slideTxtBox .hd ul li.on{ line-height:36px;background:#acce22; color: #000; }
.slideTxtBox .bd{border-left: 1px solid #525659}
.slideTxtBox .bd div.dblist{ padding:15px;  zoom:1; }
.slideTxtBox .bd li{ height:60px !important; list-style: none; text-align: center;margin: 0 0 10px 0;}
.slideTxtBox .bd li a{ padding:10px !important;display: block; height: 60px; line-height: 22px; color: #b5b5b5; background: #37383f; font-size: 11px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.slideTxtBox .bd li a:hover{background: #acce22 !important;color: #000 !important;}

#about{clear: both; padding: 210px 0;}
#about .img{ padding-top: 48px;}
#about .aboutnr{ line-height: 30px;}
#about h2{ padding: 0; margin: 0; color: #535353; line-height: 40px; font-weight: bold;}
.service{ overflow: hidden; padding-bottom: 210px;}
#contact{ padding: 0 0 200px 0; }
#contact .row{ display: table; vertical-align: middle;}
#contact .rbox{ display: table-cell; vertical-align: middle; float: none;}
#contact .container,#contact .row , #contact .row .rbox{ background: #f1f1f1;}
.row .rbox{ }
.cont_p h4{ padding-bottom: 10px; padding-top: 10px; }

#banner img{ width: 100%}

/*goods*/
.projs{ padding: 80px 0}
.projs .title{ text-align: center;}
.projs .title p{ line-height: 30px; font-size: 20px; color: #000; padding: 0;}
.projs p.zc{    width: 170px;
    margin: 30px auto  0 auto;
    padding: 15px 0;
    border: 1px solid #999; text-align: center;}
    .projs p.zc a{ color: #000; display: block; text-decoration: none; }
.projs .title span.line{ border-bottom: 1px solid #000; display: block; width: 60px; margin: 0 auto;}
.pro_name{ text-align: center; padding-top: 40px;}
/*.pro_name a{ font-weight: normal; display: inline-block; background: #8fc31f; font-size: 18px; line-height: 30px; color: #000; padding:10px 40px; border-radius: 5px; text-decoration: none;}*/
.pro_name a i{ position: relative; left: 20px; }
.pro_name .coll{ font-size: 18px; color: #91c322; padding-bottom: 10px;/* border-bottom: 2px solid #91c322; */}
.pro_name .coll p{   display: inline; }
#collbox { padding:10px 0; margin-top: 10px; }
#collbox ul { padding: 0; }
#collbox ul li{ text-align: center; line-height: 30px; font-size: 14px;}
.goods_video{ padding-bottom: 40px; overflow: hidden; }
.goods_img{ padding:20px 0 100px 0; overflow:hidden; }
.goods_small .title{ text-align: center;}
.goods_small .title p{  line-height: 30px; font-size: 26px; color: #000; padding: 0;}
.goods_small .title h4{ padding-bottom: 20px; padding-top: 5px; line-height: 30px; }
.goods_small .title h5{ line-height: 30px; font-size: 12px; padding-bottom:40px; }
.goods_small_pic { padding-bottom: 110px;  text-align: center;}
.goods_small_pic ul{ padding: 0; margin: 0; text-align: center}
.goods_small_pic ul li{ margin-bottom: 5px; float: none; display: inline-block; }
.goods_small_pic ul li img{ border:1px solid #ececec;}
.goods_list{ overflow: hidden; box-shadow: 0 0 5px #ccc; }
.gl{ margin-bottom: 50px;}
.goods_list div.grbox{ padding: 0;  background: #fff;-webkit-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;transition: All 0.4s ease-in-out;overflow: hidden; vertical-align: top;}
.grow{ background:url(../images/g1.jpg) center center no-repeat ; background-size:cover; overflow: hidden; margin-bottom: 2px;}

.grow:hover .grbox .list{-webkit-transform:none;
  -ms-transform: none;
  -o-transform:none;
  transform: none;}
.rimg{ color: #434343;display: table;  width: 100%; background-color: #fff;}
.rimg .grbox{ display: table-cell;float: none; }
.rimg h3{ line-height: 40px; color: #1b1b1b; font-weight:bold; font-size:24px; padding-bottom: 10px;}
.rimg h4{ line-height: 22px; color: #1b1b1b; font-weight:bold; font-size:13px; padding-bottom: 10px;}
.grow1{ background:#fff;overflow: hidden; margin-bottom: 2px; }
.grbox1{ background:#fff; background-size:cover; overflow: hidden; margin-bottom: 2px; padding: 0;display: table; }
.grbox2{ background:#fff;  overflow: hidden; margin-bottom: 2px; padding: 0; display: table; }
.grbox1img{ padding: 0; overflow: hidden;display: table-cell;height: 100%;float: none;vertical-align: middle;}
.grbox1 h3{ line-height: 40px; color: #1b1b1b}
.grbox2 h3{ line-height: 40px; color: #1b1b1b}
.grb1list{ padding-top: 20px; padding-bottom: 20px;background: #fff;display: table-cell; color: #434343; padding-left:10%; vertical-align: top; float: none;}
.grb1list ul{ padding: 0; }
.grb1list ul li{ line-height: 22px; font-size: 11px; }
.grb1list ul li i{ color: #8fc31f; margin-right: 10px; transform: scale(.8);}
.grbox .list{ padding: 20px 0;font-size: 11px;}
.grbox .list ul{ padding: 0; }
.grbox .list ul li{ line-height: 22px; font-size: 11px; }
.grbox .list ul li i{ color: #8fc31f; margin-right: 10px; transform: scale(.8); }
.grbox .col-xs-1{ width:30px;}
.grbox1 .grb1list{ padding-left:30px;}

.down{ margin-bottom: 180px; text-align: center;}
.down a{ font-size: 18px; margin:0 20px;  display: inline-block;}
.down table tr td {
    padding: 20px 5px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    
}
.down:last-child table tr:hover {
    background-color: #ddd;
}
.down table tr td:first-child {
    color: #8fc31f;
    font-weight: bold;
    text-align: center;
    width: 60px;
}
.down table tr td a{ color: #000; }
.down table tr td a:hover i{color: #8fc31f;}
.down table tr td a i{ color: #000; font-size: 18px; position: relative;top: 2px;}

.gcx h1{ text-align: center; color:#626262; line-height: 40px; padding-top:0; margin-top: 0;/* letter-spacing:8px;*/}
.butbox{ text-align: center; padding-top: 10px;}
.butbox a{ margin:0 10px; }

.gcx{ padding: 0px 0 180px 0; }
.imghover, .imgbighover {
  -webkit-transition:All 0.4s ease-in-out;
  -o-transition:All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
.imgbighover:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.jisu{ padding: 40px 0 0 0; }

/*tableList_extend*/

.tableList_extend {
    overflow: hidden;
    position: relative;
}


.tableList_extend *{margin: 0; padding: 0; overflow: hidden;box-sizing:content-box;}



.tableList_extend > div {
    position: absolute;
    right: 10px;
    top: 10px;
}

.tableList_extend > div a {
    display: inline-block;
    color:#8fc31f;
    margin: 0 5px;
    text-align: center;
    font-size: 28px;
}
.tableList_extend > div a + a {
    background-position: right top;
}

.tableList_extend > div a:hover {
   color:#fff;
}

.tableList_extend ul {
    position: relative;
    height: auto;
    padding: 0;
    margin: 0;
}

.tableList_extend li {
    float: left;
    min-height: 20px;
}

.tableList_extend li > *:first-child {
    background: #5b5b5b;
    color: #fff;
    font-weight: bold;
    padding: 40px 20px 20px;
    font-size: 16px;
}

.tableList_extend li > *:first-child span {
    display: block;
    font-size: 12px;
}

.tableList_extend li > * {
    border-top: 1px solid #d4d4d4;
    padding:4px 20px;
    word-wrap: break-word;
    line-height: 22px;
}

.tableList_extend li:nth-child(even) {
    background: #f0f0f0;
}

.tableList_extend li:first-child {
    position: absolute;
    left: 0;
    background: #e4e4e4;
}

.tableList_extend li:first-child > * {
    text-align: left;
}

.tableList_extend li:first-child > *:first-child {
    background: #4e4e4e;
}


@media only screen and (max-width: 662px){
 .down a{ width: 100%; margin-bottom: 2.5rem; margin-left: 0; margin-right: 0}
}

@media only screen and (max-width: 700px){
 .down table{ width: 700px; }
}

@media only screen and (max-width: 767px){
 
  .rimg .grbox{ float: left; }
  .grbox1img{ float: left;} 
  .grbox2img{ float: left;} 
  #contact .rbox{ display:inline-block;  float: left;}
}
 
.search-form{
  padding-left: 10px;
  margin-top: 9px;
  height: 30px;
  font-size: 14px;
  color: #818285;
  font-weight: 300;
  outline: none;
  border: 1px solid #acce22;
  border-radius: 4px;
  width: 50%;
  float: right;
}

.social-icons ul li{
  padding: 0 10px;

}

.social-icons ul li:last-child{
  padding-right: 0;

}

.social-icons ul li a{
  font-size: 18px;
  color: #3f3e44;
  padding: 0;
}

.social-icons ul li a:hover .fa-facebook {
  color:#e71638;
}

.social-icons ul li a:hover .fa-twitter {
  color:#e71638;
}

.social-icons ul li a:hover .fa-behance {
  color:#e71638;
}

.social-icons ul li a:hover .fa-vimeo {
  color:#e71638;
}

.social-icons ul li a:hover .fa-linkedin {
  color:#e71638;
}

.social-icons ul li a:hover,
.social-icons ul li a:focus{  
  background: none;
}

#header .navbar {
 
  border: 0;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 20px;
}

#header .navbar-brand{
  padding: 0;
  margin-left: 0;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#header .navbar-nav.navbar-right >li:last-child{
  margin-right: 20px;
}

#header .navbar-nav.navbar-right >li a {
  color: #d7d7d7;
  font-size: 11px;
  padding: 14px 20px;
  text-transform: capitalize;
}


#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #acce22;
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: #acce22;
  // border-bottom: 2px solid #acce22;
}


/*  Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a{
  color: #818285;
  padding: 5px 0;
  font-size: 11px;
  display: block;
  text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #acce22;
  color: #fff;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #0884d5;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #acce22;
  color: #000;
}

.fa-angle-down{
  padding-left: 5px; 
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Footer******
**************************/

#footer {
  background: #272c2f;
}
.fnav{  padding:20px 0; overflow: hidden;}
.fnav dl{ text-align: center;}
.fnav dl dt{ color: #fff; line-height: 40px; font-size: 14px;}
 .fnav dl dt span{display: none;}
.fnav dl dd{ line-height: 30px;}
.fnav dl dd a{ color: #aaaaaa;}
.fnav dl dd a:hover{color: #fff;}
.fnav dl dd p{ text-align: center; padding: 0; margin: 0; color: #fff;}
.fnav dl dd p img{ display: inline-block;}
.copyright{ background: #fff; text-align: center; padding: 15px 0;}
.nav-copy{ text-align: center;}
.nav-copy li{ display: inline-block;}
.copyright i.fa{ font-size: 20px; color:#3d3c42; margin: 0 10px;}
.copyright i.fa:hover{ color: #fa802b }
.copyright div{ display: inline-block; position: relative; top: -3px; font-size: 11px; padding-left: 100px; }
#footer h1{
  margin-bottom: 65px;
  margin-top: 36px;
}

#footer .bottom-separator {
  margin-bottom: 60px;
}

#message {
  height: 110px;
  resize: none;
}

.bottom > h2 {
  margin-top: 0;
  margin-bottom: 26px;
}

.bottom .media-body h3 {
  margin-top: 0;
  padding-left: 25px;
}

.bottom .media-body h3 a{
  color: #ea2c00;
}

.testimonial .media{
  margin-top: 0;
  margin-bottom: 25px;
}

.testimonial .media>.pull-left{
  margin-right: 25px;
}

.testimonial .media>.pull-left img{
  margin-top: 6px;
}

.testimonial .media .media-body blockquote{
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
  border-left: 0;
  margin-bottom: 0;
}

.testimonial .media .media-body blockquote:before{
  position: absolute;
  left: 5px;
  top: 8px;
  content: '"';
  font-size: 40px;
  color: #ea2c00;
  font-family: 'Noto Sans', sans-serif;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  line-height: 0;
}

.testimonial .media .media-body blockquote:after{
  position: absolute;
  right: 30px;
  bottom: 14px;
  content: '"';
  font-size: 40px;
  color: #ea2c00;
  font-family: 'Noto Sans', sans-serif;
  line-height: 0;
}

.contact-info.bottom {
  padding-left: 25px;
}

.bottom > address {
  line-height: 22px;
  margin-bottom: 40px;
}

.form-control {
  border: 1px solid #eaeaea;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  height: 40px;
}

.form-control:hover, 
.form-control:focus{
  border-color: #8fc31f;
  outline: none;
  box-shadow: none;
}

.btn-submit {
  width: 30%;
  background-color: #6d7177;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  border-bottom: 3px solid #292a2c;
  box-shadow: none;
  padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus{
  color: #fff;
  outline: none;
  box-shadow: none;
  opacity: .8;
}

.copyright-text{
  margin-top: 70px;
  color: #fff;
  font-size: 16px;  
  padding-bottom: 15px;
}

.copyright-text a {
  color: #3e848a
}

.copyright-text p {
  margin-bottom: 0;
}

/*************************
*******Home Page******
**************************/
#home-slider {
  background: url(../images/home/slider-bg.png) 0 100% repeat-x;
  position: relative;
}

#home-slider .main-slider {
  position: relative;
  height: 450px;
}

#home-slider .slide-text{
  position: absolute;
  top: 50px;
  left: 0;
  width: 450px;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider .slider-hill {
  position: absolute;
  right: 0;
  bottom: 0;
}

.animate-in .slider-hill {
  -webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
  animation: bounceInDown 1000ms ease-in-out 200ms both;
}

#home-slider .slider-house {
  position: absolute;
  right: 110px;
  bottom: -30px;
}

.animate-in .slider-house {
  -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
  animation: bounceInDown 500ms ease-in-out 800ms both;
}

#home-slider .slider-sun {
  position: absolute;
  right: 365px;
  bottom: 100px;
}

.animate-in .slider-sun {
  -webkit-animation: scaleIn 500ms ease-in-out 1200ms both;
  animation: scaleIn 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds1 {
  position: absolute;
  right: 470px;
  bottom: 75px;
}

.animate-in .slider-birds1 {
  -webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
  animation: fadeInLeft 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds2 {
  position: absolute;
  right: 40px;
  bottom: 150px;
}

.animate-in .slider-birds2 {
  -webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
  animation: fadeInRight 500ms ease-in-out 1200ms both;
}


#home-slider h1{
  margin-top: 100px;
  margin-bottom: 25px;
}

#home-slider .btn-common {
  margin-top: 20px;
}

#home-slider .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -30px;
  right: 0;
  background: #fafafa;
  text-align: center;
}

#home-slider .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #acce22;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}

#action {
  background-image: url(../images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 157px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

.vertical-center{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: statice;
}


.single-service{
  overflow: hidden;
  display: block;
}

.single-service img {
  margin-bottom: 35px;
}

.single-service .fold {
  margin-bottom: 35px;
}

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p {
  padding: 0 48px;
}

.action h1{
  margin-top: 0;
}

.action p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
}

.action .btn-common{
  margin-top: 55px;
  float: left;
}

.title {
  color: #2f2f2f;
  font-weight: 300;
}

.single-features {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 40px;
}

.single-features .col-sm-6 {
  margin-top: 50px;
}

.single-features:last-child {
  padding-bottom: 95px;
  padding-top: 0;
}

.single-features h2{
  margin-bottom: 15px;
}

#clients{
  padding-bottom: 45px;
}

.clients {
  margin-bottom: 45px;
}

.clients img {
  display: inline-block;
}

.clients-logo {
  overflow: hidden;
  margin-bottom: 10px;
}



/*************************
*******About Us Page******
**************************/

#action , 
#page-breadcrumb{
  position: relative;
}

#page-breadcrumb {
  background-image: url(../images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 130px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#team {
  padding: 85px 0;
}

#team-carousel {
  margin-top: 80px;
}

#company-information .padding-top{
  padding-top: 172px;
  
}

.single-service img {
  height: 85px;
}

.tour-button {
  background-image: url(../images/home/tour-icon2.png);
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  background-position: 151px 4px;
}

.about-image {
  padding:90px 90px 0;
}

.team-single {
  position: relative;
}

.person-thumb {
  position: relative;
}

.person-thumb img {
}


.social-profile {
  background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
    -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;transition: all 0.9s ease 0s;
  width: 100%;
  height: 100%;
}

.team-single:hover .social-profile{
  background:rgba(112, 35, 64, 0.9);
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills {
  display: inline-block;
  margin-top: -26px;
  padding: 0;
  position: relative;
  top: 50%;
}

.social-profile .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.social-profile .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
}

.person-info h2 {
  font-weight: 300;
  margin-bottom: 5px;
}

.person-info h3 {
  font-size: 16px;
  color: #686868;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.team-carousel-control {
  position: absolute;
  top: 36%;
  width: 13px;
  height: 16px;
  text-indent: -9999999px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.right.team-carousel-control {
  right: -50px;
  background-image: url(../images/aboutus/right.png);
}

.left.team-carousel-control {
  left: -50px;
  background-image: url(../images/aboutus/left.png);
}

.team-carousel-control:hover{
  background-position: 0 -18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;  
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.count h1{
  font-size: 60px;
  color: #acce22;
}

.count h3{
  font-size: 16px;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition:  width 1s ease-in-out;
}

.top-zero{
  margin-top: 0;
}

h3.top-zero{
  font-size: 20px;
}

#company-information .about-us h2{
  margin-bottom: 45px;
}

.single-skill h3{
  font-size: 16px;
}

.progress{
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar{
  line-height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar.progress-bar-primary{
  background: #acce22;
}



/*************************
*******Service Page******
**************************/
#recent-projects{
  padding: 85px 0;
}

.recent-projects .team-single{
  height: 355px;
}

.recent-projects p.padding-bottom{
  padding-bottom: 50px;
}

.choose{
  padding-top: 30px;
}

#company-information.choose .padding-top{
  padding-top: 50px;
}

#company-information h2{
  margin-bottom: 25px;
  margin-top: 0;
}

ul.elements{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.elements li{
  margin: 6px 0;
}

ul.elements li > i{
  color:#C03035;
  display: inline-block;
  margin-right: 10px;
}

#company-information h1.margin-bottom{
  margin-bottom: 26px;
}

/*************************
*******Portfolio Default**
**************************/

.portfolio-single {
  position: relative;
}

.portfolio-thumb {
  position: relative;
  border: 2px solid #ccc;
}

.portfolio-thumb img {
  width: 100%;
}


.portfolio-single:hover .portfolio-view{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

#portfolio .row{
  margin-left: -10px;
  margin-right: -10px;
}

.portfolio-view {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background:rgba(175, 211, 34, 0.9);
  width: 100%;
  text-align: center;
}

.portfolio-view .nav-pills {
  padding: 0;
  display: inline-block;
  width: 100%; height: 100%;
  position: relative;
}

.portfolio-view .nav-pills li {
  display: inline-block;
  // margin: 0 5px;
  width: 100%;
  height: 100%;
}

.portfolio-view .nav-pills li a {
  color: #fff;
  width: 100%;
    height: 100%;
  // width: 40px;
  // height: 40px;
  // line-height: 38px;
  text-align: center;
  padding: 0;
  // border-radius: 40px;
  -webkit-animation: scaleIn 400ms linear 100ms both;
  animation: scaleIn 400ms linear 100ms both;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover {
  // color: #702340;
  // // border-color: #702340;
  // -webkit-transition: all 0.9s ease;
  // transition: all 0.9s ease;
  background: none;
}
.portfolio-view .nav-pills li a i{
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  position: relative;
  top: 50%;
  margin-top: -20px;
  border:1px solid #fff;
}

.portfolio-info {
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-info h2 {
  font-size: 11px;
  margin: 15px 0 0;
  height:26px;
}

.portfolio-filter {
  margin: 80px 0;
  padding: 0;
}

.portfolio-filter li {
  display: inline-block;
  position: relative;
}

.portfolio-filter li a {
  border-radius: 0;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 0 25px;
  text-transform: capitalize;
  border: none;
}

.portfolio-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a:hover, 
.portfolio-filter li a:focus,
.portfolio-filter li a.active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a.active:before{
  position: absolute;

  content: "";
  left: 0;
  width: 13px;
  height: 16px;
  background: url(../images/portfolio/icon.png);
  top: 5px;
}

.portfolio-pagination{
  text-align: center;
  
  padding-top: 40px;
  padding-bottom: 90px;
}




/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3 {
  color: #404040;
  margin-top: 0;
  border-bottom: 3px solid #ececec;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.sidebar-item{
  margin-bottom: 48px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #ececec;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px solid #ececec;
}

.categories .navbar-stacked li a {
  font-size: 16px;
  color: #6a6a6a;
  padding: 8px 0;
  padding-left: 0;
}

.categories .navbar-stacked li a:hover{
  background: none;
  margin-left: 20px;
  color: #0099AE;
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: #0099AE;
  padding-left: 20px;
}

.categories .navbar-stacked li.active a:before{
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #0099AE;
  border-width: 8px;
  border-style: solid;
  left: 0;
  top: 13px;
  margin-top: 0;
  z-index: 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;
}

.categories .navbar-stacked li.active a:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-width: 6px;
  border-style: solid;
  left: 0px;
  top: 15px;
  margin-top: 0;
  z-index: 1;
  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;
}

.sidebar-item .media{
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 21px;
  margin-top: 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;    
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ececec;  
  padding-bottom: 0; 
}

.sidebar-item .media:hover{
  border-left: 2px solid #0099AE;
  padding-left: 5px;
  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;
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: #0099AE;
  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;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a{
  color: #7d7d7d;
  font-size: 16px;
}

.sidebar-item .media .media-body p {
  color: #b4b4b4;
  font-size: 11px;
}

.tag-cloud .nav-pills{
  margin-top: 16px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #bbbbbb;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background: #0099AE;
}

.popular ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px -8px;
}

.popular ul.gallery li {
  display: block;
  width: 33.33%;
  float: left;
  padding: 8px;
}

.popular ul.gallery li a {
  display: block;
}

.popular ul.gallery li a img {
  width: 100%;
  transition: border-radius 300ms ease-in;
  -webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover {
  border-radius: 60px;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 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;
}

/**** disabling Isotope CSS3 transitions ****/
.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 Details
*****************************/

#portfolio-information.padding-top{
  padding-top: 100px;
}

.project-name h2{
  margin-top: 0;
  margin-bottom: 15px;
}

#related-work .title{
  margin-bottom: 55px;
  margin-top: 10px;
}

.navbar-default {
  background: none;
  padding: 0;
}

.navbar-default li a{
  font-size: 11px;
  padding: 0;
  padding-right: 15px;
}

.navbar-default li a i{
  padding-right: 8px;
}

.navbar-default li a:hover{
  color: #0884d5;
  background: none;
}

.skills .navbar-default,
.client .navbar-default{
  margin-left: 35px;
  
}

.live-preview .btn-common{
  margin-top: 21px;
  padding: 13px 45px;
}


/*****************************
Blog Default
*****************************/

.single-blog.timeline {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-bottom: 0;
  position: relative;
  padding-bottom: 0;
}

.timeline .post-content {
  padding: 20px 20px 0;
}

.post-thumb{
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
}

.timeline .post-thumb img {
  width: 100%;
}

.post-thumb iframe{
  width: 100%;
  min-height: 270px;
  border: 0;
}

.post-overlay{
  position: absolute;
  top: 50%;
  display: none;
  width: 94px;
  height: 140px;
  margin-top: -70px;
  overflow: hidden;
}

.post-overlay span{
  position: absolute;
  left: 50%;
  bottom: 0; 
  margin-left: -60px;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  z-index: 9;
}


.post-overlay span:before{
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 60px;
  content: "";
  border-color: transparent transparent #0884d5 transparent;
  z-index: -1;
  cursor: initial;
}

.post-overlay span a{
  font-size: 30px;
  color: #fff;
  background: transparent;
  padding: 0; 
  margin-left: 50px;
}

.single-blog:hover .post-overlay{
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}

.timeline-divider{
  position: relative;
  padding-top: 50px;
}

.timeline-divider:before{
  position: absolute;
  top: 0;
  content: "";
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  border-left-color: #0099AE;
  left: 50%;
  margin-left: -2px;
}

.timeline-blog .col-sm-6.padding-top{
  padding-top: 70px;
}

.post-content{
  padding: 20px 0;
}

.timeline-date .btn-common{
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  border-radius: 0;
  padding: 17px 40px;
}

.arrow-right{
  position: relative;
}

.arrow-right:after{
  position: absolute;
  right: 1px;
  content: "";
  top: 15px;
  background: url(../images/blog/left.png);
  width: 43px;
  height: 54px;
}

.arrow-left{
  position: relative;
}

.arrow-left:before{
  position: absolute;
  left: -2px;
  content: "";
  top: 86px;
  background: url(../images/blog/right.png);
  width: 43px;
  height: 54px;
}

.post-title {
  margin-top: 0;
}

.post-title a,
.comments-number a{
  color: #686868;
}

.post-content .post-author{
  margin-top: 0;
  
}

.post-content  .post-author a{
  font-weight: 300;
  font-size: 14px;
  color: #0099AE;
}

a.read-more{
  color: #0099AE;
  font-weight: 300;
}

a.read-more:hover{
  color: #01707F
}

.post-bottom{
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
}


/*****************************
Blog with right sidebar
*****************************/

.single-blog{
  padding-bottom: 30px;
}

.single-blog .post-bottom{
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-blog .post-overlay span{
  left: 0;
  top: 0;
  margin-left: 0;
  width: 94px;
  height: 140px;
  background: url(../images/blog/blog-arrow.png);
  -webkit-animation: fadeInLeft 400ms;
  animation: fadeInLeft 400ms;
}

.single-blog .post-overlay span a{
  margin-left: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 18px;
  position: absolute;
  top: 50px;
}

.single-blog .post-overlay span a small{
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
}

.single-blog .post-overlay span:before{
  border-color: transparent;
  border-width: 0;
}

.post-nav{
  margin:0;
  padding: 0;
}

.post-nav li a{
  color: #0099AE;
  padding: 0;
  text-align: left;
}

.post-nav li a i{
  color: #0099AE;
  margin-right: 8px;
}

.post-nav li a:hover{
  background: none;
}

.blog-padding-right{
  padding-right:35px;
}

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}

/*****************************
Blog with right sidebar
*****************************/

.masonery_area .single-blog{}
.masonery_area .single-blog .post-thumb{
  height: auto;
}

.masonery_area .single-blog .post-title{
  margin-top: 5px;
}

.masonery_area .single-blog .post-title a{
  font-size: 20px;
}

.masonery_area .single-blog .post-thumb img{
  height:auto;
}

.masonery_area .single-blog .post-bottom{
  border-top:0;
  padding-top:0;
  margin-top:15px;
}

/* Audio CSS */

.audiojs{
  background:#C03035;
  height: 45px;
  width: 100%;
}

.audiojs .scrubber{
  background: #fff;  
  height: 8px;
  border-top: 0;
  width: 170px;
  margin-top: 19px;
  margin-left: 12px;
  border-radius: 10px;
}

.audiojs .play-pause{
  background: #a92b2f;
  width: 68px;
  height: 45px;
  padding: 0;
  padding-left: 24px;
  padding-top: 10px;
  border-right: 0;
}

.audiojs .time{
  display: none;
  
}

.audiojs .progress{
  background: #A92B2F;

  height: 8px;
  border-radius: 10px;
}

.audiojs .loaded{
  background:#fff;
  height: 8px;
  border-radius: 10px;
}


/*****************************
Blog Details
*****************************/

.navbar-nav.post-nav li{
  margin-right: 60px;
}

.single-blog.blog-details .post-content{
  padding-top: 30px;
}

.single-blog.blog-details .post-bottom{
  margin-top: 55px;
}

.blog-share{
  margin-top: 40px;
  background: #f5f5f5;
  display: inline-block;
  padding: 2px 0;
}

span.stMainServices,
span.stButton_gradient, 
.stButton .chicklets{
  height:24px !important;
}

.author-profile.padding{
  padding-top:50px;
}

.author-profile .col-sm-2 img{
  width: 100%;
  border-left: 3px solid #0099AE;
}

.author-profile h3{
  margin-top:0;
  color: #3a424c;
}

.author-profile p{
  color: #3a424c;
  font-weight: 400;
}

.author-profile span a{
  color: #C03035;
}

.response-area{
  border-bottom: 0;
}

.response-area h2{
  margin-top: 0;  
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 20px;
}

.post-comment{
  padding-left: 70px;
  padding-top: 36px;
  border-top: 1px solid #f1e8dd;
}

.post-comment .pull-left img{
  margin-right: 60px;
  border-left: 3px solid #0884d5;
}

.post-comment .media-body{
  padding-top: 6px;
  border-bottom: 0;
  padding-bottom: 50px;
}

.post-comment .media-body p{
  margin-top:10px;
}

.post-comment .media-body span i{
  color: #C03035;
  margin-right: 10px;
}

.post-comment .media-body span a{
  color: #C03035;
  font-weight: 700;
}

.post-comment .media-body .post-nav li a{
  font-weight: 300;
}

.parrent .media-list{
  margin-left: 190px;
}

.parrent .post-comment{
  padding-left: 0;
  margin-left: 70px;
}


/****************************
********* Contact Us*********
*****************************/
#map-section {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

#gmap {
  height: 350px;
}

.get-in-touch img {
  margin-top: 35px;
  margin-bottom: 32px;
}

.get-in-touch p {
  font-size: 18px;
  font-weight: 300;
}

#map-section .contact-info {
  position: absolute;
  background-color: #7c3651;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  padding:25px 50px;
  opacity: 0.9;
  color: #fff;
}

#map-section .contact-info h2, 
#map-section .contact-info a {
  color: #fff
}

#map-section address a:hover {
  color:#acce22
}

#contact-form #message{
  resize:none;
}

#contact-form .btn-submit {
  width: 28%;
  margin: 5px auto;
}

.corporate-info .corporate-address {
  background-image: url("../images/contact-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 50px;
}

.corporate-info .corporate-address address {
  background-image: url("../images/icon-map.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
}


/****************************
****** Price-table CSS*******
*****************************/

.price-table {
  margin-top: 88px;
  margin-bottom: 96px;
}

.single-price ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.table-heading {
  background-color: transparent !important;
  color: #FFFFFF !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: center;
}

.single-price.price-one .plan-name, 
.single-price.price-two .plan-name, 
.single-price.price-three .plan-name, 
.single-price.price-four .plan-name {   
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.single-price.price-one .plan-name {
  background-color: #0e76bc;
}

.single-price.price-two .plan-name {
  background-color: #ac2429;
}

.single-price.price-three .plan-name {
  background-color: #ed8d1b;
}

.single-price.price-four .plan-name {
  background-color: #6c825f;
}


.single-price .plan-price { 
  color: #fff;
  float: none;
  font-size: 14px;
  height: 110px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding-top: 15px;
}


.plan-price .dollar-sign {
  font-size: 18px;
}

.plan-price .price {
  font-size: 24px;
}

.plan-price .month {
  display: block;
  margin-top: -6px;
}

.price-one .plan-price:after, 
.price-two .plan-price:after, 
.price-three .plan-price:after, 
.price-four .plan-price:after  {  
  border-style: solid;
  border-width: 110px;
  content: "";
  height: 0;
  left:50%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  margin-left: -110px;
}

.price-one .plan-price:after {
  border-color: #0d6fb1 transparent transparent;
}

.price-two .plan-price:after {
  border-color: #ac2429 transparent transparent;
}

.price-three .plan-price:after {
  border-color: #e78817 transparent transparent;
}

.price-four .plan-price:after {
  border-color: #5f7452 transparent transparent;
}

.single-price ul li, 
.single-table ul li {
  padding: 12px 18px;
  background-color: #f7f7f7;
  margin-bottom: 5px;
  color: #696969;
}

.single-price ul li span, 
.single-table ul li span {
  float: right;
}

.price-one .btn-buynow, 
.price-two .btn-buynow, 
.price-three .btn-buynow, 
.price-four .btn-buynow   {  
  border-radius: 0;
  color: #fff;
  padding: 12px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}

.price-one .btn-buynow  {
  background-color: #0d6fb1;
}

.price-two .btn-buynow  {
  background-color: #ac2429;
}

.price-three .btn-buynow  {
  background-color: #e78817;
}

.price-four .btn-buynow  {
  background-color: #5f7452;
}

.price-one .btn-buynow:hover  {
  background-color: #0a5a90;
}

.price-two .btn-buynow:hover  {
  background-color: #821b1e;
}

.price-three .btn-buynow:hover  {
  background-color: #c57413;
}

.price-four .btn-buynow:hover  {
  background-color: #48583e;
}


.price-table2, .price-table3{
  margin-bottom:125px;
}

.price-table4 {
  margin-bottom: 150px
}

.table-one .table-header, 
.table-two .table-header, 
.table-three .table-header, 
.table-four .table-header {
  overflow: hidden;
  padding:20px;
  color: #fff;
}


.table-one .table-header {
  background-color:#0e76bc;
} 

.table-two .table-header {
  background-color:#c03035;
}

.table-three .table-header {
  background-color:#ed8d1b;
}

.table-four .table-header {
  background-color:#6c825f;
}

.single-table {
  position: relative;
  padding-top: 60px;
}

.table-one:before, 
.table-two:before, 
.table-three:before, 
.table-four:before {
  
  border-style: solid;
  border-width: 0 130px 60px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table-one:before {
  border-color: transparent transparent #0d6fb1;
} 

.table-two:before {
  border-color: transparent transparent #ac2429;
}

.table-three:before {
  border-color: transparent transparent #e78817;
}

.table-four:before {
  border-color: transparent transparent #5f7452;
}

.table-header h2 {
  color: #fff;
  float: left;
  font-size: 24px;
  margin-top: 7px;
}

.table-header .plan-price {
  float: right;
  margin: 0;
  overflow: hidden;
  padding-top: 1px;
}

.single-table .btn-signup {
  display: block;
  text-align: center;
  position:relative;
  z-index:1;
}

.single-table ul {
  margin: 0;
  padding: 0;
}

.table-one .btn-signup:after, 
.table-two .btn-signup:after, 
.table-three .btn-signup:after, 
.table-four .btn-signup:after {
  content: "";
  position: absolute;  
  border-style: solid;
  border-width: 78px 130px 0;  
  height: 0;
  left: 0; 
  top: -1px;
  width: 100%;
  z-index: -1;
}

.table-one .btn-signup:after {
  border-color: #0d6fb1 transparent transparent;
}

.table-two .btn-signup:after {
  border-color: #ac2429 transparent transparent;
}

.table-three .btn-signup:after {
  border-color: #e78817 transparent transparent;
}

.table-four .btn-signup:after {
  border-color: #5f7452 transparent transparent;
}

.single-table .btn-signup a {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}


.table-one .btn-signup:hover.btn-signup:after{
 border-color: #0b598d transparent transparent;
}


.table-two .btn-signup.btn-signup:hover:after {
  border-color: #831c20 transparent transparent;
}

.table-three .btn-signup.btn-signup:hover:after {
 border-color: #bd7014 transparent transparent;
}

.table-four .btn-signup.btn-signup:hover:after{
  border-color: #3d4b35 transparent transparent;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/home/tour-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  font-weight: 300;
  margin-top: 30px;
  padding:25px 55px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  background-color: transparent;
  border: 1px solid #cc9b59;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #cc9b59;
  border-color:#cc9b59;
  color:#fff;
}

#error-page i, #coming-soon i {
  border: 1px solid #cc9b59;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #cc9b59;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i:hover, #coming-soon i:hover {
  background-color: #cc9b59;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*************************
********404 page CSS******
**************************/

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0;
}

#error-page .container-fluid {
  overflow: hidden;
}

.error-page-inner {
  display: table-cell;
  vertical-align: middle;
}

.bg-404 {
  background-image: url("../images/404-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-image img {
  width: 100%;
}

#error-page h2 {
  font-size:36px;
  text-transform: uppercase;
}

.btn-error {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #4FCCCD;
  color: #797979;
  font-size: 16px;
  font-weight: 700;
  letter-spacing:0;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 25px 53px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.btn-error:hover, .btn-error:focus  {
  background-color: #4FCCCD;
  border-color:#4FCCCD;
  color:#fff;
}

#error-page i, #coming-soon i {
  border: 3px solid #cecece;
  height: 40px;
  width: 40px;
  line-height: 35px;
  color: #cecece;
  font-size: 17px;
  margin:0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover, 
#error-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover, 
#error-page i.fa-google-plus:hover, 
#coming-soon i.fa-google-plus:hover {    
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#error-page i.fa-facebook:hover, 
#coming-soon i.fa-facebook:hover{
  background-color:transparent;  
  color: #314A87;
  border-color:#314A87;
}

#error-page i.fa-twitter:hover, 
#coming-soon i.fa-twitter:hover{
  background-color:transparent;  
  color: #22BBF4;
  border-color:#22BBF4;
}

#error-page i.fa-google-plus:hover, 
#coming-soon i.fa-google-plus:hover{
  background-color:transparent;  
  color: #DD4C3B;
  border-color:#DD4C3B;
}

/*************************
******Coming Soon CSS*****
**************************/

.logo-image {
  display: block;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 95px;
}

.logo-image img {
  display: inline-block;
}

#coming-soon {
  background-image: url("../images/coming-soon-bg.png");
  background-position: center top;
  background-repeat: repeat-x;
  padding: 40px 0;
  overflow: hidden;
}

#coming-soon .social-link {
  margin-top: 35px;
}

.time-count {
  display: block;
  text-align: center;
}

.time-count ul {
  padding-left: 0;
}

#countdown {
  display: block;
  max-width: 960px;
  margin: 80px auto 100px;
}


#countdown li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  height: 254px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  position: relative;
  color: #fff;
}

#countdown li.angle-one {
  background-image: url(../images/coming-soon1.png);
  left: 120px;
}

#countdown li.angle-two {
  background-image: url(../images/coming-soon2.png);
  left: 40px;
}

#countdown li.angle-three {
  background-image: url(../images/coming-soon3.png);
  right: 40px;
}

#countdown li.angle-four {
  background-image: url(../images/coming-soon4.png);
  right: 120px;
}

#countdown li > span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
}

#countdown li.angle-two > span,
#countdown li.angle-four > span {
  margin-top: 80px;
}


#subscribe {
  background-color: #565656;
  color: #FFFFFF;
  padding: 40px 0 50px;
}

#subscribe h2 {
  color: #fff;
  text-transform: uppercase;
}

#subscribe .fa-envelope-o {
  color: #0884d5;
  margin-right: 5px;
}

#subscribe .form-control {
  background-color: transparent;
  height: 52px;
  color: #fff;
  border:2px solid #acce22;
}

#newsletter {
  margin-top: 35px;
  position: relative;
}

#newsletter i {
  color: #0884d5;
  font-size: 36px;
  position: absolute;
  right: 12px;
  top: 7px;
}

.newsletter p {
  color: #919191;
  font-size: 12px;
  margin-top: 10px;
}

#coming-soon-footer {
  padding: 45px 0;
  line-height: 15px;
  overflow: hidden;
}

#coming-soon-footer a {
  color: #d89b4e;
}

#coming-soon-footer a:hover {
  color: #b38040
}

/*Shortcodes CSS*/
.bs-example{
  margin: 0 0 20px;
}

.panel-group{
  border: 1px solid #eee;
}
.panel-default{
  border: 0;
}
.panel-group .panel{
  border-radius: 0;
}
.panel-group .panel+.panel{
  margin-top: 0;
}

.panel-default>.panel-heading{
  background-color: transparent;
  border-top: 1px solid #eee;
}

.panel-group .panel-default:first-child>.panel-heading{
  border-top: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  border-top-color: #eee;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
  background-color: #4FCCCD;
}

.tab-content {
  padding-top: 20px;
}

/*Features*/
.feature-inner{
  text-align: center;
}
.icon-wrapper{
  display: inline-block;
  background-color: #4FCCCD;
  color: #fff;
  padding: 25px;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  border-radius: 100%;
  margin: 10px 0;
}

/*job*/
.jmenu{ line-height: 40px; overflow: hidden; padding: 37px 0 37px;}
.jmbox{ padding: 0;}
.jmenu ul{ padding: 0; margin: 0 }
.jmenu li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
}
.jmenu li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    background: #bdbdbd;
}
.wow{ visibility: hidden; }
.jmenu li.frast:before{background:none;}
.jmenu li.active a{ font-size:14px; font-weight: bold;}
.jmenu li a{color: #666;}
.email{ padding: 37px 0; line-height: 16px; font-size: 14px; color: #666}
.email span{ color: #8fc31f;}
.email div{ float: right; text-align: right;}
.gray-box {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    border-color: rgba(0,0,0,.14);
    box-shadow: 0 3px 8px -6px rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.gray-box .title {
    height: 60px;
    padding: 0 10px 0 30px;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 8px 8px 0 0;
    box-shadow: rgba(0,0,0,.06) 0 1px 7px;
    background: #f3f3f3;
    background: -webkit-linear-gradient(#fbfbfb,#ececec);
    background: linear-gradient(#fbfbfb,#ececec);
    line-height: 60px;
    font-size: 18px;
    color: #333;
    position: relative;
}
.gray-box .title h2 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    padding: 0; margin: 0;
    line-height: 58px;
}
.grey-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 118px;
    height: 38px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.08),rgba(0,0,0,.08));
    background-image: linear-gradient(rgba(255,255,255,.08),rgba(0,0,0,.08));
}
.grey-menu .labelq {
    position: relative;
    z-index: 26;
    line-height: 38px;
    padding: 0 22px;
    cursor: pointer;
    font-size: 14px;
}
.grey-menu.active {
    border-color: transparent;
    background: #e2e2e2;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    transition: background .4s ease;
}
.grey-menu.active .fa.chevron-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.grey-menu .fa.chevron-down {
    font-size: 14px; position: relative; left: 5px; font-weight: bold;
    color: #585858;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
        float: right;
        top:11px;
}
.grey-menu.active .menu-list {
    opacity: 1;
    display: block;
    visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.grey-menu .menu-list {
    opacity: 1;
    display: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 25;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 2px 7px rgba(0,0,0,.2);
    z-index: 999;
}
.grey-menu .menu-list ul{ padding: 0; margin: 0;}
.grey-menu .menu-list .label-active {
    height: 38px;
    /*background-color: #fff;*/
        border-radius: 5px;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.08),rgba(0,0,0,.08));
    background-image: linear-gradient(rgba(255,255,255,.08),rgba(0,0,0,.08));
}
.grey-menu .menu-inner {
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}
 .grey-menu .menu-list li {
    border-top: 1px solid #e5e5e5;
    height: 38px;
    line-height: 38px;
    padding-left: 22px;
    font-size: 11px;
    cursor: pointer;
}
.grey-menu .menu-list li:hover {
  background: #f5f5f5
}

.grey-menu .menu-list li.active {
  color: #5c85e5
}
 .grey-menu .menu-list li.active {
    color: #5c85e5;
}
 .grey-menu .menu-list li.active .check {
    display: block;
}
.grey-menu .check {
    display: none;
    margin: 11px 21px 0 0;
    float: right;
}
.grey-menu i {
    font-style: normal;
}
.job-list-head {
    overflow: hidden;
    background: #f2f2f2;padding: 0; margin:0;
}

.job-list-head li {
    line-height: 37px;
    border-left: 1px solid #e4e4e4;
    border-left: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    font-size: 11px;
    background: #f2f2f2;
}
.job-list .job-name {
    color: #2f2f2f;
    padding-left: 29px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0;
}
.job-address ,.job-category, .job-operation {
    color: #2f2f2f;
    text-align: center;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.job-list-body{ padding: 0; margin:0;}
.job-list-body>li {
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 11px;
}
.job-list-body li a.job-url{ display: none;}
.job-list-body .job-line {
    overflow: hidden;
}
.job-list-body .job-name {
    cursor: pointer;
}
.job-list-body .job-address, .job-list-body .job-category, .job-list-body .job-name, .job-list-body .job-operation {
    line-height: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.job-list-body>li.active,.job-list-body>li:hover {
  background: #fafafa
}
.job-list li.hide-content .job-content {
  display: none;
    overflow: hidden;
}
.job-list-body .job-new {
  margin: -3px 0 0 10px;
  display: inline-block;
  width: 42px;
  height: 22px;
  background: url(../images/job-new_12ce1f7ca4.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle
}
.job-list-body .job-name .smartisan-icon.chevron-down {
  display: none;
  opacity: 0;
  margin: -3px 0 0 8px;
  line-height: 20px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;font-weight: bold; font-size: 14px;
}

@media screen and (min-width:1px) {
  .job-list-body .job-name .smartisan-icon.chevron-down {
    display: inline-block;font-weight: bold;
  }
}

.job-list-body .job-name:hover .smartisan-icon.chevron-down {
  display: inline-block;
  opacity: 1; font-weight: bold;
}

.job-list-body>li.active .smartisan-icon.chevron-down {
  display: inline-block;
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg)
}

.job-list-body .job-btn {
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  color: #2f2f2f;
  text-align: center;
  font-size: 11px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border: 0 solid rgba(255,255,255,0);
  background-image: -webkit-linear-gradient(rgba(255,255,255,.06),rgba(0,0,0,.06));
  background-image: linear-gradient(rgba(255,255,255,.06),rgba(0,0,0,.06));
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),inset 0 -1px 1px rgba(255,255,255,.2),0 1px 3px rgba(0,0,0,.06)
}

.job-list-body .job-btn:hover,.job-list-body li.active .job-btn {
  border: 1px solid #567bcd;
  border: 0 solid rgba(255,255,255,0);
  color: #000;
  background-color: #abcd22;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.16),rgba(0,0,0,.16));
  background-image: linear-gradient(rgba(255,255,255,.16),rgba(0,0,0,.16));
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),inset 0 -1px 1px rgba(255,255,255,.1),0 1px 3px rgba(0,0,0,.06)
}
.job-list li.active .job-content {
    height: auto;
    
}
.job-list-body .job-inner {
    border-top: 1px solid #e5e5e5;
    background: #f5f5f5;
    box-shadow: inset 0 0 6px rgba(0,0,0,.06);
}
.job-list-body .job-inner>div {
    padding: 20px 60px 50px;
}
.job-list-body .job-block:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.job-list-body .job-block {
    margin-top: 22px;
    border-top: 1px solid #e7e7e7;
    padding-top: 12px;
    margin-bottom: 22px;
}
 .job-list-body .job-content ol{ padding: 0; margin:0}
 .job-list-body .job-content ol>li {
    list-style-type: decimal;
    margin-left: 17px;
    color: #2f2f2f;
    line-height: 22px;
}
.job-list-body p {
    margin-left: 5px;
    color: #2f2f2f;
    line-height: 30px;
}

@media only screen and (max-width: 500px){
  .jmenu{ text-align: left}
  .jmenu ul li{ float: left; display: inline;}
  .jmbox span{ display:block; position: absolute; right: 0; top: 0; height: 46px; width: 40px; background: url(../images/jmenu.png) no-repeat center center #fafafa;border-bottom: 1px solid #d8d8d8; }
  .jmenu{ overflow-x:auto; padding:0 5px; height: 46px;margin-right: 30px;}
  .jmenu ul{ width: 500px}
  .jmenu::-webkit-scrollbar{width:0;height:0}
}
.loading{ position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.5); height: 100%; width: 100%;  z-index: 99999}
.zzsc3 {
  width: 60px;
  height: 60px;
  position: relative;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #67CF22;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
   
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.banner{ position: relative; }
.aboutm{ line-height: 40px; overflow: hidden; position: absolute; left: 0; top: 48px; z-index: 999; width:100%; overflow: hidden;}
.aboutm .container{ border-bottom: 1px solid #fff; }
.aboutm ul{ padding: 0; margin: 0 }
.aboutm li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
}
.aboutm li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}
.aboutm li.frast:before{background:none;}
.aboutm li.active a{ font-size:11px; font-weight: bold; color: #fff;}
.aboutm li a{color: #fff; font-size: 11px;}
.about{ padding: 150px 0; }
.about_p{ line-height: 30px; font-size: 12px; color: #2f2f2f;}
.about_logo{ text-align: center; padding: 150px 0; }
.about_logo img{ float: none;max-width: 100%;}
.aboutline{ border-top: 1px solid #e5e5e5; line-height: 24px; padding: 10px 0 0 0; font-size: 11px; }

.contact_p{ padding-top: 100px; padding-bottom: 100px; font-size: 11px; color: #2f2f2f;}
.contact_p h1{ font-size: 1.6rem; color: #2f2f2f; padding-bottom: 20px;}
.network{ padding-bottom: 40px; }
.network .title{ background: #f5f5f5; line-height: 36px; font-size:1.6rem; text-indent: 1.5rem; }
.ntgw{ border: 1px solid #e8e8e8; padding: 10px 20px; margin-top: 40px; font-size: 13px; position: relative;}
.ntgw h4{ font-weight: bold; padding-bottom: 10px; font-size: 15px;}
.ntgw span.line{ height: 4px; background: #8fc31f; position: absolute; left: 20px; top: -1px; display: inline-block; width: 50px;}
.ntgw .but { text-align: right;position: absolute;right: 10px;bottom: 10px;}
.ntgw .but span{ border: 1px solid #8fc31f; color: #8fc31f; display: inline-block; border-radius: 10px; padding:0 10px; }
.news_box .right {
    float: right;
}
.news_box{ padding: 40px 0; }
.bt{ line-height: 40px; border-bottom: 1px solid #f0f0f0; font-size: 1.6rem; }
.bt-link{font-size: 14px;color: #999999; padding: 40px 0 0 ;}
.bt-link a{ color: #999; }
.ph{ color: #000; font-weight: bold; }
.middle_info{ }
.middle_info .date{ color: #999; font-size: 14px; }
.middle_info .newstb{ margin-bottom: 10px; }
.middle_info .newstb i{ color: #ccc; margin-left: 5px; }
.middle_info .newstb span{ color: #8fc31f }

.content_middle{ font-size: 11px; color:#2f2f2f; line-height: 20px;letter-spacing:0px; padding: 30px 0;}
.content_middle img{ max-width: 100% !important;margin:10px 0;height:auto !important; }
.content_middle p{ margin-bottom: 20px;}
.rlist ul{ padding: 0; }
.rlist ul.list li{ padding: 30px 0; border-bottom: 1px solid #e5e5e5; overflow: hidden; }
.rlist ul.list li .img{ padding: 0; }
.rlist ul.list li .img img{ width: 100%; border: 1px solid #e5e5e5; padding: 5px; }
.rlist ul.list li .memo { line-height: 18px; }
.rlist ul.list li .memo h4{ padding-top: 0; margin-top: 0; font-size: 1.5rem; }
.rlist ul.list li .memo .newstb{ margin-bottom: 10px; }
.rlist ul.list li .memo .newstb i{ color: #ccc; margin-left: 5px; }
.rlist ul.list li .memo .newstb span{ color: #8fc31f }

.llist{ margin-top: 20px; padding-top: 21px;background: #fcfcfc; margin-bottom: 20px;}
.lnt{ border-left: 4px solid #8fc31f; text-indent: 20px;font-size: 1.6rem; margin-bottom: 15px;}
.lnta{ padding-bottom: 20px; }
.lnta a{ display: inline-block; border: 1px solid #e6e6e6; line-height: 26px; padding: 0 5px; margin-left:5px; }
.lnta a:hover{ color: #e60012 }
.lrwtj{padding: 21px 0;background: #fafafa;}
.lrwtj_p ul{ padding: 0; }
.lrwtj_p ul li{ padding: 0 15px; border-bottom: 1px solid #f0f0f0; margin-top: 15px;}
.lrwtj_p ul li h4{ font-size: 14px; line-height: 24px; }
.lrwtj_p ul li:last-child{ border-bottom: 0; }
.pager{ margin:0; text-align: left; }
.pager li>a, .pager li>span{ border-radius: 0; }
.pagination>li>a, .pagination>li>span { color: #666 }
.pagination>li.on a{color: #fff; background: #919294;border: 1px solid #ddd;}
.pagination>li>a:hover, .pagination>li>span>a:hover{ color: #fff; background: #919294;border: 1px solid #ddd;}

.pagination>li>a, .pagination>li>span { color: #55cf1d }
.blank5{ height: 50px; }
.blank8{ height: 80px; }
.blank10{ height: 100px; }
.news{ position: relative; }
@media only screen and (max-width : 1024px) {

 .viewthread_foot{ position: initial !important; left: 0; top: 0; }
  .viewthread_foot .bdsharebuttonbox li{ float: left; border-bottom:0 !important; }

}
.viewthread_foot{ position: fixed; left:60px; top: 141px; }
.viewthread_foot .bdsharebuttonbox .bds_weixin {
    background-position: -50px -259px;
}

.viewthread_foot .bdsharebuttonbox .bds_tsina {
    background-position: 10px -259px;
}
.viewthread_foot .bdsharebuttonbox .bds_qzone {
    background-position: -121px -259px;
}
.viewthread_foot .bdsharebuttonbox .bds_tsina:hover {
    opacity: 1;
    background-position: 11px -318px;
    background-color: #F74864;
}
.viewthread_foot .bdsharebuttonbox .bds_weixin:hover {
    opacity: 1;
    background-position: -50px -319px;
    background-color: #1EC354;
}
.viewthread_foot .bdsharebuttonbox .bds_qzone:hover {
    opacity: 1;
    background-position: -121px -319px;
    background-color: #FFCE0B;
}
.viewthread_foot .bdsharebuttonbox li {
    width: 60px;
    cursor: pointer;
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
.viewthread_foot .bdsharebuttonbox a {
    float: left;
    display: inline-block;
    text-indent: -999px;
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    transition: .3s cubic-bezier(.3,0,0,1.3);
    background: url(../images/icon1.png) no-repeat #FAFAFA;
}
#topcontrol span{ display: block; width: 54px; height: 54px; background:#acce22; text-align: center; color: #fff; line-height: 54px;}
#topcontrol span i{ color: #fff; font-size: 48px;}
.group{ text-align: center; font-size:10px; padding:50px 0 30px 0;}
.group i{ width: 4px; height: 4px; background: #626262; margin: 0 10px; position: relative; top: -2px;}
.group a{ font-size:16px; text-decoration: none; color: #626262}
.group a:hover{color: #acce22;}
.group a.on{ border-bottom: 2px solid #acce22; color: #acce22; padding-bottom: 4px;}
.groupw{ box-shadow: 0 0 5px #ccc; overflow: hidden; display: table; margin-bottom: 30px; background-color: #fff; overflow: visible;} 
.groupimg{ padding:0; display: table-cell;float: none;}
.groupmemo{ display: table-cell; float: none; vertical-align:middle; padding-top: 20px; padding-bottom: 20px; position: relative; z-index: 9}
.groupmemo1{display: table-cell; float: none; vertical-align:middle;}
.groupmemo ol{ padding:0;}
.groupmemo ol li{ line-height: 28px;}
.groupmemo ol li a{ display: block;}

.groupmemo1 ol{ padding:0;}
.groupmemo1 ol li{ line-height: 28px; }
.groupmemo1 ol li a{ display: block;white-space:nowrap; text-overflow:ellipsis; padding-right: 5px;}
.groupmemo2{
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -11px;
}
.dzbox .button a{ color: #000 !Important;}
.dzbox .button a.btn{ margin: 0 10px 0 0;}
ol.nonub li{ list-style:none;}
@media (max-width:768px){
  #header .navbar-brand img {
    height: 36px;
    position: relative;
    top: 8px;
}
.pro_name .coll p{   display: block !important; }
#header .navbar-nav.navbar-right >li a{ font-size: 16px; }

.group{ padding:0; }
.group a{ display: block;    line-height: 30px; font-size: 11px; }
.group i{ display: none; }
  .groupimgn{ left: 50%; margin-left: -140px; display: block !important;}
  .groupimg{ padding:0; display: table-cell;float: left;}
  .groupmemo{ display: table-cell; float: left;width: 280px; position: relative; left: 50%; margin-left: -140px; }
  .groupmemo1{display: table-cell; float: left; padding-bottom: 20px;}
}


.focus{ width:100%;  margin:0 auto; position:relative; overflow:hidden;display: none;}
.focus .mhd{ width:100%; height:5px;  position:absolute; z-index:1; bottom:0; text-align:center;  }
.focus .mhd ul{ overflow:hidden; display:-moz-box; display:-webkit-box; display:box; height:5px; background-color:rgba(51,51,51,0.5); padding: 0;}
.focus .mhd ul li{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; }
.focus .mhd ul .on{ background:#acce22;  }
.focus .mbd{ position:relative; z-index:0; }
.focus .mbd li img{ width:100%;  }
.focus .mbd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }



.honor_list{ padding-top: 30px; padding-bottom: 100px; font-size: 14px; color: #434343;}
.breadcrumb{ background: none;}
.breadcrumb>.active{color:#8fc31f}
.honor_l .active{ background: #8fc31f; border-color: #8fc31f; color: #fff}
.honor_l .active:hover{background: #8fc31f; border-color: #8fc31f; color: #fff}
.honor_l a.list-group-item i , .honor_l a.list-group-item:hover{color: #8fc31f;}


.feedback{padding-top:80px}
.feedback label{color:#4d4d4d;cursor:pointer;display:block;font-size:.875rem;font-weight:700;line-height:1.5;margin-bottom:4px}
.feedback input,.feedback textarea{-webkit-appearance:none;-moz-appearance:none;border-radius:0;background-color:#ddd;border-style:solid;border-width:0;border-color:#ccc;box-shadow:none;color:rgba(0,0,0,.75);display:block;font-family:inherit;height:38px;margin:0 0 1rem 0;padding:.5rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .15s linear,background .15s linear;-moz-transition:border-color .15s linear,background .15s linear;-ms-transition:border-color .15s linear,background .15s linear;-o-transition:border-color .15s linear,background .15s linear;transition:border-color .15s linear,background .15s linear;font-size:11px}
.feedback input:focus,.feedback textarea:focus{background:#eee;border-color:#999;outline:0}
.feedback select:focus{background-image:url(../images/select-arrow-bg-icon.png);background-position:100% center;background-repeat:no-repeat;background-color:#eee;outline:0;font-size:11px}
.feedback .columns_box{margin:0 auto;float:none}
.feedback select{font-size:11px;-webkit-appearance:none!important;-moz-appearance:none!important;background-color:#ddd;border-radius:0;background-image:url(../images/select-arrow-bg-icon.png);background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:0;border-color:#ccc;color:rgba(0,0,0,.75);font-family:inherit;line-height:normal;padding:.5rem;border-radius:0;height:38px;width:100%}

/*.groupimgn{ padding: 0;  width: 280px; float: left; position:relative; height: 456px;}*/
.groupimgn {
    padding: 0 15px 0 0;
    width: 280px;
    /* float: left; */
    position: relative;
    height: 456px;
    display: table-cell;
    vertical-align: top;
}
.groupimgn .dian{ position: absolute; }
.groupimgn .dian span{ width: 18px; height: 18px; color: #000; background: #a4c430; border-radius: 18px; display: inline-block; line-height: 18px; text-align: center; cursor: pointer;}
.groupimgn .dian div.dimg{ position: absolute; left:25px; top: 0; border: 2px solid #666; box-shadow: 0 0 5px #666; border-radius: 8px; display: none; z-index:999}
.groupimgn .dian div.dimg img{ border-radius: 8px; }
.groupmemon{float: left; width: 240px; padding-top: 20px; padding-bottom: 20px; padding-left: 15px;}
.groupmemon ol{ padding:0;}
.groupmemon ol li{ line-height: 28px;}
.groupmemon ol li a{ display: block;}

.la-anim-1 {
    position: fixed;
    top: 48px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    background: #aed121;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}
.la-anim-1.la-animate {
    z-index: 100;
    opacity: 0;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.la-anim-1.la-animate::after {
    opacity: 1;
}

.butbox a{ margin-bottom: 1rem; }

.menu li .dapone{-webkit-transition-property: all;transition-property: all;-webkit-transition-duration: 100ms;transition-duration: 100ms; position: absolute; left: 0; top: 0; width: 100%; top: 48px; background:rgba(125,125,125,1); height: 0; overflow: hidden; z-index: 999}
.menu li .dapone.lopen{ overflow: visible; height: 40px;-webkit-transition-property: all;transition-property: all;-webkit-transition-duration: 100ms;transition-duration: 100ms;}
.menu li .dapone ul li{ float: left;line-height: 14px;border-right: 1px solid #D2D2D2;height: 14px;margin-top: 12px; }
.menu li .dapone ul li:last-child{ border-right: 0; }
/*.menu li .dapone ul li a{ color: #000 !important; }*/
.box_hui{ background: rgba(0,0,0,.8); position: fixed; top: 48px; left: 0; width: 100%; z-index: 998; height: 100%; display: none; }
.menu li .dapone ul{ float: right; padding-right: 140px; }



.container-fluid {
    padding: 0;
}
.container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}
.news-box .ib-content {
    overflow: hidden;
}
.news-box .ib-caption {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
   
}
.news-box .ib-content{ padding: 0; }
.color-light {
    color: #fff;
}
.news-box .ib-caption a {
    text-decoration: none;
}
.news-box .ib-caption img{
    -webkit-transform:scale(1);
        -ms-transform:scale(1);
            transform:scale(1);
    -webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
            transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995); width: 100%
}

.news-box .ib-caption span.more{
    width: 100%;
    position: absolute;
    color: #444;
    bottom: 30px;
    left: 0;
    -webkit-transform:scale(1,0);
        -ms-transform:scale(1,0);
            transform:scale(1,0);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition:-webkit-transform 200ms cubic-bezier(0.025, 0.025, 0.17, 1);
            transition:transform 200ms cubic-bezier(0.025, 0.025, 0.17, 1);
}
.no-csstransforms .news-box .ib-caption span.more{
    opacity: 0;
    filter:alpha(opacity=0);
}
.news-box .ib-caption.color-light span.more{
    color: #fff;
}
.news-box .ib-caption a{
    text-decoration: none;
}
.news-box .ib-caption a:hover h3{
    bottom: 80px;
    -webkit-transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
            transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
}
.touch .news-box .ib-caption h3{
    bottom: 30px;
}
.news-box .ib-caption a:hover p{
    bottom: 56px;
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transition:bottom 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975),opacity .4s cubic-bezier(0.02, 0.045, 0.22, 0.975);
            transition:bottom 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975),opacity .4s cubic-bezier(0.02, 0.045, 0.22, 0.975);
    -webkit-transition-delay: 80ms;
            transition-delay: 80ms;
}
.touch .news-box .ib-caption p{
    opacity: 0;
}

.news-box .ib-caption a:hover span.more{
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:scale(1,1);
        -ms-transform:scale(1,1);
            transform:scale(1,1);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition:-webkit-transform 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975);
            transition:transform 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975);
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
}
.touch .news-box .ib-caption span.more{
    opacity: 0;
}
.news-box .ib-caption a:hover .tsf-scale,.touch .news-box .ib-caption .tsf-scale{
    -webkit-transform:scale(1);
        -ms-transform:scale(1);
            transform:scale(1);
    -webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
            transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}


.color-light a h4.cpyy{position: absolute; color:#fff; width: 82px; text-align: left;
    right: 25%;
    bottom: 34%;
    display: inline-block;
     -webkit-transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
    transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
    }


.color-light a:hover h4.cpyy{
    bottom:  40%;
    -webkit-transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
    transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
}

.color-light a span.more1{position: absolute;width: 82px; text-align: left; display: inline-block;
  opacity: 0;
    right: 25%;
    bottom: 34%;
    color:#fff;
    -webkit-transform:scale(1,0);
        -ms-transform:scale(1,0);
            transform:scale(1,0);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition:-webkit-transform 200ms cubic-bezier(0.025, 0.025, 0.17, 1);
            transition:transform 200ms cubic-bezier(0.025, 0.025, 0.17, 1);
   }
.ib-caption a:hover span.more1{
    opacity:1;
    bottom: 33%;
    filter:alpha(opacity=100);
    -webkit-transform:scale(1,1);
        -ms-transform:scale(1,1);
            transform:scale(1,1);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition:-webkit-transform 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975);
            transition:transform 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975);
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
}


img.hidden-xs{ border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
.news-box .ib-caption a:hover img.hidden-xs{-webkit-transform:scale(1);
        -ms-transform:scale(1);
            transform:scale(1);}

.ib-caption{ overflow: hidden; }
.full{ border-right: 1px solid #fff; border-bottom:1px solid #fff; }
.news-box .ib-caption-mask{
    height: 140px;
    position: absolute;
    width: 100%;
    bottom: -140px;
    background: rgba(0,0,0,.2);
}
.news-box .ib-caption a:hover .ib-caption-mask{
    bottom: 0px;
    -webkit-transition:bottom 400ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
            transition:bottom 400ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.news-box .color-light h3,.news-box .color-light p{
    color: #fff;
}
.news-box .ib-content{
    overflow: hidden;
}

.mask-box {
    width: 100%;
    height: 100%;
    /* background: url(../images/mask-box.png) repeat-x 0 100px; */
    position: absolute;
    top: 0;
    left: 0;
}

.news-box .color-light h3, .news-box .color-light p {
    color: #fff;
}
.news-box .ib-caption h3 {
    font-size: 16px;
    height: 18px; display: block;
    margin: 0;
    bottom: 30px;
    position: absolute;
    width: 100%;
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
    -webkit-transition: bottom 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
    transition: bottom 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
    z-index: 9999
}
.news-box .color-light h3, .news-box .color-light p {
    color: #fff;
}
.news-box .ib-caption p {
    font-size: 14px;
    position: absolute;
    margin: 0;
    bottom: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}
.news-box .ib-caption.color-light span.more {
    color: #fff;
}
.news-box .ib-caption span.more {
    width: 100%;
    position: absolute;
    color: #444;
    bottom: 30px;
    left: 0;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.025, 0.025, 0.17, 1);
    transition: transform 200ms cubic-bezier(0.025, 0.025, 0.17, 1);
    z-index: 9999
}
