@charset "utf-8";

/* CSS Document */

body {

    overflow-x:hidden;

}




/*global css*/

*{margin:0; padding:0; border:none; transition:0.5s;}

body{background:#FFFFFF; margin:0; padding:0; font-size:15px; font-family:"open Sans";}

ul{ margin:0;}

ul, li {list-style:none; color:#FFFFFF;}

a{ color:#a9a9a9;; text-decoration:none; outline:none; border:none; font-family:"open Sans";}

a:hover{ text-decoration:none;}

a:focus{outline: none;}

h1, h2, h3, h4, h5, h6{ font-family: 'Helvetica'; font-weight:bold; text-transform:uppercase;}

h2{ color:#25417b; font-size:25px; text-transform:uppercase; font-weight:bold; font-family: 'Helvetica';}

h6{color:#ffffff; font-size:14px;font-family:"open Sans";}





p{ margin-bottom:15px; font-family:"open Sans"; color:#909090; font-size:16px; margin-bottom:25px;}

section{ padding:25px 0;}

.padding-top40{ padding-top:40px;}

.text-white{ color:#ffffff;}

.orange-border{ border:6px solid #02aef0;}



/********************************/

/*          HOME PAGE        */

/********************************/

/*header*/



/**************TOP HEADER MENU**********************/

.top-header-area {
    background: #cb0032;
}


.top-header-content p {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
}

/*.press-title h2:before {
        content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #222;
    border-radius: 100%;
    top: 29px;
    left: 0px;
}*/

.top-social-area ul li a{
  color: #fff;
}
.top-social-area ul {
    margin-top: 15px;
    text-align: center;
}
.top-social-area ul li i{
  font-size: 16px;
}
.top-social-area ul li i {
    font-size: 18px;
}

.top-social-area ul li {
    display: inline-block;
    padding: 0px 12px 0px 12px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}

.welcome-pic.present img {
    width: 100%;
}

.class-text.top h2 {
    margin-left: 15px !important;
    margin-bottom: 0px !important;
}

.welcome-content.profile.top {
    margin-bottom: 0px;
}

/**************TOP HEADER MENU**********************/


/**************HEADER MENU**********************/

.menu {
    float: right;
}
nav.navbar.navbar-inverse.new {
    background: no-repeat;
    border: none;
}

ul.nav.navbar-nav.new li a {
       font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #222;
    font-weight: 700;
    padding: 10px 4px 10px 4px;
    margin-left: 0px;
}
ul.nav.navbar-nav.new {
    margin-top: 32px;
}


.logo img {
    margin-top: 10px;
    margin-bottom: 10px;
}
ul.nav.navbar-nav.new li a:hover {
    background: #000266;
    color: #fff;
    border-radius: 10px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: #000266 !important;
    color: #fff !important;
    border-radius: 10px !important;
}

/**************CLOSE HEADER MENU**********************/



/*slider*/





/********************************/

/*          Hero Headers        */

/********************************/

.hero {

    position: absolute;

    top: 50%;

    left: 50%;

    z-index: 3;

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    text-shadow: 1px 1px 0 rgba(0,0,0,.75);

      -webkit-transform: translate3d(-50%,-50%,0);

         -moz-transform: translate3d(-50%,-50%,0);

          -ms-transform: translate3d(-50%,-50%,0);

           -o-transform: translate3d(-50%,-50%,0);

              transform: translate3d(-50%,-50%,0);

}

.hero h1 {

    font-size: 41px;    

    font-weight: bold;

    margin: 0;

    padding: 0;

}



.fade-carousel .carousel-inner .item .hero {

    opacity: 0;

    -webkit-transition: 2s all ease-in-out .1s;

       -moz-transition: 2s all ease-in-out .1s; 

        -ms-transition: 2s all ease-in-out .1s; 

         -o-transition: 2s all ease-in-out .1s; 

            transition: 2s all ease-in-out .1s; 

}

.fade-carousel .carousel-inner .item.active .hero {

    opacity: 1;

    -webkit-transition: 2s all ease-in-out .1s;

       -moz-transition: 2s all ease-in-out .1s; 

        -ms-transition: 2s all ease-in-out .1s; 

         -o-transition: 2s all ease-in-out .1s; 

            transition: 2s all ease-in-out .1s;    

}



/********************************/

/*            Overlay           */

/********************************/
.gallery-area img {
    margin-bottom: 20px;
}


.gallery-area {
    margin-top: 35px;
}


.press-title h2 {
         font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-align: justify;
    line-height: 26px;
    color: #222;
    margin-top: 20px;
    text-transform: initial;
    margin-bottom: 10px;
    


}

.research-title span a {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 26px;
    color: #0a2eb3;
    margin-top: 20px;
        text-transform: initial;
}

.research-title h2 a {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #222;
    text-transform: capitalize;
    display: inline-block;
}
.research-title h2 {
        font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 26px;
    color: #222;
    margin-top: 0px;
        font-weight: 400;
    text-transform: initial;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #000266;*/
    display: table;
}

.research-title p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-align: justify;
    line-height: 26px;
    color: #222;
    margin-top: 38px;
    text-transform: initial;
    margin-bottom: 14px;

}
.press-area .col-xs-12.col-sm-6.col-md-6 {
    padding: 0;
}
.press-area img {
    width: 100%;
    padding: 0px 35px 0 0;
}

/*.media-area h2:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #222;
    border-radius: 100%;
    top: 49px;
    left: 0px;
}*/

/*.num-area h2:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #222;
    border-radius: 100%;
    top: 49px;
    left: 0px;
}*/


/*.research-title p:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #222;
    border-radius: 100%;
    top: 49px;
    left: 0px;
}*/

.media-area img {
    width: 100%;
}

.media-area img {
    width: 100%;
    /*box-shadow: 6px 5px 5px #ccc;*/
}

/*.press-title i {
    position: relative;
    right: 17px;
}


.num-area i{
     position: relative;
    right: 17px;
}*/


.media-area h2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-align: justify;
    line-height: 26px;
    color: #222;
    margin-top: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.hair-links span a {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 26px;
    color: #0a2eb3;
    margin-top: 20px;
/*    text-transform: capitalize;*/
}

.hair-links p {
        font-family: 'Lato', sans-serif;
    font-size: 19px;
    text-align: justify;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: table;
   /* border-bottom: 1px solid #000266;*/
    padding-bottom: 2px;
}

/*.hair-links img {
    width: 100%;
}*/

.num-area h2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-align: justify;
    line-height: 26px;
    color: #222;
    margin-top: 40px;
    text-transform: initial;
    margin-bottom: 20px;
}

.num-area p {
    color: #222;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
        margin-bottom: 15px;
}

.num-area p a {
    color: #080808;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    /*border-bottom: 1px solid #000266;*/
}

.overlay {

    position: absolute;

    width: 100%;

    height: 520px;

    z-index: 2;

    /*background-color: #080d15;*/

    opacity: .3;

}

.class-content img {
    transition: 0.5s;
}
.class-content img:hover {
    transform: scale(1.1);
}
.class-content {
    overflow: hidden;
}

/********************************/

/*          Custom Buttons      */

/********************************/

.btn.btn-lg {padding: 10px 40px;}

.btn.btn-hero,

.btn.btn-hero:hover,

.btn.btn-hero:focus {

    color: #f5f5f5;

    background-color: #1abc9c;

    border-color: #1abc9c;

    outline: none;

    margin: 20px auto;

}



/********************************/

/*       Slides backgrounds     */

/********************************/

.fade-carousel .slides .slide-1, 

.fade-carousel .slides .slide-2,

.fade-carousel .slides .slide-3 {

  height: 520px;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

}

.fade-carousel .slides .slide-1 {

  background-image: url(../image/002.jpg); 

}

.fade-carousel .slides .slide-2 {

  background-image: url(../image/001.jpg);

}

.fade-carousel .slides .slide-3 {

  background-image: url(../image/003.jpg);

}

.carousel-indicators .active{
    height: 10px;
    width: 10px;
}




/**************Welcome-Area***********/

.welcome-content p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
    color: #222;
    margin-top: 15px;
    margin-bottom: 10px;
}
.welcome-pic img {
    margin-top: 26px;
    box-shadow: 0px 3px 17px #6c6c6c;
    margin-bottom: 10px;
    /*width: 100%;*/
}
.founded-area p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
    color: #222;
        margin-bottom: 16px;
}


/**************Welcome-Area***********/

/**************Connect-Area***********/


.connect-area {
    background: #cacaca;
    height: 2px;
}


/**************Connect-Area***********/

/**************footer-Area***********/


.footer-logo img {
    margin-top: 20px;
}

.footer-content ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700
}


.footer-content ul li {
    display: inline-block;
    padding: 0px 0px 0px 40px;
    /* text-align: center; */
    margin-top: 20px;
    margin-bottom: 20px;
}

.details-area h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000266;
    text-transform: unset;
        margin-top: 15px;
}
.details-area.mail {
    margin-left: 60px;
}
.details-area p {
    font-family: 'Lato', sans-serif;
    color: #222;
    margin-bottom: 6px;
}
.details-area {
    padding-bottom: 15px;
}
.details-area.found {
    margin-top: 45px;
}
.details-area h2 span {
    font-family: 'Lato', sans-serif;
    color: #222;
    font-size: 15px;
    font-weight: 400;
}
.details-area h2 span a {
font-family: 'Lato', sans-serif;
    color: #222;
    font-size: 15px;
    font-weight: 400;

  }
.footer-copy p {
    margin-top: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}
.footer-copy p a {
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 14px;
}
.footer-copy-area {
    border-top: 1px #c0c0c0 solid;
}
.footer-area {
  
background: url(../image/footer.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.footer-copy-area {
    background: #cb0032;
}

/**************Close-footer-Area***********/

/********************************/

/*          CLOSE HOME PAGE        */

/********************************/



/********************************/

/*          PROFILE PAGE        */

/********************************/





.profile-page-banner img {
    height: auto;
    width: 100%;
}
.welcome-content.profile {
    margin-top: 2em;
}


.welcome-content.profile p {
    margin-left: 15px;
}
.welcome-content.profile {
    margin-bottom: 45px;
}
.class-text h2 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 400;
    margin-left: 15px;
        margin-bottom: 24px;
}

.text {
    color: white;
     font-family: 'Lato', sans-serif;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.class-content:hover .overlay-one {

  height: 20%;

}
.class-content {
  position: relative;
  width: 100%;
      margin-bottom: 22px;
}
.image {

  display: block;
  width: 100%;
  height: auto;

}
.overlay-one {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d03d62;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.class-text:before {
    content: '';
    background: #000266;
    width: 3px;
    height: 70px;
    position: absolute;
    right: 46px;
    top: 25px;
    left: 6px;
}
.welcome-content.profile:before {
    content: '';
    background: #000266;
    width: 3px;
    height: 70px;
    position: absolute;
    right: 46px;
    top: 39px;
    left: 6px;
}

/********************************/

/*        CLOSE PROFILE PAGE       */

/********************************/



/********************************/

/*        PHOTO PAGE       */

/********************************/

.photos-content h2 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}



.image {
      display: block;
    width: 100%;
    height:200px;
}

.overload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #222;
}

.photos-pic:hover .overload {
  opacity: 0.8;
}

.text-say {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.col-4.col-md-4.images {
    padding: 0px;
}
.photos-area {
    margin-bottom: 30px;
    margin-top: 30px;
}

/********************************/

/*      CLOSE PHOTO PAGE       */

/********************************/




/********************************/

/*      CONTACT US PAGE        */

/********************************/




.contact-form-content p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    /* line-height: 26px; */
    color: #222;
}
.contact-form-content h2 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 24px;
}

.class-text.new:before {
    display: none;
}
input.form-control.mito {
        padding: 25px 0px 25px 10px;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
}
textarea#comment {
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
}
button.btn.btn-default.mito {
    background: #000266;
    color: #fff;
    padding: 13px 22px 13px 22px;
    margin-bottom: 14px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}
.contact-address h2 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 24px;
}
.contact-address h3{
  font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 16px;
}
.contact-address p {
    font-family: 'Lato', sans-serif;
        color: #828282;
    font-size: 16px;
    margin-bottom: 2px;
}
p.lab.new {
    margin-top: 20px;
}
p.lab span {
    color: #222;
    font-weight: 700;
}
p.lab.new span {
    color: #222;
}
.contact-address {
    margin-left: 30px;
}

.research-title p a {
    color: #222;
}

.col-xs-12.col-sm-12.col-md-12.num {
    padding: 0px;
}

p.lab a {
    font-family: 'Lato', sans-serif;
    color: #828282;
    font-size: 16px;
}
.contact-form-content p a {
      color: #cb0032;
    font-family: 'Lato', sans-serif;
}
/********************************/

/*   CLOSE CONTACT US PAGE     */

/********************************/



/********************************/

/*         PROJECT PAGE         */

/********************************/




/*.research-content ul li:before {
    width: 21px;
    height: 19px;
    background: url(../image/right.png);
    position: absolute;
    content: "";
    left: 13px;
    margin-top: 4px;
}*/
p.nobel {
    font-size: 17px !important;
}
.research-content p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
    color: #222;
    margin-top: 20px;
}

.describe-content ul li {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    /* line-height: 26px; */
    color: #222;
    padding: 10px 0px 0px 20px;
        margin-bottom: 20px;
}
.describe-content ul li span {
    font-weight: 700;
    font-size: 17px;
    margin-right: 7px;
}
.describe-content ul li:before {
    /* width: 21px; */
    /* height: 19px; */
    /* background: url(../image/right.png); */
    position: absolute;
    content: "\f138";
    left: 13px;
    font-family: fontawesome;
    font-size: 18px;
}
.describe-content ul{
  margin-bottom: 20px;
}



/********************************/

/*      CLOSE PROJECT PAGE     */

/********************************/



/********************************/

/*      PUBLICATION PAGE       */

/********************************/


.publication-content h2 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 22px;
    letter-spacing: 3px;
}
.publication-content h3 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 18px;
    margin-bottom: 4px;
}
.publication-content p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
    color: #222;
    margin-bottom: 10px;
}

.mito-login p a {
    font-family: 'Lato', sans-serif;
    color: #000266;
    font-size: 22px;
    /*border-bottom: 1px solid #000266;*/
    padding-bottom: 6px;
}
.publication-content ul li {
    display: inline-block;
    width: 19.5%;
}
.publication-content ul li img {
    width: 200px;
}
.publication-content ul {
    margin-bottom: 25px;
}
.peer-content h2 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 22px;
    letter-spacing: 3px;
}
.list-area-content h2 a {
    font-family: 'Lato', sans-serif;
    color: #c50232;
    font-size: 20px;
    letter-spacing: 3px;
}
.list-area-content {
    margin-bottom: 22px;
}
/********************************/

/*    CLOSE PUBLICATION PAGE    */

/********************************/



/********************************/

/*        POSITION PAGE        */

/********************************/

.position-content h2 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 24px;
    letter-spacing: 3px;
}
.position-content h3 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 17px;
}
.position-content p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
    color: #222;
        margin-bottom: 10px;
}
.position-content p a {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #f80000;
  
}
.neccesory-content p a {
    text-decoration: none;
    color: #fa0000;
        font-family: 'Lato', sans-serif;
}

.neccesory-content p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
    color: #222;
    margin-bottom: 12px;
}
.neccesory-content ul li {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    /* line-height: 26px; */
    color: #222;
    padding: 4px 0px 0px 0px;
}
.neccesory-content ul li a {
    text-decoration: none;
    color: #fa0000;
}
.neccesory-content ul{
  margin-bottom: 20px;
}
.neccesory-content h3 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 17px;
}
/********************************/

/*     CLOSE POSITION PAGE     */

/********************************/



/********************************/

/*       TERMS OF USE        */

/********************************/

.terms-content h2 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 22px;
}
.terms-content p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
    color: #222;
}
.terms-content h3 {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 18px;
}

/********************************/

/*   CLOSE TERMS OF USE        */

/********************************/



@media only screen and (max-width: 768px) {


.publication-content ul li img {
    /* width: 200px; */
    width: 100%;
}
.publication-content ul li {
    width: 19%;
}

.research-title img {
    width: 100%;
}



}






@media only screen and (max-width: 480px) {




/*     ALL BANNER RESPONSIVE      */

.profile-page-banner img{
    height: auto;
}


.class-text h2 {
    font-size: 18px;}

    .class-text:before {
    	top: 0px;
}

.image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}


.media-area h3 {
    margin: 0px !important;
}

.num-area h2 {
    font-size: 18px;
}


.position-content h2 {
    font-size: 20px;}

.research-title img {
    width: 100%;
}

.press-title h2{ font-size: 18px; }

/*.menu{
    width: 20%;
    float: right !important;
}
*/
/*  CLOSE ALL BANNER RESPONSIVE   */

.fade-carousel .slides .slide-1 {
    background-image: url(../image/001.jpg);
    width: 100%;
    height: 155px;
}
.fade-carousel .slides .slide-2 {
    background-image: url(../image/002.jpg);
    width: 100%;
    height: 155px;
}
.fade-carousel .slides .slide-3 {
    background-image: url(../image/003.jpg);
    width: 100%;
    height: 155px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 155px;
    }

    .logo img {
    z-index: 999999;
    position: relative;
}

.top-header-content p {
    text-align: center;
}

.navbar-header {
    margin-top: 10px;
}

.navbar-toggle{     background-color: #3d3d3d; }

ul.nav.navbar-nav.new {
    margin-top: 15px;
}

ul.nav.navbar-nav.new li a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    padding-top: 6px;
   padding-left: 6px;
    padding-bottom: 6px;
    border-bottom: 1px #ddd solid;
}
.navbar-collapse{
  border-bottom: 1px #222 solid;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  border-color: #fff;
}

.logo img {
    width: 64%;
}

.menu{ float: unset; }

.logo {
    position: absolute;
}
.keep-touch-area.two:before{
  display: none;
}
.keep-touch-area.one:before{
  display: none;
}
.keep-touch-area.three:before{
  display: none;
}
.keep-input{
  text-align: center;
}
button.btn.btn-default.keep{
  margin-bottom: 20px;
}
.footer-content ul li {
    padding: 0px 0px 0px 0px;
    /* text-align: center; */
    margin-top: 5px; 
    margin-bottom: 10px;
    width: 100%;
}
.footer-logo img {
    width: 70%;
}
.footer-content ul li a{
  font-weight: 400;
}

.welcome-pic img {
    margin-bottom: 15px;

}
.details-area.mail {
    margin-left: 0px;
}

.publication-content ul li img {
    width: 100%;
}

.publication-content ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}
}



        /*jssor slider loading skin spin css*/

        .jssorl-009-spin img {

            animation-name: jssorl-009-spin;

            animation-duration: 1.6s;

            animation-iteration-count: infinite;

            animation-timing-function: linear;

        }



        @keyframes jssorl-009-spin {

            from { transform: rotate(0deg); }

            to { transform: rotate(360deg); }

        }



        /*jssor slider bullet skin 057 css*/

        .jssorb057 .i {position:absolute;cursor:pointer;}

        .jssorb057 .i .b {fill:none;stroke:#fff;stroke-width:2000;stroke-miterlimit:10;stroke-opacity:0.4;}

        .jssorb057 .i:hover .b {stroke-opacity:.7;}

        .jssorb057 .iav .b {stroke-opacity: 1;}

        .jssorb057 .i.idn {opacity:.3;}



        /*jssor slider arrow skin 073 css*/

        .jssora073 {display:block;position:absolute;cursor:pointer;}

        .jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}

        .jssora073:hover {opacity:.8;}

        .jssora073.jssora073dn {opacity:.4;}

        .jssora073.jssora073ds {opacity:.3;pointer-events:none;}





