.footer-articles {
  padding: 30px 0 0 0;
  margin-bottom: 30px;
  border-top: 1px solid #e6e6e6;
 background: #e6e6e6 url(/img1/store/back-ground/bg-footer-tile.png);
}
.footer-articles:before,
.footer-articles:after {
  top:0;
  content: "";
  height: 100%;
  position: absolute;
  background: #000;
  visibility: visible;
}
.footer-articles:after { 
  right: 0;
  background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(255,255,255,0.01) 2%, rgba(255,255,255,0.6) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(2%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,0.6)));
  background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(255,255,255,0.01) 2%,rgba(255,255,255,0.6) 100%);
  background: -o-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(255,255,255,0.01) 2%,rgba(255,255,255,0.6) 100%);
  background: -ms-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(255,255,255,0.01) 2%,rgba(255,255,255,0.6) 100%);
  background: linear-gradient(left, rgba(30,87,153,0) 0%,rgba(255,255,255,0.01) 2%,rgba(255,255,255,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#99ffffff',GradientType=1 );
}
.footer-articles:before { 
  left: 0;
  background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.01) 98%, rgba(30,87,153,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(98%,rgba(255,255,255,0.01)), color-stop(100%,rgba(30,87,153,0)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.01) 98%,rgba(30,87,153,0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.01) 98%,rgba(30,87,153,0) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.01) 98%,rgba(30,87,153,0) 100%);
  background: linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.01) 98%,rgba(30,87,153,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#001e5799',GradientType=1 );
}
.footer-articles .title h6{
  font-weight: bold;font-size:16px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-articles .carousel {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-right: 170px;
}
.footer-articles .post {
  width: 222px;
  float: left;
  margin: 0 15px;
  padding-bottom: 30px;
  border-bottom: 6px solid transparent;
}
.footer-articles .post:hover {
  border-color: #d01901
}
.footer-articles .entry-thumb {
  margin-bottom: 15px;
}
.footer-articles .entry-thumb img {
  width: 214px;  
  padding: 4px;
  background: white;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-articles .entry-title {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}
.footer-articles .entry-title a {
  color: #202b39;
  display: block;
}
.footer-articles .entry-title a:hover { text-decoration: none }
.footer-articles .carousel-nav span {
  top: 50%;
  z-index: 20;
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  margin: -14px 30px 0 30px;
  background: url(/img1/store/back-ground/icon-carousel-nav.png) no-repeat;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;

  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.footer-articles .carousel-nav .next {
  right: 0;
  background-position: -29px 0
}
.footer-articles .carousel-nav span:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.footer-articles .carousel-nav .prev:hover { left: 2px; }
.footer-articles .carousel-nav .next:hover { right: 2px; }


.footer-bottom {
    background: none repeat scroll 0 0 #202B39;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-top: 1px;
    text-transform: uppercase;
}
.footer-bottom a{color:#7F7F7F}
.container {
    padding: 15px 0;
    position: relative;
}

.footerContacts li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 14px;
	width: 12px;
}

.footerContacts li a:hover{
background: transparent;	
}


.footerContacts .footerMail:hover {
  background-position: 0 -11px;
}

.footerContacts li{
 text-indent: 20px;
  margin-bottom: 10px;
  
  	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footerWrapper h4 {
    background: url("/img1/store/back-ground/separator.gif") repeat-x scroll 0 27px transparent;
    color: #333333;text-transform:uppercase;
    height: 30px;
    margin-bottom: 9px;
    margin-top: 15px;
}
.footer_tags li a{color:#666666; font-size:13px;font-weight:normal; /*line-height:18px*/}
.footer_tags li {
    background-repeat: no-repeat;
    display: inline;
    margin: 0;
    padding: 0 10px 0 0;float: left
}

.footerAddress {background: url(/img1/store/back-ground/homeIcon.png) no-repeat 0 1px;}
.footerPhone {background: url(/img1/store/back-ground/phoneIcon.png) no-repeat 0 1px;}
.footerMail {background: url(/img1/store/back-ground/mailIcon.png) no-repeat 0 2px;}    

.icons {
	margin: 0;padding:0
	}

.icons li {
	display: inline;
	padding-top:0;
	padding:2px 3px 0 3px;
	border:none;
	}
	
.icons img{ border:none}
.footer-menu {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 35px;
    overflow: hidden;
    padding-bottom: 13px;
}
.footer-menu .parent-menu li{float:left;padding: 0 10px 0 0;}
.footer-menu .parent li a{
background-color:transparent ;background-repeat:no-repeat ;background-position:right 0px ;padding:0 ; } 
.footer-menu .parent-menu a {
  color: #202b39; font-size:11px;text-transform:uppercase
  
}
.footer-menu .parent-menu a:hover {
  text-decoration: underline
}