.version4 .header-top {
    background-color: rgb(206, 23, 31)!important;
}
.header-top.nz-clearfix * {
    color: #fff !important;
}

.header-top span{
    color: #fff !important;
}

.search-toggle-wrap {
    display: none;
}

.tp-dottedoverlay.twoxtwo {
    background: unset !important;
}





div#slide-15-layer-6 {
    line-height: 30vh !important;
}


.tp-caption.tp-layer-selectable.tp-resizeme.padding-top-30vh {
    line-height: 30vh !important;
}


.ninzio-overlay{
    opacity: 1 !important;
}


.ninzio-overlay, #nz-content .nz-single-image:after {
    background-color: rgba(0, 0, 0, 0);
}

.nz-thumbnail:hover .ninzio-overlay, .nz-persons .person:hover .ninzio-overlay, a.nz-single-image:hover:before, .gallery-item:hover .ninzio-overlay, #nz-content .nz-single-image:hover:after {
    opacity: 1 !important;
    background-color: rgba(0,0,0,0.4);
}

span.count-title{
    color: #fff !important;
}

.nz-thumbnail{
    cursor: pointer;
}

.img-box {
    position: absolute;
    z-index: 9999999;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    background: rgba(206, 23, 31, 0.1);
    transition: .2s linear all;
    opacity: 0;
}

.nz-thumbnail:hover .img-box{
    opacity: 1;
}
.img-box img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}


.backSideBackGround {
    position: relative;
    margin-left: 15%;
}
.backSideBackGround:after {
    position: absolute;
    content: "";
    background-color: #e5e5e5;
    height: 100%;
    width: 100%;
    top: 15px;
    left: 15px;
    z-index: -9;
}

.col-md-5-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-md-5-custom {
    text-align: center;
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
    border-right: 0px;
    padding: 15px;
}

.clientsLogo .row.clientsRow:last-child .col-md-5-custom{
    border-bottom: 1px solid #e4e4e4;
}

.row.clientsRow .col-md-5-custom:last-child{
    border-right: 1px solid #e4e4e4;
}


ul#menu-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu-main-menu > li {
    padding: 0 !important;
    position: relative;
    float: left !important;;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 90px;
    line-height: 90px;

    height: 90px;
    line-height: 90px;
    -webkit-transition: height 300ms linear, line-height 300ms linear;
    -ms-transition: height 300ms linear, line-height 300ms linear;
    transition: height 300ms linear, line-height 300ms linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



ul#menu-main-menu > li:first-child {
    margin-left: 0 !important;
}


ul#menu-main-menu li {
    padding: 0;
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 90px;
    line-height: 90px;
}
ul#menu-main-menu > li > a {
    color: #999999;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-family: Raleway;
    margin-top: 30px;
}


ul#menu-main-menu > li > a {
    display: block;
    z-index: 2;
    position: relative;
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.desk.fixed-true ul#menu-main-menu > li > a {
    -webkit-transition: margin-top 300ms linear, color 300ms linear, box-shadow 300ms linear, background-color 300ms linear;
    -ms-transition: margin-top 300ms linear, color 300ms linear, box-shadow 300ms linear, background-color 300ms linear;
    transition: margin-top 300ms linear, color 300ms linear, box-shadow 300ms linear, background-color 300ms linear;
}

ul#menu-main-menu > li > a {
    height: 30px;
    line-height: 30px;
    -webkit-transition: margin-top 300ms linear, background-image 300ms linear, box-shadow 300ms linear;
    -ms-transition: margin-top 300ms linear, background-image 300ms linear, box-shadow 300ms linear;
    transition: margin-top 300ms linear, background-image 300ms linear, box-shadow 300ms linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.col-md-5-custom img {
    filter: grayscale(1);
	 -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.col-md-5-custom:hover img {
	filter: grayscale(0);
}