#timeline {
  display: flex;
  background-color: #fff;


}
#timeline:hover .tl-item {
  width: 25%;
}
.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 33.3333%;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
  margin-right:16px;

}

#timeline div:nth-of-type(3){
	margin-right:0;
}

@media (min-width: 901px) {
  .tl-item {
    height: 500px !important;

  }
}
@media (max-width: 900px) {
  .tl-item {
    height: 350px !important;

  }
}
.tl-item:before, .tl-item:after {
  transform: translate3d(0, 0, 0);
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.tl-item:after {
  background: rgba(3, 89, 143, 0.67);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.tl-item:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(-50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (min-width: 1201px) {
  .tl-item:hover {
    width: 50% !important;
  }
}
@media (max-width: 1200px) {
  .tl-item:hover {
    width: 150% !important;
  }
}
.tl-item:hover:after {
  opacity: 0;
}
.tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
  opacity: 1;
  top: 30px;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-content-intro {
  opacity: 1;
  top: 30px;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-year {
  opacity: 0;
  display: none;
}
.tl-item:hover .tl-bg {
  filter: grayscale(0);
}
.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 0 1.618em;
  top: 28%;
  font-size: 0.95rem;
  opacity: 0;
}
.tl-content h1 {
  color: #fff;
  font-size: 1.44rem;
  font-weight: normal;
}
.tl-year {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.tl-year p {
  font-size: 1.728rem;
  line-height: 0;
}
.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}
.tl-content-intro {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 0 1.618em;
  top: 25%;
  opacity: 1;
}
.tl-content-intro h1 {
  color: #fff;
  font-size: 1.44rem;
  font-weight: normal;
}



#jm-sample-block .container-fluid {
padding:0 !important;	
max-width:100%;
}

@media (min-width: 1200px) {
#jm-sample-block .row-fluid [class*="span"] {

    padding:0 !important;
}
}

#jm-bottom1 {
    padding-bottom: 0px;
}

.jm-module {
    margin-bottom: 8px;
}
#jm-main .container-fluid {
	
}
#jm-logo-nav .container-fluid {
	
}


#jm-header {

    margin-bottom: 16px ;
}

#jm-bottom2 {
    padding-top: 30px;
    padding-bottom: 0;
    background: #00a6eb;
    color: #ffffff;
    border: none;
}
#jm-bottom2 .button  {
	border:1px solid #fff !important;
}

#jm-bottom2 .button:hover  {
	border:1px solid #fff !important;
}

#jm-bottom2 a {
    color: #fff;
}

#jm-bottom1  .container-fluid {
	max-width:100%;
}

@media (min-width: 1200px){
.row-fluid {
    margin: 0;

}
}

#jm-footer-mod {
    padding-top: 10px;
}

.alert, .alert h4 {
    color: #000000;
}
.alert {
    padding: 16px 35px 16px 16px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #00a6eb12;
    border: 1px solid #00a6eb;
    border-radius: 0;
    margin: 0 !important;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    color: #00a6eb;
    text-shadow: none;
    opacity: 1;
}

.alert h4 {
    padding: 0;
padding-bottom: 10px;
}

#adminForm_filter_box .fc_legend_text {
	border:none;
	margin:0;
	padding:0;
}
#flexicontent figure.image.right img, #flexicontent figure.image.left img, #flexicontent div.image.right img, #flexicontent div.image.left img {
    padding: 0px;
    border: none;
}

#flexicontent .lineinfo {
    display: block;
    float: left;
     clear: none;
    margin: 0 0 0.5em 0;
}

#flexicontent .image_descr {
	max-width:85%;
}

#flexicontent .readmore {
    display: inline-block;
    float: left;
     clear: none; 
}

.customblock {
    width: 98% !important;
    padding: 0 !important;
    margin: 0px !important;
    display: block;
    float: left;
    border: none;
    border-radius: 0px;
}

#contact_slider {
	z-index:999999;
}

#contact_slider .bfQuickMode input[type=text], #contact_slider  .bfQuickMode textarea, #contact_slider  .bfQuickMode select, #contact_slider  .bfQuickMode .uneditable-input {
    max-width: 100%;
    width: 100%;
}

.outline {
	background-color:transparent;
	color:#fff;
	border:1px solid #fff;
}

.outline:hover {
	background-color:#fff;
	color:#666;
	border:1px solid #fff;
}

form {
    margin: 0 0 8px;
}

.group {
    overflow: unset	!important;
}


#jm-top1 {
    padding: 0px;
	margin:0;
    background: #fff;
    color: #646464;
    position: relative;
	width:100%;
	margin-top: -16px;
}

#jm-top1 .container-fluid {
	padding: 0px;
	margin:0;
    max-width: 100%;
}




@media (min-width: 1200px){
#jm-top1 .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
    padding: 0;
}

}


#ruxin_news_187 {
    margin: 0 !important;
}


.flexibleContainer .flexCard .flexCard-image img {
    max-height: 200px;
}

.flexibleContainer .flexCard .flexCard-image img {

    max-height: 200px;
}

@media (min-width: 768px){
.custom_info {
	    position: absolute;
    top: 100px;
    z-index: 99;
    width: 100%;
    left: 0;
    background-color: #03598f90;
}
}


.dropfiles-content-default .file .downloadlink {

    border-radius: 0;

}

.dropfiles-content .openlink {

    border-radius: 0;
	width: 140px;
}

.flexibleContainer .product-price {
    text-align: center;
}

