/* !CSS RESET */
/* prefix declarations */

/* !Keyframes */
#sequence-theme {
  overflow: hidden;
  position: relative;
  width: 100%;
  /*margin-top:15px;
  margin-bottom: 10px;*/
}
#sequence-theme #sequence {
  height: 750px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#index #sequence-theme #sequence ul li{
	background: url(http://didier-rase.com/modules/pk_sequenceslider/uploads/img1-35-31-11-11.jpg) no-repeat center top #141414;
	background-position-x:center;
	margin-bottom: 50px;
}
.widescreen #columns .fixed-width {
	/*min-height:583px;*/
}
#header_right {
/*min-height: 583px;*/
}
.slidercc{
	height:702px
}
#sequence-theme #sequence.sequence-fallback {
  overflow: hidden;
}
#sequence-theme h2 {
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#sequence-theme .controls {
  height: 37px;
  margin: 0;
  position: absolute;
  bottom: 20px;
  width: 100px;
  right:10px;
  z-index: 9999;
  list-style:none
}
#sequence-theme .prev,
#sequence-theme .next {
  position: absolute;
  outline: 0;
  width: 47px;
  height: 37px;
  z-index: 999;
  background:rgba(0, 0, 0, .7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAAAUklEQVQoz2P4//9/PxArMJADoJrfA/F+IE4g15AEqAH3gbieLNeANCG5Zj0QBwwq1ziQ6xqQS0CgnnbhQLKfybUlAGrLe6JDFqrwPlkpjJK0DQBtucHpCi0ozwAAAABJRU5ErkJggg==) 50% 50% no-repeat;
  right:15px;
  bottom:20px;
  color:#fff;
  text-align:center;
  line-height: 37px;
  font-size:25px;
  cursor: pointer;
}
#sequence-theme .next,
#sequence-theme .prev {
  position: absolute;
  z-index: 10000;
  top: 10px;
}
#sequence-theme .next:hover,
#sequence-theme .prev:hover {
  background:rgba(255, 189, 0, .9) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAQAAACouOyaAAAAbklEQVR4AYXRYRWEMAwE4U8CEioBCSfhJEQCDpCAhEo4CUioBCRUQk8ByfzP5u0su6bgsHQfKc1lehw2KeE2dXuV101DSNmEYbqqGrtuun2rt8NyVimRdbu0d0ND2N5u15uX5vRkdsPyyzcql/4DVewkTN908aIAAAAASUVORK5CYII=) 50% 50% no-repeat;
}
#sequence-theme .prev {
right: 70px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sequence-theme .status {
  background: #000;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left:0px;
  z-index:10000;
  width: 0px;
  opacity:0.5
}
#sequence-theme .status.paused {
  -webkit-animation: paused 1s linear alternate infinite;
  -moz-animation: paused 1s linear alternate infinite;
  -ms-animation: paused 1s linear alternate infinite;
  -o-animation: paused 1s linear alternate infinite;
  animation: paused 1s linear alternate infinite;
}
#sequence-theme .status.active {
  -webkit-animation: status-bar 3s linear;
  -moz-animation: status-bar 3s linear;
  -ms-animation: status-bar 3s linear;
  -o-animation: status-bar 3s linear;
  animation: status-bar 3s linear;
}
#sequence-theme .pause-icon {
  right: 20px;
  position: absolute;
  bottom: 20px;
}
#sequence-theme #sequence-preloader {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999;
}
#sequence-theme #sequence-preloader img {
  background: #ff9933;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  height: 12px;
  opacity: 0;
  filter: alpha(opacity = 0);
  position: relative;
  top: -50%;
  width: 12px;
  -webkit-animation: preload 1s infinite;
  -moz-animation: preload 1s infinite;
  -ms-animation: preload 1s infinite;
  -o-animation: preload 1s infinite;
  animation: preload 1s infinite;
}
#sequence-theme #sequence-preloader .preloading {
  height: 12px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  width: 48px;
}
#sequence-theme #sequence-preloader img:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#sequence-theme #sequence-preloader img:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#sequence-theme #sequence-preloader .preloading-complete {
  opacity: 0;
  filter: alpha(opacity = 0);
  visibility: hidden;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence-theme .nav {position: absolute; bottom:20px; left:50%; z-index:9999}
#sequence-theme .nav li { width:10px; height: 10px; background: #73726e; float: left; margin-right: 10px; cursor: pointer; list-style-type: none; display: block; z-index:9999;
  -webkit-border-radius: 50%;
          border-radius: 50%;
 }
#sequence-theme .nav li.active {background:#e17365}
#sequence ul li {padding: 0;margin: 0; display: block; height:445px; opacity:1;filter: alpha(opacity = 100);}
#sequence ul li img {position: absolute;}
.text_section_width input,
.text_section_pos_top input, 
.text_section_pos_left input {
  margin-bottom:10px
  }
.slide-text {
  position:absolute
  }
#sequence {overflow: hidden;}
#sequence .slide-text h3 {
  font-size: 32px;
  color:#282828;
  line-height: 43px;
  padding:0 15px;
  margin-bottom: 10px;
  font-weight: normal;
}
#sequence .slide-text h4 {
    color:#fff;
    font-size:28px;
    padding: 0 15px;
    background:#484848;
    margin-bottom:10px;
    line-height: 38px;
    display:inline-block;
    font-weight: normal;
}
#sequence .slide-text h5 {
    color:#282828;
    font-size:28px;
    padding: 0 20px;
    background:#7d7b77;
    margin-bottom:20px;
    line-height: 45px;
    font-weight: bold;
    display:inline-block;
}
#sequence .slide-text p {
  color:#3a3a3c;
  font-family:Georgia;
  font-size: 16px;
  line-height: 24px;
}

.mainImg {
  width:100%;
  height: auto;
  top:0; 
  left:0; 
    -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
opacity:0; filter: alpha(opacity = 0);
}
#sequence .animate-in .mainImg {opacity:1; filter: alpha(opacity = 100);width:100%;height: auto; }
#index #sequence .animate-in .mainImg {
	display:none;
}
#sequence .animate-out .mainImg {opacity:0; filter: alpha(opacity = 0);}
/* --------------------------------------------------------------------- */
/*                  styles for mobile devices                             */
/* --------------------------------------------------------------------- */

@media (min-width : 768px) and (max-width : 1024px) { /* tablet portrait */
  #sequence-theme #sequence {
    height:702px;    
  }
  #sequence ul li img.subimg {
    transform: scale(0.76) !important;
    transform-origin:0 0;
    -moz-transform: scale(0.76) !important;
    -moz-transform-origin:0 0;
    -webkit-transform: scale(0.76) !important;
    -webkit-transform-origin:0 0;
    -o-transform: scale(0.76) !important;
    -0-transform-origin:0 0;
  }
  #sequence .slide-text h3 {font-size: 23px;}
  #sequence .slide-text h4, #sequence .slide-text h5 { font-size: 16px !important; margin-bottom:10px}
  #sequence .slide-text p { font-size: 16px; line-height: 20px }
}
@media (min-width : 480px) and (max-width : 767px) { /* phone landscape */
  #sequence-theme #sequence {
    /*height:252px*/
  }
  #sequence ul li img.subimg {
    transform: scale(0.47) !important;
    transform-origin:0 0;
    -moz-transform: scale(0.47) !important;
    -moz-transform-origin:0 0;
    -webkit-transform: scale(0.47) !important;
    -webkit-transform-origin:0 0;
    -o-transform: scale(0.47) !important;
    -0-transform-origin:0 0;  
  }  
  #sequence .slide-text p { display: none;}
  #sequence ul li h3, #sequence ul li h4, #sequence ul li h5 {font-size:14px !important; line-height:17px !important; padding:5px !important}

}
@media (max-width : 479px) { /* phone portrait */
  #sequence-theme #sequence {
    /*height:159px*/
  }
  #sequence ul li img.subimg {
    transform: scale(0.3) !important;
    transform-origin:0 0;
    -moz-transform: scale(0.3) !important;
    -moz-transform-origin:0 0;
    -webkit-transform: scale(0.3) !important;
    -webkit-transform-origin:0 0;
    -o-transform: scale(0.3) !important;
    -0-transform-origin:0 0; 
  }
  #sequence .slide-text {width:60%}
  #sequence .slide-text p { display: none;}
#sequence ul li h3, #sequence ul li h4, #sequence ul li h5 {font-size:10px !important; line-height:17px !important; padding:5px !important}
  #sequence .animate-in .slide-text {
    top: -2%;
width: 95%;
line-height: normal;
font-size: 20px;
  }
  #index #sequence-theme #sequence ul li {
background: url(http://tunisieshop.com/didierrase/modules/pk_sequenceslider/uploads/img1-35-31-11-11.jpg) no-repeat top center;
background-position-x: -759px;
}

@-webkit-keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@-moz-keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@-ms-keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@-o-keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@keyframes paused {
  /* animate the pause button when Sequence is paused */
  0% {
    background-position: 0 0;
    opacity: 0;
  }

  100% {
    background-position: 0 0;
    opacity: .7;
  }
}

@-webkit-keyframes status-bar {
  /* cause the status bar to move */
  0% {
    width:0px
  }

  100% {
    width:100%
  }
}

@-moz-keyframes status-bar {
  /* cause the status bar to move */
  0% {
    width:0px
  }

  100% {
    width:100%
  }
}

@-ms-keyframes status-bar {
  /* cause the status bar to move */
  0% {
    width:0px
  }

  100% {
    width:100%
  }
}

@-o-keyframes status-bar {
  /* cause the status bar to move */
  0% {
    width:0px
  }

  100% {
    width:100%
  }
}

@keyframes status-bar {
  /* cause the status bar to move */
  0% {
    width:0px
  }

  100% {
    width:100%
  }
}

@-webkit-keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes preload {
  /* preloader icons */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}