

button { margin-top: 10px; }

ul {
    /* color: #ECECEC; */
    text-align: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}


a {
    color: #c48ec8;
    -webkit-transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */
}

/* button.sldr-prv.sldr-nav.prev {
    position: absolute;
    left: 0;
    top: 450px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    background: rgba(0,0,0,.8);
    padding: 0px 0px;
}
button.sldr-nxt.sldr-nav.next {
    position: absolute;
    right: 0;
    top: 450px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    background: rgba(0,0,0,.8);
    padding: 0px 0px;
} */
ul.animate {
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */ 
}

.stage {
    width: 100%;
    margin: 0 auto;
    padding:5% 0%;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0,0,0,.75);
}
.esgreen_bg  .stage{
    background-color: rgba(0,0,0,.5);
}
.sldr {
    max-width:100%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    clear: both;
    display: block;
}

.sldr > ul > li {
    float: left;
    display: block;
    height:auto;
    max-width: 384px;
    position: relative;
    /*z-index: -1;*/
}
img.slider_img{
/*  max-width: 1000px;  */
    width:100%;
    max-height:200px;
    display: block;
    margin: 0 auto;
}
.sldr > ul > li p.case_title{
    padding: 10px 0;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,.8);
    margin-top: -35px;
    color: #fff;
}
.sldr > ul > li:hover p.case_title{
    /*display: none;*/
}
.sldr > ul > li span.date{
    position: absolute;
    top: -14%;
    left: -41%;

}
.case_info{
    background: #fff;
    padding: 12px;
    padding-bottom: 1px;
    width: 300px;
    margin-top: 19%;

}
.case_info h1,.case_info h2,.case_info p{
font-size: 14px;
line-height: 22px;
text-align: left;
}

.case_info h1{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;    
}

.case_info p{
    color: #9FA0A0;
    margin-bottom: 8px;
}
.sldr > ul > li  div.case_info{
    display: block;
}
.sldr > ul > li span.date{
    display: block;
}

.clear {
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    clear: both;
}
.wrap {
    overflow: visible;
}
.sldr > ul > li:hover img.slider_img{
/*transform:scale(1.6,1.6);
-ms-transform:scale(1.6,1.6);   
-moz-transform:scale(1.6,1.6); 
-webkit-transform:scale(1.6,1.6); 
-o-transform:scale(1.6,1.6);
box-shadow: 0px 0px 10px #fff;*/

}
.sldr > ul > li .lightbox_a{ display:block !important; position:relative; border:1px solid #FFF;}
.sldr > ul > li .lightbox_a .hover_div{ display:none;}
.sldr > ul > li .lightbox_a:hover  .hover_div{
    display:block;  
    z-index: 9999;
}
.sldr > ul > li .lightbox_a:hover  .hover_div .slider_img{
transform:scale(1.6,1.6);
-ms-transform:scale(1.6,1.6);   
-moz-transform:scale(1.6,1.6); 
-webkit-transform:scale(1.6,1.6); 
-o-transform:scale(1.6,1.6);
box-shadow: 0px 0px 10px #fff;
}



#owl_case.owl-carousel .owl-prev{background: rgba(0,0,0,.8);    position: absolute;top: 30%;left: 0;}
#owl_case.owl-carousel .owl-next{background: rgba(0,0,0,.8);  position: absolute;top: 30%;right: 0;}
#owl_case.owl-carousel .owl-prev img{ width:35px;}
#owl_case.owl-carousel .owl-next img{ width:35px;}
#owl_case .lightbox_a{ text-decoration:none;}
#owl_case .lightbox_a img{
    height: 12vw;
}
#owl_case .lightbox_a .hover_div img{
    height: auto;
}
#owl_case .lightbox_a .hover_div{ 
    display:none; position:relative; margin-top:-35.5%;
}
#owl_case  .lightbox_a:hover  .hover_div{
    display:block;      
}
#owl_case  .lightbox_a:hover  .hover_div .slider_img{
transform:scale(1.6,1.6);
-ms-transform:scale(1.6,1.6);   
-moz-transform:scale(1.6,1.6); 
-webkit-transform:scale(1.6,1.6); 
-o-transform:scale(1.6,1.6);
box-shadow: 0px 0px 10px #fff;
}
.owl-theme .owl-controls {
    position: absolute;
    margin-top: 10px;
    top: 50px;
    width: 100%;

}
.item_div:hover  p.case_title{
    display: none;
}
.owl-stage .item_div{
    position: relative;
}
#owl_case  p.case_title{
    padding: 10px 5px;   
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    position: absolute;
    bottom: -2px;   
    line-height: 1.3;
}

#owl_case .lightbox_a  .hover_div .date{
    position: absolute;
    top: -8%;
    left: -26%;
}
#owl_case .lightbox_a  .hover_div .date img{ width:auto;}
#owl_case .owl-item:hover{ z-index:9999;}

.glyphicon.glyphicon-chevron-left:before{
    content: "";
    width: 50px;
    height: 50px;
    background-image:url(/ezfiles/7/1007/img/83/icon_control_left.png) ;
    display: block;
    margin-top: 50%;
}

.glyphicon.glyphicon-chevron-right:before{
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image:url(/ezfiles/7/1007/img/83/icon_control_right.png);
    margin-top: 50%;
    float: right;
}
button.close{
    background-color: #aaa;
    transition: .3s;
}
.close{
    color:#fff;
}
button.close:hover{
    background-color: #000;
}
.modal-content {
    position: relative;
    background-color: transparent;
}
.modal-header {
    border-bottom: 0px solid #e5e5e5;
}
.lightboxmobile{
     display: none;
}


/* ======================================================================= */
div.click_content {
    text-align: left;
    width: 320%;
    position: absolute;
    margin-top: 40%;
    background-color: rgba(0,0,0,.6);
    display: none;
    padding:30px 10px;  
    display: none; 
}
div.click_content h1{
    color: #9FA0A0;
    margin:10px 0;
    font-size: 16px;
}
div.click_content h1 img{
    padding-right: 10px;
    vertical-align: middle;
}
ul.click_content li{
    text-align: left;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 20px;
    vertical-align: top;
}
ul.click_content li:first-child{
    border-right: 1px solid rgba(255,255,255,.5);
    margin-left: 0;
    padding-right: 20px;
}


/* ============================@media ============================== */

@media screen and (max-width: 1680px){
    .sldr > ul > li {
    max-width: 336px;

}
}
@media screen and (max-width: 1440px){
    .sldr > ul > li {
    max-width: 288px;
}
#owl_case  p.case_title{
    font-size: 16px;
}
}
@media screen and (max-width: 1366px){
    .sldr > ul > li {
    max-width: 273.2px;
}
#owl_case  p.case_title {
    font-size: 14px;
}
.sldr-prv.sldr-nav.prev>img,.sldr-nxt.sldr-nav.next>img{
    width:35px;
}
div.click_content {
    width: 345%;
}
}
@media screen and (max-width: 1280px){
    .sldr > ul > li {
    max-width: 256px;
}
.sldr > ul > li p.case_title {
    margin-top: 0px; 
}
}
@media screen and (max-width: 1024px){
    .sldr > ul > li {
    max-width: 204.8px;
}
div.click_content {
    width: 420%;
}
}
@media screen and (max-width: 768px){
    .sldr > ul > li {
        max-width: 200px;
    }
    ul.click_content li{
        display: block;
        line-height: 28px;
        font-size: 12px;
        margin-left: 20px;
        margin-right: 0px;
        vertical-align: top;
    }
    div.click_content {
        width: 300px;
    }
    ul.click_content li:first-child{
        border-right: 0px solid rgba(255,255,255,.5);
        margin-left:20px;
        padding-right: 0px;
    }
    #owl_case .lightbox_a img{
		height: 55vw;
	}
}
@media screen and (max-width: 767px){
    .sldr > ul > li {
    max-width: 380px;
}
#owl_case  p.case_title {
    font-size: 12px;
}
.sldr-prv.sldr-nav.prev>img,.sldr-nxt.sldr-nav.next>img{
    width:26px;
}


#owl_case  .lightbox_a:hover  .hover_div .slider_img{
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    box-shadow: 0px 0px 10px #fff;
}
.sldr > ul > li span.date {
    top: 0%;
    left: 0%;
}


}
@media screen and (max-width: 480px){

#owl_case  .lightbox_a:hover  .hover_div .slider_img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    box-shadow: 0px 0px 10px #fff;
}
#owl_case  p.case_title{
    position: static;

}
.case_info{
    margin-top: 10%;
}
div.click_content {
    margin-top: 8%;
  
}
/*
.lightboxmobile{
     display: block;
}
.lightboxpc{
    display: none;
}
*/
#owl_case .lightbox_a .hover_div{ 
    display:none; position:relative; margin-top:-50%;
}
}
@media screen and (max-width: 320px){
    .sldr > ul > li {
    max-width: 300px;
}
}

/* @media screen and (max-height: 480px){
button.sldr-prv.sldr-nav.prev,button.sldr-nxt.sldr-nav.next{
    top:294px;
}
}
@media screen and (max-height: 768px){
button.sldr-prv.sldr-nav.prev,button.sldr-nxt.sldr-nav.next{
    top:296px;
}
}
@media screen and (max-height: 900px){
button.sldr-prv.sldr-nav.prev,button.sldr-nxt.sldr-nav.next{
    top:360px;
}
} */