@charset "utf-8";
a {
	cursor: pointer;
}
/*--------------------------------------------------
    [Center Aligned Block]
    Center align a block level element
----------------------------------------------------*/
.center-block {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Media Queries below 992px */
@media (max-width: 992px) {
  .md-center-block {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .sm-center-block {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Media Queries below 480px */
@media (max-width: 480px) {
  .xs-center-block {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------
    [Content]
----------------------------------------------------*/
.content-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

.content-el {
  padding-top: 150px;
  padding-bottom: 150px;
}

/*------------------------------------------------------------------
    [No padding, margin space]
------------------------------------------------------------------*/
.no-space {
  padding: 0 !important;
  margin: 0 !important;
}

/* No padding, margin space above 992px */
@media (min-width: 992px) {
  .md-no-space {
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* No Space in a row class */
.no-space-row {
  margin-right: 0;
  margin-left: 0;
}

.no-space-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* 5px Space in a row class */
.space-row-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.space-row-5 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

/* 10px Space in a row class */
.space-row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.space-row-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------------------------------------
    [Padding Bottom]
------------------------------------------------------------------*/
.padding-0 {
  padding: 0 !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-100 {
  padding: 100px !important;
}

/*------------------------------------------------------------------
    [Padding under 1200px]
------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .lg-padding-10 {
    padding: 10px !important;
  }
  .lg-padding-20 {
    padding: 20px !important;
  }
  .lg-padding-30 {
    padding: 30px !important;
  }
  .lg-padding-40 {
    padding: 40px !important;
  }
  .lg-padding-50 {
    padding: 50px !important;
  }
  .lg-padding-60 {
    padding: 60px !important;
  }
  .lg-padding-70 {
    padding: 70px !important;
  }
  .lg-padding-80 {
    padding: 80px !important;
  }
  .lg-padding-90 {
    padding: 90px !important;
  }
  .lg-padding-100 {
    padding: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Padding under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-padding-10 {
    padding: 10px !important;
  }
  .md-padding-20 {
    padding: 20px !important;
  }
  .md-padding-30 {
    padding: 30px !important;
  }
  .md-padding-40 {
    padding: 40px !important;
  }
  .md-padding-50 {
    padding: 50px !important;
  }
  .md-padding-60 {
    padding: 60px !important;
  }
  .md-padding-70 {
    padding: 70px !important;
  }
  .md-padding-80 {
    padding: 80px !important;
  }
  .md-padding-90 {
    padding: 90px !important;
  }
  .md-padding-100 {
    padding: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Padding under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-padding-10 {
    padding: 10px !important;
  }
  .sm-padding-20 {
    padding: 20px !important;
  }
  .sm-padding-30 {
    padding: 30px !important;
  }
  .sm-padding-40 {
    padding: 40px !important;
  }
  .sm-padding-50 {
    padding: 50px !important;
  }
  .sm-padding-60 {
    padding: 60px !important;
  }
  .sm-padding-70 {
    padding: 70px !important;
  }
  .sm-padding-80 {
    padding: 80px !important;
  }
  .sm-padding-90 {
    padding: 90px !important;
  }
  .sm-padding-100 {
    padding: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Padding under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-padding-10 {
    padding: 10px !important;
  }
  .xs-padding-20 {
    padding: 20px !important;
  }
  .xs-padding-30 {
    padding: 30px !important;
  }
  .xs-padding-40 {
    padding: 40px !important;
  }
  .xs-padding-50 {
    padding: 50px !important;
  }
  .xs-padding-60 {
    padding: 60px !important;
  }
  .xs-padding-70 {
    padding: 70px !important;
  }
  .xs-padding-80 {
    padding: 80px !important;
  }
  .xs-padding-90 {
    padding: 90px !important;
  }
  .xs-padding-100 {
    padding: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Left Padding]
------------------------------------------------------------------*/
.padding-l-0 {
  padding-left: 0 !important;
}

.padding-l-5 {
  padding-left: 5px !important;
}

.padding-l-10 {
  padding-left: 10px !important;
}

.padding-l-15 {
  padding-left: 15px !important;
}

.padding-l-20 {
  padding-left: 20px !important;
}

.padding-l-30 {
  padding-left: 30px !important;
}

.padding-l-40 {
  padding-left: 40px !important;
}

.padding-l-50 {
  padding-left: 50px !important;
}

.padding-l-60 {
  padding-left: 60px !important;
}

.padding-l-70 {
  padding-left: 70px !important;
}

.padding-l-80 {
  padding-left: 80px !important;
}

.padding-l-90 {
  padding-left: 90px !important;
}

.padding-l-100 {
  padding-left: 100px !important;
}

/*------------------------------------------------------------------
    [Right Padding]
------------------------------------------------------------------*/
.padding-r-0 {
  padding-right: 0 !important;
}

.padding-r-5 {
  padding-right: 5px !important;
}

.padding-r-10 {
  padding-right: 10px !important;
}

.padding-r-15 {
  padding-right: 15px !important;
}

.padding-r-20 {
  padding-right: 20px !important;
}

.padding-r-30 {
  padding-right: 30px !important;
}

.padding-r-40 {
  padding-right: 40px !important;
}

.padding-r-50 {
  padding-right: 50px !important;
}

.padding-r-60 {
  padding-right: 60px !important;
}

.padding-r-70 {
  padding-right: 70px !important;
}

.padding-r-80 {
  padding-right: 80px !important;
}

.padding-r-90 {
  padding-right: 90px !important;
}

.padding-r-100 {
  padding-right: 100px !important;
}

/*------------------------------------------------------------------
    [Left & Right Padding]
------------------------------------------------------------------*/
.padding-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padding-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.padding-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.padding-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.padding-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.padding-lr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.padding-lr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.padding-lr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.padding-lr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.padding-lr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/*------------------------------------------------------------------
    [Top & Bottom Padding]
------------------------------------------------------------------*/
.padding-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.padding-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.padding-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.padding-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.padding-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.padding-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.padding-tb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.padding-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

.margin-l-30 {
  margin-left: 30px !important;
}

.margin-l-40 {
  margin-left: 40px !important;
}

.margin-l-50 {
  margin-left: 50px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

.margin-r-30 {
  margin-right: 30px !important;
}

.margin-r-40 {
  margin-right: 40px !important;
}

.margin-r-50 {
  margin-right: 50px !important;
}

/*------------------------------------------------------------------
    [Left & Right margin]
------------------------------------------------------------------*/
.margin-lr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-lr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.margin-lr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.margin-lr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.margin-lr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.margin-lr-40 {
  margin-left: 40px !important;


  margin-right: 40px !important;
}

.margin-lr-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

/*------------------------------------------------------------------
    [Margin]
------------------------------------------------------------------*/
.margin-5 {
  margin: 5px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-50 {
  margin: 50px !important;
}

/*------------------------------------------------------------------
    [Overlay Top margin]
------------------------------------------------------------------*/
.margin-t-o-0,
.margin-t-o-10,
.margin-t-o-20,
.margin-t-o-30,
.margin-t-o-40,
.margin-t-o-50,
.margin-t-o-60,
.margin-t-o-70,
.margin-t-o-80,
.margin-t-o-90,
.margin-t-o-100 {
  position: relative;
  z-index: 1;
}

.margin-t-o-0 {
  margin-top: 0 !important;
}

.margin-t-o-10 {
  margin-top: -10px !important;
}

.margin-t-o-20 {
  margin-top: -20px !important;
}

.margin-t-o-30 {
  margin-top: -30px !important;
}

.margin-t-o-40 {
  margin-top: -40px !important;
}

.margin-t-o-50 {
  margin-top: -50px !important;
}

.margin-t-o-60 {
  margin-top: -60px !important;
}

.margin-t-o-70 {
  margin-top: -70px !important;
}

.margin-t-o-80 {
  margin-top: -80px !important;
}

.margin-t-o-90 {
  margin-top: -90px !important;
}

.margin-t-o-100 {
  margin-top: -100px !important;
}

/*------------------------------------------------------------------
    [Overlay Top margin under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-t-o-0,
  .md-margin-t-o-10,
  .md-margin-t-o-20,
  .md-margin-t-o-30,
  .md-margin-t-o-40,
  .md-margin-t-o-50,
  .md-margin-t-o-60,
  .md-margin-t-o-70,
  .md-margin-t-o-80,
  .md-margin-t-o-90,
  .md-margin-t-o-100 {
    position: relative;
    z-index: 1;
  }
  .md-margin-t-o-0 {
    margin-top: 0 !important;
  }
  .md-margin-t-o-10 {
    margin-top: -10px !important;
  }
  .md-margin-t-o-20 {
    margin-top: -20px !important;
  }
  .md-margin-t-o-30 {
    margin-top: -30px !important;
  }
  .md-margin-t-o-40 {
    margin-top: -40px !important;
  }
  .md-margin-t-o-50 {
    margin-top: -50px !important;
  }
  .md-margin-t-o-60 {
    margin-top: -60px !important;
  }
  .md-margin-t-o-70 {
    margin-top: -70px !important;
  }
  .md-margin-t-o-80 {
    margin-top: -80px !important;
  }
  .md-margin-t-o-90 {
    margin-top: -90px !important;
  }
  .md-margin-t-o-100 {
    margin-top: -100px !important;
  }
}

/*------------------------------------------------------------------
    [Overlay Top margin under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-t-o-0,
  .sm-margin-t-o-10,
  .sm-margin-t-o-20,
  .sm-margin-t-o-30,
  .sm-margin-t-o-40,
  .sm-margin-t-o-50,
  .sm-margin-t-o-60,
  .sm-margin-t-o-70,
  .sm-margin-t-o-80,
  .sm-margin-t-o-90,
  .sm-margin-t-o-100 {
    position: relative;
    z-index: 1;
  }
  .sm-margin-t-o-0 {
    margin-top: 0 !important;
  }
  .sm-margin-t-o-10 {
    margin-top: -10px !important;
  }
  .sm-margin-t-o-20 {
    margin-top: -20px !important;
  }
  .sm-margin-t-o-30 {
    margin-top: -30px !important;
  }
  .sm-margin-t-o-40 {
    margin-top: -40px !important;
  }
  .sm-margin-t-o-50 {
    margin-top: -50px !important;
  }
  .sm-margin-t-o-60 {
    margin-top: -60px !important;
  }
  .sm-margin-t-o-70 {
    margin-top: -70px !important;
  }
  .sm-margin-t-o-80 {
    margin-top: -80px !important;
  }
  .sm-margin-t-o-90 {
    margin-top: -90px !important;
  }
  .sm-margin-t-o-100 {
    margin-top: -100px !important;
  }
}

/*------------------------------------------------------------------
    [Overlay Top margin under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-t-o-0,
  .xs-margin-t-o-10,
  .xs-margin-t-o-20,
  .xs-margin-t-o-30,
  .xs-margin-t-o-40,
  .xs-margin-t-o-50,
  .xs-margin-t-o-60,
  .xs-margin-t-o-70,
  .xs-margin-t-o-80,
  .xs-margin-t-o-90,
  .xs-margin-t-o-100 {
    position: relative;
    z-index: 1;
  }
  .xs-margin-t-o-0 {
    margin-top: 0 !important;
  }
  .xs-margin-t-o-10 {
    margin-top: -10px !important;
  }
  .xs-margin-t-o-20 {
    margin-top: -20px !important;
  }
  .xs-margin-t-o-30 {
    margin-top: -30px !important;
  }
  .xs-margin-t-o-40 {
    margin-top: -40px !important;
  }
  .xs-margin-t-o-50 {
    margin-top: -50px !important;
  }
  .xs-margin-t-o-60 {
    margin-top: -60px !important;
  }
  .xs-margin-t-o-70 {
    margin-top: -70px !important;
  }
  .xs-margin-t-o-80 {
    margin-top: -80px !important;
  }
  .xs-margin-t-o-90 {
    margin-top: -90px !important;
  }
  .xs-margin-t-o-100 {
    margin-top: -100px !important;
  }
}

/*------------------------------------------------------------------
    [Overlay Left margin]
------------------------------------------------------------------*/
@media (min-width: 768px) {
  .margin-l-o-10,
  .margin-l-o-20,
  .margin-l-o-30,
  .margin-l-o-40,
  .margin-l-o-50,
  .margin-l-o-60,
  .margin-l-o-70,
  .margin-l-o-80,
  .margin-l-o-90,
  .margin-l-o-100 {
    position: relative;
    z-index: 1;
  }
  .margin-l-o-10 {
    margin-left: -10px !important;
  }
  .margin-l-o-20 {
    margin-left: -20px !important;
  }
  .margin-l-o-30 {
    margin-left: -30px !important;
  }
  .margin-l-o-40 {
    margin-left: -40px !important;
  }
  .margin-l-o-50 {
    margin-left: -50px !important;
  }
  .margin-l-o-60 {
    margin-left: -60px !important;
  }
  .margin-l-o-70 {
    margin-left: -70px !important;
  }
  .margin-l-o-80 {
    margin-left: -80px !important;
  }
  .margin-l-o-90 {
    margin-left: -90px !important;
  }
  .margin-l-o-100 {
    margin-left: -100px !important;
  }
}

/*------------------------------------------------------------------
    [Overlay Right margin]
------------------------------------------------------------------*/
@media (min-width: 768px) {
  .margin-r-o-10,
  .margin-r-o-20,
  .margin-r-o-30,
  .margin-r-o-40,
  .margin-r-o-50,
  .margin-r-o-60,
  .margin-r-o-70,
  .margin-r-o-80,
  .margin-r-o-90,
  .margin-r-o-100 {
    position: relative;
    z-index: 1;
  }
  .margin-r-o-10 {
    margin-right: -10px !important;
  }
  .margin-r-o-20 {
    margin-right: -20px !important;
  }
  .margin-r-o-30 {
    margin-right: -30px !important;
  }
  .margin-r-o-40 {
    margin-right: -40px !important;
  }
  .margin-r-o-50 {
    margin-right: -50px !important;
  }
  .margin-r-o-60 {
    margin-right: -60px !important;
  }
  .margin-r-o-70 {
    margin-right: -70px !important;
  }
  .margin-r-o-80 {
    margin-right: -80px !important;
  }
  .margin-r-o-90 {
    margin-right: -90px !important;
  }
  .margin-r-o-100 {
    margin-right: -100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

.margin-t-70 {
  margin-top: 70px !important;
}

.margin-t-80 {
  margin-top: 80px !important;
}

.margin-t-90 {
  margin-top: 90px !important;
}

.margin-t-100 {
  margin-top: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-t-0 {
    margin-top: 0 !important;
  }
  .md-margin-t-5 {
    margin-top: 5px !important;
  }
  .md-margin-t-10 {
    margin-top: 10px !important;
  }
  .md-margin-t-20 {
    margin-top: 20px !important;
  }
  .md-margin-t-30 {
    margin-top: 30px !important;
  }
  .md-margin-t-40 {
    margin-top: 40px !important;
  }
  .md-margin-t-50 {
    margin-top: 50px !important;
  }
  .md-margin-t-60 {
    margin-top: 60px !important;
  }
  .md-margin-t-70 {
    margin-top: 70px !important;
  }
  .md-margin-t-80 {
    margin-top: 80px !important;
  }
  .md-margin-t-90 {
    margin-top: 90px !important;
  }
  .md-margin-t-100 {
    margin-top: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-t-0 {
    margin-top: 0 !important;
  }
  .sm-margin-t-5 {
    margin-top: 5px !important;
  }
  .sm-margin-t-10 {
    margin-top: 10px !important;
  }
  .sm-margin-t-20 {
    margin-top: 20px !important;
  }
  .sm-margin-t-30 {
    margin-top: 30px !important;
  }
  .sm-margin-t-40 {
    margin-top: 40px !important;
  }
  .sm-margin-t-50 {
    margin-top: 50px !important;
  }
  .sm-margin-t-60 {
    margin-top: 60px !important;
  }
  .sm-margin-t-70 {
    margin-top: 70px !important;
  }
  .sm-margin-t-80 {
    margin-top: 80px !important;
  }
  .sm-margin-t-90 {
    margin-top: 90px !important;
  }
  .sm-margin-t-100 {
    margin-top: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-t-0 {
    margin-top: 0 !important;
  }
  .xs-margin-t-5 {
    margin-top: 5px !important;
  }
  .xs-margin-t-10 {
    margin-top: 10px !important;
  }
  .xs-margin-t-20 {
    margin-top: 20px !important;
  }
  .xs-margin-t-30 {
    margin-top: 30px !important;
  }
  .xs-margin-t-40 {
    margin-top: 40px !important;
  }
  .xs-margin-t-50 {
    margin-top: 50px !important;
  }
  .xs-margin-t-60 {
    margin-top: 60px !important;
  }
  .xs-margin-t-70 {
    margin-top: 70px !important;
  }
  .xs-margin-t-80 {
    margin-top: 80px !important;
  }
  .xs-margin-t-90 {
    margin-top: 90px !important;
  }
  .xs-margin-t-100 {
    margin-top: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 1200px]
------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .lg-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .lg-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .lg-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .lg-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .lg-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .lg-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .lg-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .lg-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .lg-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .lg-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .lg-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .lg-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}
.container-fluid {
	padding-right: 0;
	padding-left: 0
}
@media (min-width: 768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	
	.navbar .navbar-collapse {
		text-align: center;
	}
}
.navbar-nav > li:not(:last-child) {
    border-right: 1px solid #3f86c7;
    box-shadow: 1px 0 0 #0b4579;
}
.navbar {
	min-height: 20px;
	border-radius:0;
}
.navbar-inverse {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #FFF;
	background: -webkit-linear-gradient(#1f76c7, #094073); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1f76c7, #094073); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1f76c7, #094073); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1f76c7, #094073); /* Standard syntax */
	font-family: Arial, Helvetica, sans-serif;
}
.navbar-inverse .navbar-nav>li>a {
	color: #FFF;
	margin: 0px;
	padding-left: 16px;
	padding: 14px 14.2px;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #f2f2f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 0px;
	background: #004080;
    padding: 14px 14.2px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: 0 0;
	color: #047B40;
}
.navbar-collapse {
	padding-left: 0
}
.dropdown>.dropdown-menu, .dropdown-submenu>.dropdown-menu {
	right: 0px;
	left: 0px;
	min-width: 205px;
}
.dropdown-submenu>.dropdown-menu {
	left: 100%;
}
.dropdown-menu>li>a:link, .dropdown-menu>li>a:visited {
	color: #185fa1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
}
.dropdown-menu > li > a:hover {
    background: #bf5a14 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #fff;
}
#main-nav .open>.dropdown-menu {
	display: block !important;
}
@media (max-width: 991px) and (min-width: 768px) {
.dropdown-submenu.open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}
@media (max-width: 767px) {
.navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li.dropdown-header, .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a {
	padding-left: 35px;
	background: #55B8E4;
	color: white;
	border-color: #e3e3e3;
}
.width_100 {
	width:100% !important;
	display:inline-block;
	clear:both;
	text-align:center;
}
.txt_cnter{
	text-align:center;
	width:100%;
}
}
@media only screen (min-width:767px) and (max-width:1280px) {
.dropdown:hover>.dropdown-menu {
display:block;
border:3px solid;
border: 3px solid #185fa1;
border-top:0
}
}
@media only screen and (min-width:992px) {
.dropdown:hover>.dropdown-menu {
	display: block;
	border: 3px solid #185fa1;
	border-top: 0;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #185fa1;
	background-color: #bf5a14
}
a {
	text-decoration: none
}
}
@media only screen (min-width:1024px) and (max-width:1280px) {
.container {
width:100%
}
a {
text-decoration:none
}
}
 @media (min-width:768px) and (max-width:1023px) {
.container {
	width: 100%
}
}
@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #185fa1;
	background: #FFF
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #185fa1;
	background: #FFF
}
.navbar-right {
	margin-left: 5px
}
}
 @media only screen and (max-width:992px) {
.tftextinput {
	width: 85%;
}
}
/*--------------Tabbed menu-------------------*/
.nav-tabs>li>a {
	background-color: #185FA1;
	border-color: #2e6da4 #2e6da4 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;


    color: #FFF;
	font-size: 16px;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #fff;
	color: #000;
    text-decoration: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color: #000;
}
.tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #FFF;
	padding: 0px 10px 10px 10px;
}
.tab-content-about {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #FFF;
	padding: 0px 10px 10px 10px;
	overflow: scroll;
	height: 600px;
}
@media (max-width:500px) {
.banner_width {
	display: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	top: 13%;
}
.journal_search {
	display: none;
}
.headerzone-row1-right {
	display: none;
}
.headerzone-row1-left {
	display: none;
}
.journal_logo {
	padding-top: 12px;
}
.journal_head {
	font-size: 26px;
	text-align: left;
}
.journal-desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #BF5A14;
	float: right;
	text-align: right;
}

.sp_issue {
	display: none;
}
.bread {
	display: none;
}
#tfnewsearch {
	display: none;
}
.ebimages {
	width: 50px;
	height: 50px;
}
.google_scholar {
	display:none;
}
.eb_desc {
	width: 130px;
}
.eb_desc p {
	margin: 0px;
	padding: 0px;
}
.biography_block {
	display: none;
}
.indexing_images {
	width: 70px;
	height: 28px;
}
.spissue_td {
	width: 55px;
	height: 55px;
}
.spissue_desc {
	width: 120px;
}
.img_class {
	width: 220px;
	height: 200px;
}
.table_img_class {
	width: 35px;
	height: 35px;
}
.ref_width {
	width: 230px;
}
.tabbed_menu {
	margin-top: 10px;
	text-align: left;
	width: 220px;
	line-height: 20px;
	padding-left: 0px;
}
.go-top a {
	padding: 8px;
}
.article-input {
	width: 150px;
}
.jb_subjt
{
	margin-bottom:10px;
}
}
strong, .full-text dl dt, .full-text h4 {
	color: #185FA1;
}
.headerzone-row1-left {
	float: left;
	padding-top: 6px;
}
.headerzone-row1-right {
	float: right;
	text-align: right;
	padding-top: 6px;
}
.issn {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	padding-top: 5px;
}
h1 {
	color: #185FA1;
	/*font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	float: left;*/
	padding: 5px 0px 0px 0px;
	text-align: left;
	
}
.journal-desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BF5A14;
	width: 600px;
	float: right;
	padding-right: 120px;
	text-align: right;
}
#tfnewsearch {
	margin: 0px;
	padding-top: 35px;
	width: 100%;
	text-align: right;
}
.tftextinput {
	margin: 0;
	padding: 5px 0px 5px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #0076a3;
	border-right: 0px;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	width: 71%;
}
.tfbutton {
	margin: 0;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #0076a3;
	border-right: 0px;
	background: #185fa1;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	margin-left: -4px;
}
.tfbutton:hover {
	text-decoration: none;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
}
.tfbutton::-moz-focus-inner {
border:0;
}
.tfclear {
	clear: both;
}
.bread {
	color: #BF5A14;
	background: #D8ECFF;
	padding: 4px;
	border: 1px solid #B8C9D9;

	height: 32px;
}
.email-alert {
	width: 100%;
	float: left;
	height: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 0px #DDD solid;
	box-shadow: inset 0px 0px 5px #777;
	padding: 10px;
}
.email-alert a {
	display: block;
	height: 100%;
	width: 100%;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
h2 {
	font: Cambria;
	font-size: 20px;
	font-weight: normal;
	color: #185FA1;
	border-bottom: 1px solid #E0E0E0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.citation_title {
	font: Cambria;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.citation_author {
	font-size: 13px;
	color: #000;
	text-align: justify;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.redheading {
	font: Cambria;
	font-size: 20px;
	font-weight: normal;
	color: #BF5A14;
}
.bulletstyle a:active, .bulletstyle a:link, .bulletstyle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004080;
	text-decoration: none;
	font-weight: 400;
	background-image: url(http://www.omicsonline.org/images/bullet.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px
}
.bulletstyle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a8420b;
	text-decoration: none;
	font-weight: 400;
	background-image: url(http://www.omicsonline.org/images/bullet-hover.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px
}
.art_search {
	background: #1a6fab;
	background-image: -moz-linear-gradient(#2a95d9, #0776bc);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0776bc), color-stop(1, #2a95d9));
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #0070be #00508d #004779;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	height: 28px;
	margin: 0 0 0 5px;
	padding: 0;
	width: 90px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.art_search:hover {
	background: #1a6fab;
	background-image: -moz-linear-gradient(#0776bc, #2a95d9);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2a95d9), color-stop(1, #0776bc));
}
.art_search:active {
	background: #1a6fab;
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.article-input {
	padding: 2px 2px;
	float: left;
	margin-bottom: 5px;
	height: 28px;
	width: 230px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #f1f1f1;
	color: #666666;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
.article-input:focus {
	padding: 2px 2px;
	float: left;
	margin-bottom: 5px;
	height: 28px;
	width: 230px;
	border: 1px solid #24B8FF;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #EAEAEA;
	color: #000000;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
#footer-box1 {
	float: left;
	width: 200px;
	text-align: left;
	line-height:18px;
}
#footer-box2 {
	float: left;
	width: 262px;
	line-height:18px;
}
.go-top {
	float: right;
}
.go-top a {
	background: #1b1a1b;
	padding: 14px;
	display: block;
	border: 1px solid #272727;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.footer-heading {
	font-family: Calibri;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	padding-top: 10px;
}
a.footerlink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.footerlink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.footerlink:hover {
	color: #BF5A14;
	text-decoration: underline;
	font-weight: normal;
}
.feed-col1 {
	width: 70px;
	float: left;
	color: #FFF;
	font-weight: normal;
}
.feed-col2 {
	width: 140px;
	float: left;
	margin-left: 10px;
	font-weight: normal;
}
#feed-input {
	padding: 2px 2px;
	margin-bottom: 5px;
	height: 20px;
	width: 135px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #f1f1f1;
	color: #666666;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
#feed-input:focus {
	padding: 2px 2px;
	float: left;
	margin-bottom: 5px;
	height: 20px;
	width: 135px;
	border: 1px solid #CCCCCC;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #D2D2D2;
	color: #000000;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
#feed-textarea {
	width: 140px;
	padding: 2px 2px;
	margin-bottom: 5px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #f1f1f1;
	color: #666666;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
#feed-submit {
	background: #FFF;
	background-image: -moz-linear-gradient(#f2f2f4, #FFF);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #4787ED));
	border-width: 0px;
	border-style: solid;
	border-color: #FFF;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3) inset;
	height: 24px;
	margin: 0px;
	padding: 0;
	width: 70px;
	cursor: pointer;
	font: Calibri;
	font-size: 13px;
	color: #185FA1;
}
#feed-submit:hover {
	background: #BF5A14;
	background-image: -moz-linear-gradient(#BF5A14, #BF5A14);
	color: #FFFFFF;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4D90FE), color-stop(1, #4787ED));
	font-size: 13px;
}
#feed-submit:active {
	background: #BF5A14;
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.sprite {
	background: url(http://www.omicsonline.org/images/journal_bootstrap_sprite.png) top left no-repeat;
	width: 23px;
	height: 17px
}
.country-list tr td:nth-child(2n+1) {
	width: 28px;
}
.sprite.usa {
	background-position: 4px 4px
}
.sprite.australia {
	background-position: 4px -23px
}
.sprite.uae {
	background-position: 4px -50px
}
.sprite.italy {
	background-position: 4px -77px
}
.sprite.germany {
	background-position: 4px -104px
}
.sprite.uk {
	background-position: 4px -129px
}
.sprite.japan {
	background-position: 4px -156px
}
.sprite.brazil {
	background-position: 3px -183px
}
.sprite.korea {
	background-position: 4px -210px
}
.sprite.spain {
	background-position: 4px -237px
}
.sprite.canada {
	background-position: 4px -264px
}
.sprite.china {
	background-position: 4px -291px
}
.sprite.france {
	background-position: 4px -318px
}
.sprite.india {
	background-position: 4px -345px
}
.sprite.malaysia {
	background-position: 4px -372px
}
.sprite.singapore {
	background-position: 4px -399px
}
.sprite.south-africa {
	background-position: 4px -426px
}
.sprite.rss {
	background-position: 4px -457px;
	width: 35px;
	height: 35px
}
.sprite.facebook {
	background-position: 0 -502px;
	width: 35px;
	height: 35px
}
.sprite.twitter {
	background-position: 0 -547px;
	width: 35px;
	height: 35px
}
.sprite.blog {
	background-position: 0 -592px;
	width: 35px;
	height: 35px
}
.sprite.linkedin {
	background-position: 0 -637px;
	width: 35px;
	height: 35px
}
.sprite.youtube {
	background-position: 0 -682px;
	width: 35px;
	height: 35px
}
.sprite.googleplus {
	background-position: 0 -727px;
	width: 35px;
	height: 35px
}
.sprite.pinterest {
	background-position: 0 -772px;
	width: 34px;
	height: 36px
}
.sprite.flickr {
	background-position: 0 -818px;
	width: 35px;
	height: 35px
}
.sprite.slideshare {
	background-position: 0 -863px;
	width: 35px;
	height: 35px
}
.top-nav{
	margin-top:5px;
	margin-bottom:0px;
}
.top-nav li a{
	color:#fff;
}
.top-nav li:not(:last-child)::after{
	content:'|';
	color:#fff;
	padding-left:10px;
}
.top-nav span a {
	display: inline-block;
	padding-left: 18px;
	width: auto
}
.sprite.home_w {
	background-position: 0 -907px
}
.sprite.join {
	background-position: 0 -932px
}
.sprite.contactus {
	background-position: 0 -956px
}
.sprite.sitemap {
	background-position: 0 -978px
}
.sprite.omics-international {
	background-position: 0 -1002px;
	width: 300px;
	height: 100px
}
.home_w a:link, .home_w a:visited {
	background-image: url(http://www.omicsonline.org/images/home_w.png);
	background-position: 0 -908px;
	width: 16px;
	height: 16px
}
.sprite.confrence-logo {
	background-position: 0 -1112px;
	width: 202px;
	height: 77px;
	display: inline-block;
	text-indent: -9999em
}
.email-alert .sprite {
	padding: 4px 0 0 25px
}
.sprite.citation-icon {
	background-position: 0 -1677px
}
.sprite.benefits-icon {
	background-position: 0 -1407px
}
.sprite.submit-icon {
	background-position: 0 -1435px
}
.sprite.track-icon {
	background-position: 0 -1463px
}
.sprite.nih-logo-new {
	background-position: 0 -1491px
}
.sprite.proposal-assoc {
	background-position: 0 -1523px
}
.sprite.propose-icon {
	background-position: 0 -1555px
}
.sprite.recommend-icon {
	background-position: 0 -1587px
}
.sprite.alerts-icon {
	background-position: 0 -1619px
}
.sprite.call-invitation {
	background-position: 0 -1651px
}
.headerzone-row1-right a:link, .social a {
	display: inline-block;
	text-indent: -9999em
}
.sprite.fb-icon {
	background-position: 0 -1199px;
	width: 16px;
	height: 16px
}
.sprite.twitter-icon {
	background-position: 0 -1225px;
	width: 16px;
	height: 16px
}
.sprite.linkedin-icon {
	background-position: 0 -1251px;
	width: 16px;
	height: 16px
}
.sprite.rss-icon {
	background-position: 0 -1277px;
	width: 16px;
	height: 16px;
	padding-left: 15px;
}
.sprite.google-plus {
	background-position: 0 -1303px;
	width: 16px;
	height: 16px
}
.sprite.blog-icon {
	background-position: 0 -1329px;
	width: 16px;
	height: 16px
}
.sprite.youtube-icon {
	background-position: 0 -1355px;
	width: 16px;
	height: 16px
}
.sprite.pinterest-icon {
	background-position: 0 -1381px;
	width: 16px;
	height: 16px
}
.email-alert .list-inline li {
	padding: 0;
	zoom: .8;
	-moz-transform: scale(0.80);
	-moz-transform-origin: 0 0;
}
.sprite.ebooks-logo {
	background-position: 0 -1707px;
	width: 140px;
	height: 60px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.sprite.young-scientist-award {
	background-position: 0 -1917px;
	width: 140px;
	height: 60px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.issue_type {
	color: #11a296;
}
.volume-issue {
	padding: 0px 0px 5px 0px;
	font-family: Calibri;
	font-size: 16px;
	border-bottom: 1px solid #E0E0E0;
	color: #BF5A14;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; /* no underline */
	color: #185FA1;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #185FA1;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #185FA1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #185FA1;
	color: #FFF;
	border-radius: 4px;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
.articletype-content {
	color: #185fa1;
	font-family: Calibri;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
}
.more {
	padding: 2px 0px 0px 0px;
}
.more a {
	color: #BF5A14;
	background: url(http://www.omicsonline.org/images/disc.jpg) 0px 4px no-repeat;
	padding-left: 15px;
	text-decoration: underline;
}
.more a:hover {
	text-decoration: none;
}
.right-heading {
	font-family: Calibri;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	padding: 5px
}
.table_shadow {
	border-radius: 8px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 2px;
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	padding-top: 5px;
	border-left: 1px solid #CCCCCC;
}
.fulltext-heading {
	color: #185FA1;
	font-size: 20px;
	text-align: left;
	margin-top:0px;
}
.fulltext_h1heading {
	font-family: Calibri;
	color: #185FA1;
	font-size: 29px;
	text-align: left;
	margin:0px;
}
.eb_tooltip {
	border-bottom: 0px dotted #000000;
	outline: none;
	cursor: hand;
	text-decoration: none;
	position: relative;
}
.eb_tooltip span {
	margin-left: -2590em;
	position: absolute;
}
.eb_tooltip:hover span {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 90;
	margin-left: 0;
	width: 520px;
	text-align: justify;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #565656;
}
.eb_tooltip:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: right;
	position: absolute;
}
.eb_tooltip:hover em {
	display: block;
	padding: 0.2em 0 0.6em 0;
	width: 520px;
}
.classicx {
	padding: 0.8em 1em;
}
.custom {
	padding: 0.5em 0.8em 0.8em 2em;
}
.classicx {
	background: #FFFFFF;
	border: 2px solid #75BAFF;
}
/*----------------spissue tooltip-------------------*/
.sp_tooltip {
	border-bottom: 0px dotted #000000;
	outline: none;
	cursor: hand;
	text-decoration: none;
	position: relative;
}
.sp_tooltip span {
	margin-left: -2590em;
	position: absolute;
	left: 10px;
}
.sp_tooltip:hover span {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 90;
	margin-left: 0;
	width: 520px;
	text-align: justify;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #565656;
}
.sp_tooltip:hover img {
	border: 0;
	margin: -10px 0 0 -55px;
	float: right;
	position: absolute;
}
.sp_tooltip:hover em {
	display: block;
	padding: 0.2em 0 0.6em 0;
	width: 520px;
}
.classicx {
	padding: 0.8em 1em;
}
.custom {
	padding: 0.5em 0.8em 0.8em 2em;
}
.classicx {
	background: #FFFFFF;
	border: 2px solid #75BAFF;
}
/*-----------------------------------*/
/*----------------scroll to top---------------------*/
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*----------------Journal home styles--------------------*/
h2.heading-highlights {
	background: #e7e7e7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e7e7e7 1%, #ffffff 50%, #d5d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e7e7e7), color-stop(50%, #ffffff), color-stop(100%, #d5d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e7e7e7 1%, #ffffff 50%, #d5d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e7e7e7 1%, #ffffff 50%, #d5d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e7e7e7 1%, #ffffff 50%, #d5d5d5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e7e7e7 1%, #ffffff 50%, #d5d5d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#d5d5d5', GradientType=0 ); /* IE6-8 */
	margin: 0;
	padding: 6px 10px 14px 14px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	position: relative;
	color: #FFF;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 0px #323232;
	background: linear-gradient(to bottom, #bf5a14 1%, #ff9e58 50%, #bf5a14 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:#BF5A14 !important;
}
h2.heading-highlights {
	font-size: 20px;
	font-weight: normal;
}
h2.heading-highlights:before, h2.heading-highlights:after {
	content: "";
	width: 13px;
	height: 34px;
	position: absolute;
	bottom: -18px;
	left: 20px;
	background: url(http://www.omicsonline.org/images/paperclip.png) no-repeat;
	z-index: 100;
}
h2.heading-highlights:after {
	left: auto;
	right: 20px;
}
.home_tab_content {
	border-left: 1px solid #ff9e58;
	border-right: 1px solid #ff9e58;
	border-bottom: 1px solid #ff9e58;
	border-top: 1px solid #FFF;
	padding: 25px 5px 5px 5px;
	overflow: scroll;
	height: 635px;
	background: #FFF;
	line-height: 20px;	
}
.homepage-highlights ul li:first-child {
	padding-top: 20px;
}
.homepage-highlights ul {
	margin-top: 0px;
	margin-bottom: 20px;
	border-right: 1px solid #ff9e58;
	border-left: 1px solid #ff9e58;
	border-bottom: 1px solid #ff9e58;
}
.homepage-highlights .list-group-item {
	border: 0;
	padding: 5px;
	border-bottom: 1px solid #DDD;
	margin: 0;
	box-shadow: none;
	background: #f2f2f1;
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: left;
}
.homepage-highlights .list-group-item:hover, .homepage-highlights .list-group-item:active {
	background: #2187E0;
	border-bottom: 1px solid #DDD;
	border-left: 4px solid #BF5A14;
	color: #FFF;
}
.homepage-highlights .list-group-item a {
	color: #000;
	display: block;
}
.homepage-highlights .list-group-item a:hover {
	text-decoration: none;
	color: #FFF;
}
.list-group-item:first-child {
	border-radius: 0;
}
.homepage-highlights .list-group-item:first-child {
	border-top: 0;
}
.homepage-highlights .list-group-item:last-child {
	border-bottom: 0;
}
/*------------home styles end now banner slider styles---------------------*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}
.glyphicon-chevron-left::before {
	content: "\e079";
}
.glyphicon-chevron-right::before {
	content: "\e080";
}
.glyphicon {
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: 1px;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(http://www.omicsonline.org/fonts/glyphicons-halflings-regular.eot);
	src: url(http://www.omicsonline.org/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(http://www.omicsonline.org/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(http://www.omicsonline.org/fonts/glyphicons-halflings-regular.woff) format('woff'), url(http://www.omicsonline.org/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(http://www.omicsonline.org/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.carousel-indicators {
	bottom: -10px;
}
/*--------------new-----------*/
li, a {
	transition: all 0.5s ease 0s;
}
.contry h2, .subjt h2, .subjt h2, .clincl_mj h2, .contries h2, .cbc h2 {
	background-color: #bf5a14;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 8px 10px;
	text-shadow: 1px 1px 1px #666666;
	border-radius: 3px 3px 0 0;
}
div.contry, div.subjt, div.clincl_mj, div.contries, div.cbc {
	border: 1px solid #bf5a14;
	border-radius: 4px;
}
.sprite_flgs {
	background: url(http://www.omicsonline.org/images/sprite_flags_icons.png) top left no-repeat;
	height: 17px
}
.sprite_flgs.poland {
	background-position: 4px -306px;
}
.sprite_flgs.Austria {
	background-position: 4px -442px;
}
.sprite_flgs.Turkey {
	background-position: 4px -510px;
}
.sprite_flgs.Finland {
	background-position: 4px -544px;
}
.sprite_flgs.NewZealand {
	background-position: 4px -578px;
}
.sprite_flgs.Ukraine {
	background-position: 4px -612px;
}
.sprite_flgs.Philippines {
	background-position: 4px -952px;
}
.sprite_flgs.Denmark {
	background-position: 4px -782px;
}
.sprite_flgs.Mexico {
	background-position: 4px -816px;
}
.sprite_flgs.Netherlands {
	background-position: 4px -850px;
}
.sprite_flgs.Norway {
	background-position: 4px -884px;
}
.contries ul {
	width: auto;
	padding: 0;
	float: left;
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 8px;
}
.contries ul li {
	list-style-type: none;
	line-height:2.23em;
	border-bottom: 1px solid #e6e7e8;
}
.contries ul li a {
	padding-left: 35px;
	display: table;
	width: auto;
}
.contries ul li:hover {
	background-color: #f8f8f8;
}
.contries ul li a:hover {
	text-decoration: underline;
}
.clincl_mj ul {
	float: left;
	padding-top: 10px;
	padding-left:10px;
}
.clincl_mj ul li {
	border-bottom: 1px solid #e6e7e8;
	line-height: 1.88em;
	list-style-type: none;
}
.clincl_mj ul li a {
	padding-left: 2px;
	padding-right: 2px;
}
.cbc ul {
	float: left;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 10px;
}
.cbc ul li {
	padding: 0;
	margin-left:3px;
	line-height:24px;
	list-style-type: none;
	border-bottom: 1px solid #e6e7e8;
}
.cbc ul li a {
	padding-left: 2px;
	padding-right: 2px;
}
.subjt ul {
	float: left;
    padding-left: 4px;
    padding-top: 10px;
}
.subjt ul li, .journal_subjt ul li {
	list-style-type: none;
	line-height: 28px;
	border-bottom: 1px solid #e6e7e8;
}
.subjt ul li:hover, .journal_subjt ul li:hover {
	background-color: #f8f8f8;
}
.subjt ul li a:hover, .journal_subjt ul li a:hover {
	text-decoration: underline;
}
.jb_subjt ul li a {
	padding-left: 16px;
	padding-right: 16px;
}
.jrnlsbj_li_pding ul {
	float:none;
	clear:both;
}
.jrnlsbj_li_pding ul li {
	line-height:1.85em;
}
.sprite.usa {
	background-position: 4px 4px
}
.sprite {
	background: url(http://www.omicsonline.org/images/main_bootstrap_sprite.png) top left no-repeat;
	height: 17px
}
.sprite.australia {
	background-position: 4px -23px
}
.sprite.uae {
	background-position: 4px -50px
}
.sprite.italy {
	background-position: 4px -77px
}
.sprite.germany {
	background-position: 4px -104px
}
.sprite.uk {
	background-position: 4px -129px
}
.sprite.japan {
	background-position: 4px -156px
}
.sprite.brazil {
	background-position: 3px -183px
}
.sprite.korea {
	background-position: 4px -210px
}
.sprite.spain {
	background-position: 4px -237px
}
.sprite.canada {
	background-position: 4px -264px
}
.sprite.china {
	background-position: 4px -291px
}
.sprite.france {
	background-position: 4px -318px
}
.sprite.india {
	background-position: 4px -345px
}
.sprite.malaysia {
	background-position: 4px -372px
}
.sprite.singapore {
	background-position: 4px -399px
}
.sprite.south-africa {
	background-position: 4px -426px
}
.sprite.confrence-logo {
	background-position: 0 -1112px;
	display: inline-block;
	height: 77px;
	text-indent: -9999em;
	width: 202px;
}
/* useful links */
.useful_links {
	border: 1px solid #185fa1;
	border-radius: 4px;
}
.useful_links h2 {
	background-color: #185fa1;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 8px 10px;
	text-shadow: 1px 1px 1px #666666;
	border-radius: 3px 3px 0 0;
}
.useful_links ul li {
	background: url("http://www.omicsonline.org/images/left_arrow.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
	line-height: 2em;
	list-style-type: none;
	padding-left: 20px;
	color: #004080;
	font-size: 13px;
}
.useful_links ul {
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}
.useful_links ul li:hover {
	color: #bf5a14;
	padding-left: 22px;
}
/* jhighlights links */
.jh_links {
	border: 1px solid #FF9E58;
	border-radius: 4px;
}
.jh_links h2 {
	background-color: #185fa1;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 8px 10px;
	text-shadow: 1px 1px 1px #666666;
	border-radius: 3px 3px 0 0;
}
.jh_links ul li {
	background: url("http://www.omicsonline.org/images/left_arrow.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
	line-height: 2.2em;
	list-style-type: none;
	padding-left: 28px;
	color: #004080;
	font-size: 13px;
}
.jh_links ul {
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}
.jh_links ul li:hover {
	color: #bf5a14;
	padding-left: 32px;
}
.share_this_page ul li a {
	padding-left: 22px;
	color: #004080;
	font-size: 13px;
}
.impact_msg {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.impact_msg_qoute {
	font-weight: 600;
	line-height: 26px;
	font-size: 14px;
}
.impact_msg_qoute h2 {
	color: #BF5A14;
	font-size: 24px;
	margin-top: 10px;
}
blockquote {
	border-left: 5px solid #BF5A14 !important;
}
.m_t {
	margin-top: 20px;
}
.container_style {
	background: #FFF;
	box-shadow: 0 1px 10px #414141;
}
.editors_block {
	background-color: #eee;
	border: 1px solid #bf5a14;
	border-radius: 4px;
	min-height: 150px;
}
.editors_block h2 {
	background-color: #bf5a14;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 8px 10px;
	text-shadow: 1px 1px 1px #666666;
}
.editor {
	border-radius: 4px;
	box-sizing: content-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	padding: 5px;
	border: 2px solid #dadada;
	background-color: #FFF;
	margin-top: 8px;
	margin-bottom: 8px;
	transition: all 1s ease-in-out 0s;
	font-size: 13px;
	color: #bf5a14;
	height: 235px;
}
.editor img, .editors img {
	border-radius: 50%;
	border: 5px solid #dadada;
	margin-bottom: 5px;
}
.editor p {
	padding-top: 5px;
}
.editor:hover, .editors:hover {
	background-color: #fff;
	box-shadow: 0px 0px 2px #cdcdcd;
	background-color: #ff9c56;
	color: #fff;
	border: 2px solid #fff;
}
/* demostyes */
.editors {
	border-radius: 4px;
	box-sizing: content-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	padding: 5px;
	border: 2px solid #dadada;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	min-height: 235px;
	transition: all 1s ease-in-out 0s;
}
/*-----------footer contact-----*/
.footerBg {
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	background:url(http://www.omicsonline.org/images/clmj_container_bg.png) repeat 0 0 #185FA1;
	border-top:5px solid #BF5A14;
}
.ftr-grid p:first-child{
	font-size:12px;
	font-weight:600;
	padding-bottom:2px;
	color:#feb24c;
}
.ftr-grid p {
	color:#fff;
	margin-bottom:0;
	font-size:12px;
	line-height:20px;
}
.ftr-grid p a {
	color:#fff;
	margin-bottom:0;
	display:inline-block;
}
.ftr-grid p span {
	padding-right:5px;
	width:18px;
	color:#d4a72d;
}
.pding-lft {
	padding-left:5px;
}
.ftrHrd h3 {
	font-size:22px;
	color:#fff;
	margin:0px 0px 5px 5px;
}
.contact_list > div.col-md-3 {
	border-bottom:1px dotted #2168aa;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:6px;
	padding-right:2px;
	min-height:100px;
	transition: all 0.5s ease 0s;
}
.contact_list > div.col-md-3:hover {
	background-color:#0e83cd;
	border-radius:4px;
}
.highlight_head
{
font-family: "Times New Roman",Times,serif;
font-size:30px;
color: #185FA1;
padding:21px 0px 0px;
float: left;
text-align: left;
font-weight: normal;
line-height:30px;
}
.j_readmore { float:right; margin-top:-5px; margin-right:0px; position:relative; }

.panel-group a {
	display: block;
}
.panel-default > .panel-heading {
	background: #bf5a14;
	color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	height: 170px;
	overflow-y: scroll;
}
.panel-body {
	padding: 10px 15px 8px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 0;
}
.panel-title {
	font-size: 15px;
	text-shadow: 1px 1px 0 #323232;
	text-align: left;
}
.panel-group .panel + .panel {
    margin-top: 2px !important;
}
.glyphicon {
	font-size: 12px;
}
.jh_links_n {
	border: 1px solid #185fa1;
	border-radius: 4px;
	margin-bottom: 5px;
}
.jh_links_n ul {
	height: 200px;
	overflow-y: scroll;
	padding-bottom: 5px;
	padding-top: 5px;
}
.jh_links_n h3 {
	background-color: #185fa1;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 8px 10px;
	text-shadow: 1px 1px 1px #666666;
	border-radius: 3px 3px 0 0;
}
.panel-heading.active {
	background-color: #BF5A14;
}
.panel-heading {
	padding: 8px 15px;
}
span.journal_head_ft {
font-family: "Times New Roman",Times,serif;
font-size: 36px;
color: #185FA1;
padding: 5px 0px 0px;
float: left;
text-align: left;
font-weight: normal;
margin-top: 18px;
margin-bottom: 0px;
line-height:38px;
}

.suggestions{
	z-index:1010;
}

/**** Newly Added ****/
/* Social Icons */
.social-icons{
	text-align:right;
	margin-bottom:0;
}
.social-icons li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
}

.social-icons li:hover a {
	background: #171717;
	color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
	background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
	background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
	background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
	background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
	background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
	background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
	background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
	background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
	background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
	background: #ff4107;
}

.social-icons.social-icons-transparent li {
	box-shadow: none;
}

.social-icons.social-icons-transparent li a {
	background: transparent;
}

.social-icons.social-icons-icon-light li a i {
	color: #FFF;
}

.social-icons li:hover.social-icons-slideshare a {
	background: #0077b5;
}

.full-text .page-header{
	font-family:Calibri, "Calibri Light";
	margin:0;
}
@media (min-width: 768px) {
	.full-text dl{
		margin-left:-15px;
	}
}
.full-text p{
	line-height:1.42857;
}
.full-text .thumbnail{
	margin-bottom:0;
}
.full-text ol{
	padding-left:15px;
}
.full-text ol li{
	line-height:20px;
	margin-bottom:15px;
}
.journal_head{
	font-family:"Times New Roman", Tahoma;
}

/***** Newly Added *****/
.m-t-10{
	margin-top:10px;
}
.m-t-20{
	margin-top:20px;
}
.m-t-30{
	margin-top:30px;
}
.m-t-40{
	margin-top:40px;
}
.m-t-50{
	margin-top:50px;
}
.m-t-60{
	margin-top:60px;
}
.m-t-70{
	margin-top:70px;
}
.m-t-80{
	margin-top:80px;
}
.m-t-90{
	margin-top:90px;
}
.m-t-100{
	margin-top:100px;
}

.m-b-10{
	margin-bottom:10px;
}
.m-b-20{
	margin-bottom:20px;
}
.m-b-30{
	margin-bottom:30px;
}
.m-b-40{
	margin-bottom:40px;
}
.m-b-50{
	margin-bottom:50px;
}
.m-b-60{
	margin-bottom:60px;
}
.m-b-70{
	margin-bottom:70px;
}
.m-b-80{
	margin-bottom:80px;
}
.m-b-90{
	margin-bottom:90px;
}
.m-b-100{
	margin-bottom:100px;
}

.m-tb-10{
	margin-bottom:10px;
	margin-top:10px;
}
.m-tb-20{
	margin-bottom:20px;
	margin-top:20px;
}
.m-tb-30{
	margin-bottom:30px;
	margin-top:30px;
}
.m-tb-40{
	margin-bottom:40px;
	margin-top:40px;
}
.m-tb-50{
	margin-bottom:50px;
	margin-top:50px;
}
.m-tb-60{
	margin-bottom:60px;
	margin-top:60px;
}
.m-tb-70{
	margin-bottom:70px;
	margin-top:70px;
}
.m-tb-80{
	margin-bottom:80px;
	margin-top:80px;
}
.m-tb-90{
	margin-bottom:90px;
	margin-top:90px;
}
.m-tb-100{
	margin-bottom:100px;
	margin-top:100px;
}

.text-warning{
	color: #bf5a14;
}
.jrnl-panel.panel-warning{
    border-color: #bf5a14;
}
.jrnl-panel.panel-warning > .panel-heading {
    background-color: #bf5a14;
    border-color: #bf5a14;
    color: #fff;
}
.jrnl-panel .panel-title {
	font-weight: 600;
	text-shadow: 1px 1px 1px #666666;
}
.full-text-right-panel.panel-default > .panel-heading {
    background: #185FA1 none repeat scroll 0 0;
    color: #fff;
}
.full-text-right-panel .panel-title {
    font-size: 15px;
	font-weight:600;
    text-align: left;
    text-shadow:none;
}
.caret-right-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  text-align:left;
}

.caret-right-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size:16px;
  content: "\f0da";
  color: #0D8EC8;
}

.btn3d {
    position:relative;
    top: -6px;
    border:0;
     transition: all 40ms linear;
     margin-top:10px;
     margin-bottom:10px;
     margin-left:2px;
     margin-right:2px;
}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style:none;
         outline:medium none;
}
.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-white {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#fff;
}
.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#fff;
}
.btn3d.btn-default {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#f9f9f9;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#f9f9f9;
}
.btn3d.btn-primary {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#4274D7;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color:#4274D7;
}
.btn3d.btn-success {
    box-shadow:0 0 0 1px #398439 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 4px 0 0 #398439, 0 4px 4px 1px rgba(0,0,0,0.5);
    background-color:#449d44;
}
.btn3d.btn-success:active, .btn3d.btn-success.active {
    box-shadow:0 0 0 1px #398439 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #449d44;
}
.btn3d.btn-info {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#39B3D7;
}
.btn3d.btn-info:active, .btn3d.btn-info.active {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #39B3D7;
}
.btn3d.btn-warning {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#FEAF20;
}
.btn3d.btn-warning:active, .btn3d.btn-warning.active {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #FEAF20;
}
.btn3d.btn-danger {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#D73814;
}
.btn3d.btn-danger:active, .btn3d.btn-danger.active {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #D73814;
}
.btn3d.btn-magick {
    color: #fff;
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#bb39d7;
}
.btn3d.btn-magick:active, .btn3d.btn-magick.active {
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #bb39d7;
}
.glyph-triangle-right li::before {
    color: #FF6600;
    content: "\e250";
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    left: 0;
    line-height: 26px;
    list-style: none;
    position:relative;
    top: 0;
}