.jcarousel-skin-default .jcarousel-container {
   /* -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-default .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
    width: 663px;
    padding: 5px 0px;
}


.jcarousel-skin-default .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
    width: 663px;
    height: 92px;
}

.jcarousel-skin-default .jcarousel-item {
    width: 122px;   
    height: 92px;
}

.jcarousel-skin-default .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 5px;
}

.jcarousel-skin-default .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-default .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-default .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-default .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 5px;
    width: 9px;
    height: 18px;
    cursor: pointer;
    background: url(../images/next.png) no-repeat 0 0;
}

.jcarousel-skin-default .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: transparent url(../images/prev.png) no-repeat 0 0;
}

.jcarousel-skin-default .jcarousel-prev-horizontal.jcarousel-prev-disabled-horizontal,
.jcarousel-skin-default .jcarousel-next-horizontal.jcarousel-next-disabled-horizontal {
    width: 0px;
    font-size: 0px;
    border: 0px !important;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 5px;
    width: 9px;
    height: 18px;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat 0 0;
}

.jcarousel-skin-default .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next.png);
}


.jcarousel-skin-default .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-default .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-default .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-default .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}



.work_content img{max-height: 100%;max-width: 100%}
.close {
    float: right;
    margin: 5px;

    width: 11px;
    height: 11px;
}
.overlay{
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
.preview-container{
height: 200px;
width: 180px;
}
.preview-container .preview-img{
width:180px;
height:180px;
overflow: hidden;
background-size: cover !important;
}
.work_box{display:none;position:fixed;background:#fff; height:700px;width:950px;z-index:101;left:50%;margin-left:-475px;top:50%;margin-top:-312.5px}
.work_box .close{color: #e1e1e1;font-size: 30px;line-height: 14px;text-decoration: none;float:right;margin:15px;width:11px;height:11px;position: absolute;right: 0px;}
.work_box .close:hover{color: #a1a1a1;}
.work_content{float:left;margin:45px 0 0 35px}
.work_content h6{font-weight:bold !important}
.work_description{padding:28px 0 0 25px;width:200px}
.work_description .review{display:block; width:88px; border-bottom:1px dashed #4B5057}
.work_description .review:hover{text-decoration:none;border:none;}
.work_image{width:663px}
.item_property_review,.item_property_photo,.item_preview_text{display:none}
.review_box{padding:28px;display:none;position:fixed;background:#fff;height:600px;width:400px;z-index:101;left:50%;margin-left:-200px;top:50%;margin-top:-300px}
.review_box img{display:none;position:absolute}
.review_content{float:left}
.review_box .close{position:relative;float:right;margin-right:-15px;margin-top:-15px;}
.preview-text {color: #333; text-decoration: none;margin-top: 5px; text-align: left;}
.float-left{float:left}
.float-right {float: right;}
.portfolio-catalog{
list-style-type: none;
margin: 15px 0;
text-align: justify;
}
.portfolio-catalog > li{
    display: inline-block;
    vertical-align: top;
    margin:0 50px 50px 0px;
}
.portfolio-catalog a{text-decoration: none;}

.work_photo .photo-prev:before,
.jcarousel-skin-default .jcarousel-prev-horizontal:before{
    content: '<';
}
.work_photo .photo-next:before,
.jcarousel-skin-default .jcarousel-next-horizontal:before{
    content: '>';
}
.work_photo .photo-prev,
.work_photo .photo-next,
.jcarousel-skin-default .jcarousel-prev-horizontal,
.jcarousel-skin-default .jcarousel-next-horizontal
{
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    display: block;
    background: rgba(0,0,0,0.5);
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
}
.jcarousel-skin-default .jcarousel-prev-horizontal.jcarousel-prev-disabled,
.jcarousel-skin-default .jcarousel-next-horizontal.jcarousel-next-disabled{
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.5);
}

.work_photo {
    position: relative;
    text-align: center;
}
.work_photo .photo-prev,
.work_photo .photo-next{
    position: absolute;
    text-align: center;
    top: 50%;
    top: calc(50% - 10px);
    cursor: pointer;
}
.work_photo .photo-prev{
    left: 0px;
}
.work_photo .photo-next{
    right: 0px;
}
#lay_body ul.portfolio-catalog.after-print{
    margin-bottom: 50px;
    margin-right: -50px;
    clear: both;
    text-align: left;
    padding-left: 0px;
}
.portfolio-catalog.after-print > li{
    margin: 0 20px 20px 0;
}
.after-print .preview-container {
    position: relative;
    width: 306px;
    height: 306px;
}
.portfolio-catalog.after-print > li{
    float: left;
}
.portfolio-catalog.after-print > li:first-child .preview-container{
    width: 306px;
    height: 306px;
}
.after-print .preview-container .preview-img {
    width: 100%;
    height: 100%;
}
.after-print .preview-text {
    display: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    color: #FFF;
}
.after-print li:hover .preview-text {
    display: block;
}
    
@media screen and (max-width: 980px) {
    #lay_body .work_box {
        top: 50px;
        left: 0px;
        margin: 0;
        width: 100%;
        max-height: 100%;
        height: auto;
        overflow: auto;
    }
    #lay_body .work_content {
        float: none;
        margin: 0;
        box-sizing: border-box;
        padding: 10px;
    }
    #lay_body .work_photos {
        overflow: hidden;
    }
    #lay_body .work_image {
        width: 50%!important;
        padding-right: 10px;
    }
    #lay_body .work_photo{
        text-align: center;
        height: 300px!important;
        width: auto!important;
    }
    #lay_body .work_description {
        float: none;
        width: 100%;
        padding: 0px;
    }
    .portfolio-catalog.after-print > li {
      margin: 5px 0px 60px 0;
      width: 33%;
    }
    .portfolio-catalog.after-print > li:first-child .preview-container,
    .portfolio-catalog.after-print > li .preview-container {
      width: 210px;
      height: 275px;
    }
    .after-print .preview-text{
      display: block;
      position: relative;
      height: 60px;
      background: none;
      color: #000;
    }
}

@media screen and (max-width: 680px){
  .portfolio-catalog.after-print > li {
      margin: 5px 0px 60px 0;
      width: 49%;
  }
}

@media screen and (max-width: 500px) {
    #lay_body .work_image {
        width: 100%!important;
        padding-right: 0px;
    }
    .portfolio-catalog.after-print > li {
      margin: 20px 0px 60px 0;
      width: 90%;
    }
    .portfolio-catalog.after-print > li:first-child .preview-container,
    .portfolio-catalog.after-print > li .preview-container {
      width:  auto;
      height: 275px;
    }
}

@media screen and (max-width: 445px) {
    .portfolio-catalog.after-print{
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    .portfolio-catalog.after-print li{
        float:none;
    }
    
}
.work_content .jcarousel-skin-default .jcarousel-clip-horizontal,
.work_content .jcarousel-skin-default .jcarousel-container-horizontal {
    width: 100%;
    text-align: center;
}