/*
    css-plus by Jamy Golden
*/
.gallery-wrap { margin: 0 auto; overflow: hidden; width: 100%; position: absolute;}
.gallery { position: relative; left: 0; top: 0; display: inline-flex; }
.gallery__item { 
    float: left; 
    list-style: none;
    width: 100%;
    /*margin-right: 10px;*/
    overflow: hidden; 
    position: relative;
}
.gallery__item > .top{
 color:#fff;	
 z-index: +1;
 font-size:51px;
 font-family:'kozminpro-extralight';
 position: absolute;
 transition:top 3s;
 -moz-transition: top 3s;
 -webkit-transition: top 3s;
 top: -210px;
/* left: 530px;*/
 left: 35%;
}
.gallery__item >.left{
 color:#fff;	
 z-index: +1;
 font-size:51px;
 font-family:'kozminpro-extralight';
 position: absolute;
 transition:left 3s;
 -moz-transition: left 3s;
 -webkit-transition: left 3s;
/* top: 263px;*/
/*  top: 82%;*/
 left:-629px;	
 top: 217px;
}
.gallery__item > a > h1{
 font-size: 51px;
 width: 560px;
 position: absolute;
 text-align: center;
 color: #fff;
 top: 212px;
 font-family: 'kozminpro-extralight';
}
.gallery__item > a > h1.set_banner{
 top: 263px;  
}
.gallery__img {
    display: block; 
    height: 322px; 
    width: 1500px;
/*    min-width: 1349px;*/
}
.gallery__controls {
    position: relative;
    top: -68px; 
}
.gallery__controls-prev { 
    cursor: pointer; 
    float: left;
    position: relative;
/*    left: 200px; */
    left:15%; 
    top: -100px; 
}
.gallery__controls-next {
    cursor: pointer; 
    float: right;
    position: relative;
/*    left: -192px;*/
    right: 15%;
    top: -100px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix { 
    *zoom: 1;
}

/*Home dynamic image slider*/





pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.slidewrapper {
  /*max-width: 708px;*/
  max-width: 766px;
  /*margin: auto;*/
  overflow: hidden;
}
.slide_responsive
{
    position: relative;
left: 127px;
}