/*-----------------------------------------------------------------------------------*/
/*	PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
    margin: 0;
    list-style: none;
}

.progress-list p {
    margin-bottom: 5px
}

.progress-list li {
    margin-bottom: 20px
}

.progress-list li em {
    padding-left: 8px;
    color: #1abb9c;
    font-style: normal;
}

.progress-list li em:before {
    content: "-";
    padding-right: 10px;
    display: inline-block;
}

.progress.plain {
    height: 15px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background: #ededed;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background: #1abb9c;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE PORTFOLIO GRID
/*-----------------------------------------------------------------------------------*/
.full-portfolio {
    overflow: hidden
}

.full-portfolio .filter {
    display: none
}

.full-portfolio .items {
    width: 100%;
    clear: both;
    margin: 0;
    list-style: none;
}

.full-portfolio .items li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
    width: 16.666666667%;
}

.full-portfolio .items li img {
    display: block;
    /*position: relative;*/
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.full-portfolio .items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fix-portfolio .filter {
    list-style: none;
    margin: 0 0 20px 0;
}

.fix-portfolio .filter li {
    display: inline;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    color: #c5c5c5;
}

.fix-portfolio .filter li:after {
    display: inline-block;
    content: "/";
    padding: 0 13px 0 16px;
}

.fix-portfolio .filter li a {
    color: #4e4e4e
}

.fix-portfolio .filter li a.active,
.fix-portfolio .filter li a:hover {
    color: #1abb9c
}

.fix-portfolio .filter li:last-child:after {
    display: none
}

.fix-portfolio {
    overflow: hidden;
}

.fix-portfolio .thumbs {
    list-style: none;
    width: 110%;
    margin-right: -5px;
}

.fix-portfolio .thumbs:before,
.fix-portfolio .thumbs:after {
    display: table;
    content: "";
    line-height: 0;
}

.fix-portfolio .thumbs:after {
    clear: both
}

.fix-portfolio .thumbs li {
    width: 310px
}

.fix-portfolio .thumbs {
    margin-left: -5px;
    margin-bottom: -5px;
    *zoom: 1;
}

.fix-portfolio .thumbs li {
    float: left;
    min-height: 1px;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
}

.isotope-item {
    z-index: 2;
    display: block !important;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/*-----------------------------------------------------------------------------------*/
/*	DIRECTION AWARE HOVER ON FRAME
/*-----------------------------------------------------------------------------------*/
.overlay a,
.overlay a img {
    display: block;
    position: relative;
}

.overlay a {
    overflow: hidden
}

.overlay a div {
    position: absolute;
    background: #222;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.overlay a div h5 {
    display: block;
    padding: 10px 0;
    /*     margin: 63px 20px 20px 20px; */

    text-transform: uppercase;
    font-weight: bold;
    color: #e9e9e9;
    font-size: 16px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
}

.overlay a div h5 span {
    font-size: 12px;
    display: block;
    color: #ababab;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.2px;
    margin-top: 5px;

}

.overlay div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay.cap-icon a div:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 1;
    text-align: center;
    content: '\f517';
    font-size: 20px;
    color: #FFF;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
}

.overlay.cap-icon.more a div:before {
    content: '\f517'
}

.overlay.cap-icon.enlarge a div:before {
    content: '\f50d'
}

.sidebox .overlay.cap-icon.more a div:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin: -8px 0 0 -8px;
}

.da-slideFromTop {
    left: 0px;
    top: -100%;
}

.da-slideFromBottom {
    left: 0px;
    top: 100%;
}

.da-slideFromLeft {
    top: 0px;
    left: -100%;
}

.da-slideFromRight {
    top: 0px;
    left: 100%;
}

.da-slideTop {
    top: 0px
}

.da-slideLeft {
    left: 0px
}

/*-----------------------------------------------------------------------------------*/
/*	DETAILVIEW
/*-----------------------------------------------------------------------------------*/
.navfake {
    z-index: 1005;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 100%;
    background: #f9f9f9;
}

.navcoverpage {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    left: 100%;
}

/* SOME HELPER CLASS FOR ANIMATING */
.fullcontent-slider-getaway-wrapper {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: visible;
}

.fullcontent-slider-getaway-slide {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fullcontent-content-wrapper-new {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.preparedtostart.fullcontent-content-wrapper-new {
    z-index: 1002
}

.preparedtoleave.fullcontent-content-wrapper-new {
    z-index: 1001
}

.fullcontent-content-wrapper-new.right {
    left: 100%
}

.fullcontent-content-wrapper-new.left {
    left: -100%
}

.fullcontent-content-wrapper-new.right.fader,
.fullcontent-content-wrapper-new.left.fader {
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}

.novisibility {
    visibility: hidden
}

.navfake .navigation {
    margin: 0
}

.navfake .inner {
    padding-bottom: 0
}