
/*-------------------------------------
        4.  banner
--------------------------------------*/
.welcome-hero {
    position: relative;
    background-position:center;
    background-size:cover;
    text-align: center;
    z-index: 1;
}


/*-------------------------------------
 5. xiaoyuanshenghuo
--------------------------------------*/
.list-topics1 {
    position: relative;
    margin-bottom: 2%;}
    /* Carousel */
    .carousel1-example {
        padding: 0 0 0 0;
    }
    
    #complicated-content-carousel .carousel-control {
        position: absolute;
        top: -20px;
        right: 0;
        left: auto;
        bottom: auto;
        width: 14px;
        font-size: 25px;
        color: #3c3c3c !important;
        opacity: 1;
    }
    
    #complicated-content-carousel .carousel-control.left,
    #complicated-content-carousel .carousel-control.right {
        background-image: none;
    }
    
    #complicated-content-carousel .carousel-control.left {
        right: 35px;
    }
    
    #complicated-content-carousel .index {
        position: absolute;
        top: -70px;
        right: 0;
        font-size: 16px;
        color: #3c3c3c;
    }
    
    #complicated-content-carousel .flex-item {
        position: relative;
        display: inline-block;
        width: 320px;
        height: 380px;
        padding: 16px 13px;
        background-color: #f5f6f7;
        border: 6px solid #f5f6f7;
    }
    
    #complicated-content-carousel .flex-item:hover,
    #complicated-content-carousel .flex-item:focus {
        border: 6px solid #d2d4d5;
        border-radius: 3px;
    }
    .good-top {
        height: 21px;
    }
    
    .good-top-left {
        font-size: 16px;
        color: #424242;
        text-transform: uppercase;
        line-height: 21px;
    }
    
    .good-top-right {
        height: 21px;
        text-align: right;
    }
    
    .choose-color div {
        display: inline-block;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        letter-spacing: 5px;
        cursor: pointer;
    }
    
    .choose-color .blue {
        background-color: #165eb9;
    }
    
    .choose-color .yellow {
        background-color: #ffe637;
    }
    
    .choose-color .black {
        background-color: #535253;
    }
    
    .choose-color .grey {
        background-color: #d3a7ac;
    }
    
    .choose-color .dark-blue {
        background-color: #35374c;
    }
    
    .choose-color .dark-blue-women {
        background-color: #192b5e;
    }
    
    .choose-color .light-blue-women {
        background-color: #1682c4;
    }
    
    .good-top-left .fa {
        position: relative;
        top: 2px;
        font-size: 21px;
    }
    
    .good-bottom {
        height: 21px;
    }
    
    .good-bottom * {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .good-bottom-left a h4 {
        font-size: 18px;
        color: #3c3c3c;
        text-transform: uppercase;
        line-height: 21px;
    }
    
    .good-bottom-right {
        position: relative;
        top: -1px;
        font-size: 22px;
        color: #424242;
        text-transform: uppercase;
        line-height: 21px;
    }
    
    .good-top-left,
    .good-bottom-left {
        float: left;
        text-align: left;
    }
    
    .good-top-right,
    .good-bottom-right {
        float: right;
        text-align: right;
    }
    
    .good-image {
        height: 294px;
        text-align: center;
    }
    
    .good-image:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    
    .good-image img {
        max-height: 240px;
        vertical-align: middle;
    }
    
    .size {
        position: absolute;
        padding: 0;
        cursor: pointer;
        transition: all .35s;
    }
    
    .size.shown {
        padding: 0 5px 5px 5px;
        background-color: #fff;
        border-radius: 2px;
    }
    
    .size.shown .option:hover {
        background-color: #f5f6f7;
    }
    
    .carousel-control {
        width: 50px;
        height: 50px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        font-size: 30px;
        text-align: center;
        opacity: 1;
    }
    
    a.carousel-control.left,
    a.carousel-control.right {
        background-image: none;
        opacity: 1;
        text-align: center;
        font-size: 25px;
    }

/* MEDIA QUERIES */
    /* styles for phones' displays */
    @media only screen and (max-width: 350px) {
        #complicated-content-carousel .flex-item {
            width: 300px;
        }
        .list-topics1 {
    position: relative;
    margin-bottom: 5%;}
    }
    
    /* styles for medium size displays */
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #complicated-content-carousel .flex-item {
            width: 300px;
        }
        .list-topics1 {
    position: relative;
    margin-bottom: 2%;}
    }
/*-------------------------------------
        6.kecheng
--------------------------------------*/
.works{padding: 0 0;margin-top: 2%}
.works-content {margin-bottom: 2%;text-align: center;}

.single-how-works{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
     -o-border-radius:15px;
}
 .box{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin:3% 0;
  }
 .box:before{
        content: '';
        background: linear-gradient(45deg,rgba(0,0,0,0.6), rgba(0,0,0,0.6));
        height: 100%;
        width: 100%;
        opacity: 0;
        filter: blur(10px);
        transform: scale(1) rotate(180deg);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        transition: all 0.4s ease-in-out;
    }
    .box:hover:before{
        box-shadow: 0 0 10px 2px #555;
        opacity: 1;
        filter: blur(0);
        transform: scale(0.92, 0.9) rotate(0);
    }
    .box img{
        width: 100%;
        height: auto;
        transition: all 0.5s ease-in-out;
    }
    .box:hover img{ transform: scale(1.9) rotate(45deg); }
    .box .box-content{
        color: #fff;
        text-align: center;
        width: 100%;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) scale(3);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        transition: all 0.5s ease;
    }
    .box:hover .box-content{
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
    .box .title{
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0;
    }
    .box .post a{
        font-size: 16px;
        text-transform: capitalize;
        color: #fff;
        padding: 5px 15px;
    }
    .box .icon{
        padding: 0;
        margin: 0;
        list-style: none;
        filter: blur(10px);
        transform: scale(0);
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 2;
        transition: all 0.5s ease 0.2s;
    }
    .box:hover .icon{
        transform: scale(1);
        filter: blur(0);
    }
    .box .icon li{ display: inline-block; }
    .box .icon li a{
        color: #fff;
        background: rgba(255,255,255,0.2);
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        width: 40px;
        margin: 0 3px;
        display: block;
        position: relative;
        transition: all 0.3s;
    }
    .box .icon li a:hover{
        text-shadow: 0 0 6px #555;
        box-shadow: 0 0 5px #555;
    }
    @media only screen and (max-width:990px){
        .box{ margin-bottom: 25px; }
    }
    @media only screen and (max-width:479px){
        .box .title{ font-size: 20px; }
    }

 .box1{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin:6% 0;
    border:1px #cdcdcd solid;
    padding:3px;
  }
  .box1:hover{ box-shadow: 13px 13px 15px rgba(0, 0, 0, 0.3); }
.box1:before{
    content: "";
    background: linear-gradient(to left top,#3cbcf9,#8ad7fb);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s linear;
}
.box1:hover:before{ opacity: 1; }
.box1 img{
    width: 100%;
    height: auto;
    transition: all 0.4s linear;
}
.box1:hover img{
    opacity: 0;
    transform: scale(3);
}
.box1 .box1-content{
    color: #fff;
    width: 100%;
    transform: translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.4s linear;
}
.box1:hover .box1-content{ transform: translateY(-50%) scale(1); }
.box1 .title a{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.box1 .post a{
    font-size: 16px;
    text-transform: capitalize;
    padding: 5px 15px;
    color: #fff;
}
@media only screen and (max-width:990px){
    .box1 { margin: 0 0 25px; }
}
/*-------------------------------------
        9.  xinwenzixun
--------------------------------------*/
.statistics{
    position:relative;
    display:block;
    align-items:left;
    margin-top:2%;

}
/* single-ststistics-box */
.single-ststistics-box {
    position: relative;
    text-align: left;
    z-index: 1;


}
/* single-ststistics-box */
.statistics-content{
    padding-top: 3%;
    color:#000;
    font-size:20px;
}
.tiny-border {
  clear: both;
  width: 40px;
  height: 2px;
  background: #999999;
  margin: 10px 0 10px 0;
}
.list-style-1 {
  list-style: none;
  margin-top: 10px;
  padding: 0px;
  font-size: .7em;
  letter-spacing: 1px;
  line-height: 2em;
  text-indent:2em;
}
.list-style-1 li:last-child {
  margin-bottom: 0px;
}
.statistics-content p a{
    margin-left: 0px ;
    font-size: 14px;
    letter-spacing: 1px;
    overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; 
position: relative; max-height: 50px;
}
.statistics-content p a:after{content: ""; position: absolute; bottom: 0; right: 0;
}
.single-ststistics-box h3 a{
    color:#000;
    font-size:20px;
    text-transform:capitalize;
    font-weight: bold;
}
.single-ststistics-box ul li a{
    color:#000;
    font-size:15px;
    margin-bottom:13px;
    font-weight: bold;
    letter-spacing: 1px;
    display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.single-ststistics-box ul li a:hover,a:focus{color: #888888;}
.single-ststistics-box ul li a:hover, a:focus{
    box-shadow: 0 0px 0px rgba(21,19,19,.4);
}
li img{
        display: block;
        margin: 0 auto;
    }
#wrap{
        width: 100%;
        min-width: 300px;
        margin: 0px auto 20px;
    }
    .hiSlider img{
        overflow: hidden;
        height: 300px;
        width: 100%;
    }
    .hiSlider-item{
        float: left;

    }
    .hiSlider li{display:inline-block;position:relative;}
    .hiSlider li p a{
    width: 100%;
    height: 35px;
    background-color: #000 ;
    opacity: 0.6;//透明;
    position: absolute;
    bottom:-13px;
    color:#fff;
    padding-bottom:1%;
    padding-left: 1%;
    font-size:14px;
    text-align:left;
    overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;
}
/*-------------------------------------
        11. baweigaikuang
--------------------------------------*/
.subscription{
    background: #f5f6f8;
    margin-top:3%;
}
/*subscribe-title*/
 .subscribe-title {text-align: center;padding-bottom: 2%;
}
 .subscribe-img {text-align: center;margin-bottom: 6%;
}
.subscribe-title h2{
    font-size:20px;
    font-weight: bold;
    text-transform: uppercase;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.subscribe-title p{
    color:#7b8088;
    font-size:15px;
    font-weight: 500;
    margin-top: 1%;
   overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group p{
    text-align: left;
    text-indent:2em;
    line-height: 1.9;
    letter-spacing: 2px;
    padding-bottom: 2% ;
    font-size:1.3em;
    

}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    padding: 1%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow:1px 1px 1px 1px rgba(71,71,71,.4);}
/*appsLand-btn*/


/*-------------------------------------

   10. tesehuodong
--------------------------------------*/
.blog{padding:0% 0;}
.blog-content{margin-top:0%;
text-align: center;}

.single-blog-item{
    margin-bottom: 25px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item1{
    margin-bottom: 25px;
    box-shadow: 0 0 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;

}
.single-blog-item-img{
    width: 100%;height: 100%;

}
.img-1{ display: inline-block;
    vertical-align: middle;padding: 3% 0; }

.single-blog-item-txt1 {padding:  10px 18px 20px 18px;}
.single-blog-item-txt2 {padding:  10px 0px 20px 0px; }
.single-blog-item-txt {padding:  15px 18px 15px 18px;}
.single-blog-item-img1{border-top-left-radius: 25px;
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
     -o-border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
     -o-border-top-right-radius: 25px;

 }
.single-blog-item-txt h2{text-transform:  initial;line-height: 1.8; font-size: 1.4em; letter-spacing: 2px; color:  #5e5e5e; font-weight: bold; text-align: center;}
.single-blog-item-txt1 h2 a{text-transform:  initial;line-height: 1.8; font-size: 17px; letter-spacing: 2px; color:  #5e5e5e; font-weight: bold;text-align:left;}
.single-blog-item-txt1 h4 a{text-transform:  initial;line-height: 1.8; font-size: 15px; letter-spacing: 2px; color:  #5e5e5e; text-align:left; overflow: hidden;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical; 
   position: relative; max-height: 30px;
}
.single-blog-item-txt1 h4 a:after{content: ""; position: absolute; bottom: 0; right: 0;
}
.single-blog-item-txt1 h4 {text-transform:  initial;line-height: 1.8; font-size: 15px; letter-spacing: 2px; color:  #5e5e5e; text-align:left;}
.single-blog-item-txt2 h2{text-transform:  initial;line-height: 1.8; font-size: 14px; letter-spacing: 1px; color:  #5e5e5e; font-weight: bold; text-align: center;}

.single-blog-item:hover h2{color:#ff545a;}
.single-blog-item:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}
.single-blog-item1:hover h2 a{color:#ff545a;}
.single-blog-item1:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}
.single-blog-item2:hover h2{color:#ff545a;}
.single-blog-item2:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}
.single-blog-item-txt p{
    font-size:  1.1em;
    text-transform: uppercase;
    line-height: 1.9;
    letter-spacing: 2px;
    text-align: left;
    padding-top: 2%;
    overflow: hidden;
   -webkit-line-clamp: 6;
   -webkit-box-orient: vertical; 
   position: relative; max-height: 320px;
}
.single-blog-item-txt p:after{content: ""; position: absolute; bottom: 0; right: 0;
}
.single-blog-item-txt1 p a{
    font-size:  13px;
    text-transform: uppercase;
    line-height: 1.9;
    letter-spacing: 2px;
    text-align: left;
    padding-top: 2%;
    overflow: hidden;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical; 
   position: relative; max-height: 100px;
}
.single-blog-item-txt1 p a:after{content: ""; position: absolute; bottom: 0; right: 0;
}
.div1{position: relative;width:100%height:100%}
.div1:before,.div1:after{content:"";display:block;width: 0;height:0;border:2px solid transparent;box-sizing: border-box;position: absolute;}
 
.div1:before{top:0;left:0;transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;}
.div1:after{right:0;bottom:0;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in ;}
 
.div1:hover:before{width:100%;height:100%;transition:width 0.2s ease-in ,height 0.2s ease-in 0.2s;border-top-color:#ff0000;border-right-color:#ff0000;}
.div1:hover:after{width:100%;height:100%;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.4s,height 0.3s ease-in 0.6s;border-bottom-color:#ff0000;border-left-color:#ff0000;}


/*-------------------------------------
------------------*/


.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 2em;
    font-weight: 300;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.tabs nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}

.tabs nav li.tab-current {
    border: 1px solid #47a3da;
    box-shadow: inset 0 2px #47a3da;
    border-bottom: none;
    background-color: #0037fa;
    color: #fff;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #47a3da;
}

.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.tabs nav a {
    color: #becbd2;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
}

.tabs nav a:hover {
    color: #768e9d;
}

.tabs nav li.tab-current a {
    color: #fff;
}

/* Icons */
.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
    content: "\e600";
}

.icon-lab:before {
    content: "\e601";
}

.icon-cup:before {
    content: "\e602";
}

.icon-truck:before {
    content: "\e603";
}

.icon-shop:before {
    content: "\e604";
}

/* Content */
.content section {
    font-size: 1.25em;
    
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.content section:before,
.content section:after {
    content: '';
    display: table;
}

.content section:after {
    clear: both;
}

/* Fallback example */
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #47a3da;
}

.content section.content-current {
    display: block;
}

.mediabox {
    float: left;
    width: 25%;
   padding:30px 15px 0px 15px;
}

.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.mediabox h3 {
    margin: 0.75em 0 0.5em;
}

.mediabox p {
    padding: 0 0 1em 0;
    margin: 0;
    line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
    .tabs nav a span {
         text-align: center;
         color: #becbd2;
    font-size: 1em;
    line-height: 2.5;
    padding: 0 0em;
    }
    .tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.tabs nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}


    .tabs nav a:before {
        margin-right: 0;
    }

    .mediabox {
        float: left;
        width: 50%;
        padding:30px 15px 0px 15px;
        font-size: 90%;
    }

    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 100%;
    }

    .mediabox h3 {
        margin-top: 0;
    }

    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }

    .mediabox:before,
    .mediabox:after {
        content: '';
        display: table;
    }

    .mediabox:after {
        clear: both;
    }
}

@media screen and (max-width: 32em) {
    .tabs nav ul{
    text-align: center;
    margin:0 30%;}

    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 0;
        font-size: 1em;
    }

    .tabs nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        margin: 0px -1px;
    }

    .tabs nav ul li:last-child {
        border-right: none;
    }

    .mediabox {
        float: left;
        width: 100%;
       padding:30px 15px 0px 15px;
        font-size: 90%;
    }

    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    .mediabox h3 {
        margin: 1.25em 0 1em;
    }

    .mediabox p {
        margin: 0;
    }
}

/* Portfolio Section */

ul.cat li {
  display: inline-block;
  list-style-type: none;
}
ol.type li {
  display: inline-block;
  margin-right: 20px;
}
ol.type li a {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid #444;
  border-radius: 0;
  text-transform: uppercase;
}
ol.type li a.active {
  background: #444;
  color: #eee;
}
ol.type li a:hover {
  background: #444;
  color: #eee;
}
.isotope-item {
  z-index: 2
}
.isotope-hidden.isotope-item {
  z-index: 1
}
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0 10px;
}
.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.portfolio-item {
  margin: 25px 0px 10px 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
     -o-border-radius:15px;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #333;
  background: rgba(0, 0,0, 0.75);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text .overlay-caption {
  display: table;
  height: 100%;
  width: 100%;
}
.hover-bg .hover-text .overlay-caption .overlay-content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.3em;
  line-height: 30px;
  letter-spacing: 2px;
}
.hover-bg:hover .hover-text {
  opacity: 1;
}


.product-grid{ text-align: center; }
.product-grid .product-image{
    overflow: hidden;
    position: relative;
    display:block;
}
.product-grid .product-image:before{
    content: "";
    background: rgba(0,0,0,0.02);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .pic-1{
    opacity: 1;
    transform: rotateY(0);
    transition: all 0.5s ease-out 0s;
}
.product-grid:hover .pic-1{
    opacity: 0;
    transform: rotateY(-90deg);
}
.product-grid .pic-2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(-90deg);
    transition: all 0.5s ease-out 0s;
}
.product-grid:hover .pic-2{
    opacity: 1;
    transform: rotateY(0deg);
}
.product-grid .discount{
    width: 100%;
    padding: 15px;
    background: #e4f6ff;;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-grid .product-content{ padding: 15px 0; }
.product-grid .title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.product-grid .price{
    font-size: 16px;
    font-weight: 600;
    color: #d15f21;
    margin-bottom: 5px;
}
.product-grid .price span{
    display: inline-block;
    color: #999;
    text-decoration: line-through;
    margin-right: 2px;
}
.product-grid .rating{
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-grid .rating li{
    display: inline-block;
    font-size: 10px;
    color: #ffc000;
}
@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 0px; }
}
/*========================Thank you=================

