p.error{color: brown}
p.success{color: aqua}

.js-silder .big_img_box {
 margin-bottom:10px;
 width:100%;
 height:349px
}
.js-silder .big_img_box .big_img {
 width:100%;
 height:100%;
 display:none;
 cursor:pointer
}
.js-silder .big_img_box .big_img_in {
  background-size:100% !important
 }
.js-silder .big_img_box .big_img:first-child {
 display:block
}
.js-silder .small_img_box {
 clear:both;
 width:100%;
 float:right
}
.js-silder .small_img_box .swiper-container {
 box-sizing:border-box
}
.js-silder .small_img_box .swiper-container .nexts {
 background-image:url(/images/detail-btn-right.png);
 background-repeat:no-repeat;
 width:25px;
 background-size:100%;
 height:25px
}
.js-silder .small_img_box .swiper-container .prevs {
 background-image:url(/images/detail-btn-left.png);
 background-repeat:no-repeat;
 width:25px;
 background-size:100%;
 height:25px
}
.js-silder .small_img_box .swiper-container .swiper-wrapper .small_img {
 width:20% !important;
 float:left;
 border:2px solid transparent
}
.js-silder .small_img_box .swiper-container .swiper-wrapper .small_img.active {
 border:2px solid #cf713e
}

.services-mechanical-video {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	transition: .3s;
}
.services-mechanical-video i {
	color: #FFD935;
	font-size: 16px;
	height: 40px;
	width: 40px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	border-radius: 50%;
	transition: .3s;
}
.services-mechanical-video i:hover{transform:scale(1.1);background:#FFD935;color:#fff;}

.blog-img{text-align: center;}
.blog-img img{ max-width: 100%;}

/**head**/
.header-top-area {
	padding: 11px 0 15px;
}
.header-top-text{width: 49%}
.header-top-text span {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
}
.header-top-text span a {
	color: #FFD935;
	border-bottom: 1px solid #FFD935;
}
.header-icon{width: 49%}
.header-icon a {
	color: #010e2a;
	font-size: 14px;
	margin-right: 10px;
	transition: .3s;
	position: relative;
}
.header-icon a:hover{color:#FFD935;}
.header-icon a:last-child{margin-right:0;}
.header-icon a::before {
	background: #FFD935;
	height: 8px;
	width: 4px;
	content: "";
	position: absolute;
	top: -15px;
	left: 5px;
	transition: .3s;
	opacity: 0;
}
.header-icon a:hover::before{opacity: 1;}
@media (max-width:767px) {
.header-top-text{width: 100%;text-align: center;}
.header-icon{width: 100%;text-align: center;}
}
.sticky {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}


/* Background Color */
.gray-bg {
	background: #f7f7fd;
}
.blue-bg {
	background: #010e2a;
}
.white-bg {
	background: #fff;
}
.black-bg {
	background: #222;
}
.theme-bg {
	background: #e62129;
}
.primary-bg {
	background: #222;
}

/* Post List
-------------------------------------------------------*/
.post-list {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeeef;
  margin-bottom: 20px; }
  .post-list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .post-list__img-holder {
    width: 240px;
    height: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 0; }
    .post-list__img-holder a {
      display: block;
      height: 100%; }
    @media only screen and (max-width: 991px) {
      .post-list__img-holder {
        width: 170px; } }
  .post-list__body {
    overflow: hidden; }
  @media only screen and (max-width: 575px) {
    .post-list__img-holder, .post-list__body {
      width: 100%; }
    .post-list__img-holder {
      float: none;
      margin-right: 0;
      margin-bottom: 30px; } }

.entry {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .entry__img-holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
  .entry__img {
    width: 100%; }
  .entry__header {
    margin-bottom: 14px; }
  .entry__title {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
    font-weight: 700; }
    .entry__title--sm {
      font-size: 13px; }
    .entry__title:hover a {
      text-decoration: underline; color: #FFD935;}
  .entry__meta li {
    display: inline-block;
    font-size: 12px;
    color: #adb6b9;
    font-style: italic;
    margin-right: 15px; }
    .entry__meta li:last-child {
      margin-right: 0; }
  .entry__meta a {
    color: #adb6b9; }
    .entry__meta a:hover {
      color: #FFD935; }
  .entry__meta i {
    display: inline-block;
    margin-right: 5px; }
  .entry__meta-category {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 700;
    color: #0098d0; }
  .entry__meta-rating i {
    font-size: 14px;
    color: #fcb419;
    margin-right: 2px; }
  .entry__excerpt p {
    margin-bottom: 0; }

.entry:hover .thumb-bg-holder {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.thumb-50 {
  padding-bottom: 50%; }

.thumb-75 {
  padding-bottom: 75%; }

.thumb-100 {
  padding-bottom: 100%; }

.thumb-container {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .thumb-container img {
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -ms-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .thumb-container:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

/**bootstrap start**/
.container {
 width:100%;
 padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto
}
@media (min-width:576px) {
 .container {
  max-width:540px
 }
}
@media (min-width:768px) {
 .container {
  max-width:720px
 }
 .text-md-right {
  text-align:right!important
 }
}
@media (min-width:992px) {
 .container {
  max-width:960px
 }
}
@media (min-width:1200px) {
 .container {
  max-width:1200px
 }
}
.row {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-right:-15px;
 margin-left:-15px
}
.d-none {
 display:none!important
}
.d-inline {
 display:inline!important
}
.d-inline-block {
 display:inline-block!important
}
.d-block {
 display:block!important
}

@media (min-width:576px) {
	.d-sm-none {
	  display:none!important
	 }
	 .d-sm-inline {
	  display:inline!important
	 }
	 .d-sm-inline-block {
	  display:inline-block!important
	 }
	 .d-sm-block {
	  display:block!important
	 }
}
@media (min-width:768px) {
	.d-md-none {
	  display:none!important
	 }
	 .d-md-inline {
	  display:inline!important
	 }
	 .d-md-inline-block {
	  display:inline-block!important
	 }
	 .d-md-block {
	  display:block!important
	 }
}
@media (min-width:992px) {
	.d-lg-none {
	  display:none!important
	 }
	 .d-lg-inline {
	  display:inline!important
	 }
	 .d-lg-inline-block {
	  display:inline-block!important
	 }
	 .d-lg-block {
	  display:block!important
	 }
}
@media (min-width:1200px) {
	.d-xl-none {
	  display:none!important
	 }
	 .d-xl-inline {
	  display:inline!important
	 }
	 .d-xl-inline-block {
	  display:inline-block!important
	 }
	 .d-xl-block {
	  display:block!important
	 }
}
/**bootstrap end**/

