/* CSS for jQuery Sangar Slider Plugin 1.2.3
 * Copyright 2013, tonjoo
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php


/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
 ================================================== */
.sangar-slideshow-container {
    margin-left: auto;
    margin-right: auto;
}

.sangar-slideshow-container .sangar-slideshow-content {
  
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.sangar-slideshow-container .sangar-slideshow-content  > div >  div:first-child{
    position: relative;    
}

.sangar-slideshow-container .sangar-slideshow-content  > div >  div > div.sangar-caption {
    height: 100% !important;
}

.sangar-slideshow-container > .sangar-wrapper > .sangar-slider-nav {
    position: static;
}


/* NO TRANSITION
 ================================================== */
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}


/* CONTAINER
 ================================================== */
.sangar-slideshow-container div.sangar-wrapper {
    position: relative;
    overflow: hidden;
}
.sangar-slideshow-container div.sangar-slideshow-content {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.sangar-slideshow-container > .sangar-wrapper > .sangar-slideshow-content > .sangar-slide-img-wrapper {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;

    -moz-backface-visibility: hidden;
    -moz-perspective: 1000px;
    -moz-transform-style: preserve-3d;

    -o-backface-visibility: hidden;
    -o-perspective: 1000px;
    -o-transform-style: preserve-3d;

    -ms-backface-visibility: hidden;
    -ms-perspective: 1000px;
    -ms-transform-style: preserve-3d;
}
.sangar-slideshow-container > .sangar-wrapper > .sangar-slideshow-content > .sangar-slide-img-wrapper > .sangar-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.sangar-slideshow-container > .sangar-wrapper > .sangar-slideshow-content > .sangar-slide-img-wrapper > .sangar-slide-img > a,
.sangar-slideshow-container > .sangar-wrapper > .sangar-slideshow-content > .sangar-slide-img-wrapper > .slideWrapperInside > .sangar-slide-img > a {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: none;
    -webkit-backface-visibility: hidden;
    outline: none;
    padding: 0;
    margin: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sangar-slideshow-content > img,
.sangar-slideshow-content > div,
.sangar-slideshow-content > a { display: none } 


/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".sangar>div" and "div.sangar>a" tags in addition to just the .sangar-wrapper 
/* TIMER
 ================================================== */
.sangar-slideshow-container div.sangar-timer {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    height: 5px;
    opacity: 0.6;    
    z-index: 99;

    /*cursor: pointer;*/
}
.sangar-slideshow-container div.sangar-timer div.sangar-timer-mask {
    height: 100%;
    width: 0px;
    background: #ffffff;
}

/* CAPTIONS
 ================================================== */
.sangar-slideshow-container span.sangar-caption 
{
    display: none;
    height: 0px;
}


/**
 * FRS Container
 */

.sangar-slideshow-container{
    width:100%;
    margin-bottom:75px;    
    margin-top:25px;
    /*min-height:250px;*/
}

@media (max-width:320px){
  
  .sangar-slideshow-container{
      min-height:150px;
  }

}

.sangar-slideshow-container h4{
    font-weight:bold;
}

.sangar-slideshow-container h4,
.sangar-slideshow-container p
{
  color:white;
}

/*
 * FRS Responsive Image
 */

.sangar-slideshow-container .sangar-slideshow-content img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;

  padding: 0px !important;
}

.sangar-slideshow-container .sangar-timer, 
.sangar-slideshow-container .sangar-slider-nav, 
.sangar-slideshow-container .sangar-pagination-wrapper {
    display: none;
    line-height: normal;
}
.sangar-slideshow-container .sangar-pagination-wrapper .sangar-pagination {
    line-height: normal;
}

/**
 * Small Responsive class
 */
.sangar-slideshow-container .sangar-wrapper.sangar-responsive-mobile-small .sangar-caption .sangar-caption-text{
    /* do small style here */
}


/**
 * Medium Responsive class
 */
.sangar-slideshow-container .sangar-wrapper.sangar-responsive-mobile-medium{
    /* do medium style here */
}

/**
 * buttton
 */
p.sangar-caption-button a span {  
    white-space: nowrap;
}

/**
 * slideWrapperInside
 */

.slideWrapperInside {
    float:left;
    position:absolute;
}

.slideWrapperInside.swi1st {
    z-index: 1;
}

.slideWrapperInside.swi2nd {
    z-index: 2;
}

.slideWrapperInside.swi3rd {
    z-index: 1;
}