/******************************
*
*  RoyalSlider Custom Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
* 
******************************/
.cnmd_transition {
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  -ms-transition: ease .3s;
}
/* Background */
.cnmd_custom,
.cnmd_custom .rsOverflow,
.cnmd_custom .rsSlide,
.cnmd_custom .rsVideoFrameHolder,
.cnmd_custom .rsThumbs {
  background: transparent;
  color: #FFF;
}
.cnmd_custom .rsSlide {
  background: #fff;
}
.cnmd_custom {
  margin-bottom: 60px !important;
  overflow: visible !important;
}
.royalSlider {
  max-width: 1000px !important;
  margin: 0 auto;
  overflow: visible;
}
/***************
*
*  1. Arrows and Pager
*
****************/
.rsOverflow {
  overflow: visible !important;
  padding-top: 0px !important;
}
.cnmd_custom .rsSlideCount {
  position: absolute;
  width: 100px;
  text-align: center;
  left: 0;
  -webkit-backface-visibility: hidden;
}
.cnmd_custom .rsArrow {
  font-family: 'fontello';
  font-size: 40px;
  line-height: 40px;
  color: #000;
  opacity: .5;
  position: absolute;
  width: 22px;
  cursor: pointer;
  z-index: 999;
  top: 50%;
  text-shadow: 0px 0px 3px #ffffff;
  /* 	bottom: -28px; */
}
.cnmd_custom .rsArrow:hover {
  opacity: 1;
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  -ms-transition: ease .3s;
  color: black;
}
.cnmd_custom .rsArrowIcn {
  cursor: pointer;
  color: white;
}
.cnmd_custom .rsArrowLeft:before {
  content: "\e800";
}
.cnmd_custom .rsArrowRight:before {
  content: "\e801";
}
.cnmd_custom.rsVer .rsArrow {
  width: 100%;
  height: 60px;
}
.cnmd_custom.rsVer .rsArrow .rsArrowLeft {
  top: 0;
  left: 0;
}
.cnmd_custom.rsVer .rsArrow .rsArrowRight {
  bottom: 0;
  left: 0;
}
.cnmd_custom.rsHor .rsArrowLeft {
  text-align: center;
  left: 38% !important;
  top: auto;
  bottom: -36px;
  font-size: 12px;
}
.cnmd_custom.rsHor .rsArrowRight {
  text-align: center;
  right: 38% !important;
  top: auto;
  bottom: -36px;
  font-size: 12px;
}
#inner-wrap {
  overflow: visible !important;
}
/*.md_custom.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.md_custom.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.md_custom.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.md_custom.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }*/
.cnmd_custom .rsArrowDisabled .rsArrowIcn {
  opacity: .1 !important;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.cnmd_custom .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}
.cnmd_custom .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
}
.cnmd_custom .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BBB;
}
.cnmd_custom .rsBullet.rsNavSelected span {
  background-color: #383838;
}
/***************
*
*  3. Thumbnails
*
****************/
.cnmd_custom {
  /* Thumbnails resizing on smaller screens */
}
.cnmd_custom .rsThumbsHor {
  width: 100%;
  height: auto;
}
.cnmd_custom .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.cnmd_custom.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.cnmd_custom.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.cnmd_custom .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.cnmd_custom .rsThumb img {
  width: 100%;
  height: 100%;
}
.cnmd_custom .rsThumb.rsNavSelected {
  background: #333;
}
.cnmd_custom .rsThumb.rsNavSelected img {
  opacity: 0.7;
  filter: alpha(opacity=30);
}
.cnmd_custom .rsThumb.rsNavSelected .thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
  display: none;
}
.cnmd_custom .rsThumb .rsTmb {
  display: block;
  width: 96px;
  height: 72px;
  border: 1px solid red;
}
.cnmd_custom .rsThumb .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.cnmd_custom .rsThumb .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
.cnmd_custom .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.cnmd_custom.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.cnmd_custom.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.cnmd_custom.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.cnmd_custom.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.cnmd_custom.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.cnmd_custom .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-universal.png') transparent;
}
.cnmd_custom .rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.cnmd_custom .rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.cnmd_custom .rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.cnmd_custom .rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.cnmd_custom .rsThumbsArrowDisabled {
  display: none !important;
}
/***************
*
*  4. Tabs
*
****************/
.cnmd_custom .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.cnmd_custom .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  text-decoration: none;
  background: #FFF;
  border-right: none;
  *display: inline;
  *zoom: 1;
  *border-right: 1px solid #d9d9d9;
}
.cnmd_custom .rsTab:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.cnmd_custom .rsTab:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #D9D9DD;
}
.cnmd_custom .rsTab:active {
  background-color: #f4f4f4;
}
.cnmd_custom .rsTab.rsNavSelected {
  color: #FFF;
  background: #383838;
  border-color: #383838;
}
/***************
*
*  5. Fullscreen button
*
****************/
.cnmd_custom .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.cnmd_custom .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-universal.png') 0 0 transparent;
  opacity: 0.7;
  border-radius: 2px;
}
.cnmd_custom .rsFullscreenBtn:hover .rsFullscreenIcn {
  opacity: 1;
}
.cnmd_custom.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.cnmd_custom .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.cnmd_custom .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.cnmd_custom .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-universal.png) no-repeat 0 -32px;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}
.cnmd_custom .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.cnmd_custom .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.cnmd_custom .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.cnmd_custom .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-universal.png') -64px 0;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}
.cnmd_custom .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.cnmd_custom .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../new-royalslider/lib/royalslider/skins/preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.cnmd_custom .rsPlayPause {
  color: #9d9d9c;
  font-size: 12px !important;
  line-height: 12px;
  text-transform: uppercase;
  /*
                position: absolute;
                bottom: -24px;
                right: 6px;
        */
  cursor: pointer;
  display: block;
  margin-top: 10px;
  margin-left: 49%;
}
.cnmd_custom .rsPlayPause:hover {
  color: #000;
}
.cnmd_custom .rsPlayPause .rsStateIndicator {
  transition: ease .3s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  -ms-transition: ease .3s;
  font-family: FontAwesome;
  font-size: 12px;
  color: #9d9d9c;
  /* 			margin-left: 5px; */
  display: inline;
  padding-left: 5px;
}
.cnmd_custom .rsPlayPause .rsStateIndicator:hover {
  color: #000;
}
.cnmd_custom .md_show_is_paused {
  /* 	background-color: blue; */
}
.cnmd_custom .md_show_is_playing {
  /* 	background-color: red; */
}
/***************
*
*  8. Global caption
*
****************/
/* .md_custom .rsPlayPause, */
.cnmd_custom .rsGCaption,
.cnmd_custom .rsSlideCount {
  color: #9d9d9c;
  font-size: 12px;
  text-transform: uppercase;
}
/* .md_custom .rsPlayPause .rsStateIndicator, */
/* arrow is different and styled above around line 95. */
/* .md_custom .rsPlayPause, */
.cnmd_custom .rsSlideCount,
.cnmd_custom .rsGCaption {
  position: absolute;
  bottom: -24px;
}
.cnmd_custom .rsGCaption {
  float: none;
  text-align: left;
  width: auto !important;
}
.cnmd_custom .rsSlideCount {
  display: block;
}
.cnmd_custom img {
  position: relative;
  padding: 0 !important;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .cnmd_custom .rsThumb {
    width: 59px;
    height: 44px;
  }
  .cnmd_custom .rsThumbsHor {
    height: 44px;
  }
  .cnmd_custom .rsThumbsVer {
    width: 59px;
  }
  .cnmd_custom .rsArrowLeft {
    left: 38% !important;
    top: auto;
    bottom: -36px;
    font-size: 12px;
  }
  .cnmd_custom .rsArrowRight {
    right: 38% !important;
    top: auto;
    bottom: -36px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 760px) {
  .cnmd_custom .rsArrowLeft {
    left: 36% !important;
  }
  .cnmd_custom .rsArrowRight {
    right: 36% !important;
  }
}
@media only screen and (max-width: 600px) {
  .cnmd_custom .rsArrow {
    position: absolute;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    z-index: 999;
  }
  .cnmd_custom.rsHor .rsArrowLeft {
    left: 26% !important;
  }
  .cnmd_custom.rsHor .rsArrowRight {
    right: 26% !important;
  }
  /*
        .md_custom.rsHor .rsArrowLeft { left: 0; top: 0;  text-align: center;}
        .md_custom.rsHor .rsArrowRight { left: 75px; top:0; text-align: center;}
    */
  .cnmd_custom .rsSlideCount {
    left: 0;
    margin-left: 0;
    text-align: left;
  }
  .cnmd_custom .rsGCaption {
    display: none !important;
  }
}
/*# sourceMappingURL=theme.css.map */