* {
    outline: none;
    transition: ease 0.4s;
}

html {
    width: 100%;
    height: 100%;
    font-size: 100%;
    background: #fff;
}

body {
    height: 100%;
    margin: 0;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

button {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer !important;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
}

.sub-header {
    min-height: 40px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(242, 242, 242, 1);
}

.sub-header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-header .box .contact {
    display: flex;
}

.sub-header .box .contact a.mail,
.sub-header .box .contact a.mobile,
.sub-header .box .language a {
    font-size: 11px;
    color: #506a85;
    font-weight: 400;
    /*text-decoration: none;*/
    display: flex;
}

.sub-header .box .contact a.mobile {
    margin-left: 18px;
}

.sub-header .box .contact a.mail:before {
    content: url("img/icon-mail.png");
    margin-right: 5px;
}

.sub-header .box .contact a.mobile:before {
    content: url("img/icon-mobile.png");
    margin-right: 5px;
}

.sub-header .box .language a:before {
    content: url("img/icon-english.png");
    margin-right: 5px;
    margin-top: 2px;
}

/* header */
.navbar {
    height: 100%;
    padding: 0;
}

.navbar-nav {
    height: 100%;
}

.navbar-brand {
    margin-right: 60px;
    padding: 20px 0;
}

.navbar-collapse {
    height: 100%;
}

.navbar-nav > li {
    height: 100%;
    width: 120px;
    border-left: 1px solid rgba(242, 242, 242, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: ease 0.4s;
}

.navbar-nav > li:nth-child(2n+1) {
    background-image: -moz-linear-gradient(90deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 1px 1px 0px rgba(1, 2, 2, 0.2), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.004);
}

.navbar-nav > li:hover:after {
    content: '';
    height: 6px;
    width: 126px;
    background: #fbde04;
    position: absolute;
    bottom: -6px;
    z-index: 30;
}

.navbar-nav > li .icon {
    border: 1px solid rgba(1, 2, 2, 0.17);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 1px 0px rgba(1, 2, 2, 0.2), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.03);
}

.navbar-nav > li > a {
    font-size: 13px;
    line-height: 24px;
    color: #000 !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.navbar .search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.navbar .search .search-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .search .search-icon i {
    position: absolute;
    padding: 0 18px;
    right: 0;
    display: flex;
    align-items: center;
}

.navbar .search input {
    background-color: rgb(255, 255, 255);
    padding: 10px 18px;
    border: none;
    box-shadow: 0 1px 0 0 rgba(1, 2, 2, 0.03), inset 0 1px 1px 0 rgba(1, 2, 2, 0.17);
}

.navbar .search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 15px;
    color: #a4a4a4;
    font-weight: 400;
}

.navbar .search input::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px;
    color: #a4a4a4;
    font-weight: 400;
}

.navbar .search input:-ms-input-placeholder { /* IE 10+ */
    font-size: 15px;
    color: #a4a4a4;
    font-weight: 400;
}

.navbar .search input:-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
    color: #a4a4a4;
    font-weight: 400;
}

.navbar .search a {
    font-size: 23px;
    line-height: 23px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0;
}

.navbar .search a > span {
    font-size: 13px;
    vertical-align: super;
}

.navbar .search a:before {
    content: url("img/icon-phone-yellow.png");
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 20;
    background: #fff;
    width: 100%;
    padding: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    -webkit-border-image: url('img/line-medium.png') 50; /* Safari 3.1-5 */
    -o-border-image: url('img/line-medium.png') 50; /* Opera 11-12.1 */
    border-image: url('img/line-medium.png') 50;
}

.navbar-nav > li:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 33.33%;
    float: left;
    height: auto;
    max-height: 66.5px;
    text-align: left;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    display: inline-block;
    justify-content: space-between;
    position: relative;
}

.sub-menu li > a {
    font-size: 13px;
    line-height: 24px;
    color: #000 !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.sub-menu li > .icon {
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.sub-menu .counter {
    position: unset;
    padding: 5px 8px;
    float: right;
    display: inline-block;
}

.sub-menu li:hover:after {
    display: block;
}

.sub-menu li:after {
    display: none;
    content: ' ';
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: -2px;
    left: 0;
    background: #f9d907;
}

/* banner slider */

.banner {
    background: #fff;
}

.banner .carousel {
    padding: 0 5%;
    position: relative;
}

.social-media {
    position: absolute;
    z-index: 10;
    right: 50px;
    top: 50px;
    display: flex;
}

.social-media img {
    height: 46px;
    width: 46px;
}

.banner .video {
    position: absolute;
    height: 100%;
    width: 90%;
}

.banner .video iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.banner .carousel-inner {
    background-image: url('img/pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid transparent;
    -webkit-border-image: url('img/line-long.png') 50; /* Safari 3.1-5 */
    -o-border-image: url('img/line-long.png') 50; /* Opera 11-12.1 */
    border-image: url('img/line-long.png') 50;
}

.banner .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    /*border-bottom: 10px solid transparent;*/
    /*-webkit-border-image: url('img/line-long.png') 50; !* Safari 3.1-5 *!*/
    /*-o-border-image: url('img/line-long.png') 50; !* Opera 11-12.1 *!*/
    /*border-image: url('img/line-long.png') 50;*/
}

.banner .carousel-item .slider-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 140px 0;
    width: 50%;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .carousel-item .slider-box h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.banner .carousel-item .slider-box p {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.banner .carousel-item .slider-box button {
    background-image: -moz-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    box-shadow: inset 0 1px 0 0 #ffdd00;
    border: none;
    text-shadow: 1px 1px 0 rgba(255, 244, 76, 0.5);
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 20px;
    color: #fae802;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev-icon .fa-chevron-left {
    padding-right: 3px;
}

.carousel-control-next-icon .fa-chevron-right {
    padding-left: 4px;
}

.carousel-indicators {
    bottom: 50%;
    margin: 15px 0;
}

.carousel-indicators > li,
.carousel-indicators > li.active {
    width: 12px;
    max-width: 12px;
    height: 12px;
    border-radius: 10px;
    border: solid 1px grey;
    background: transparent;
    text-indent: 0;
}

.carousel-indicators > li.active {
    background-image: -moz-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 238, 15, 0.004);
}

/*.carousel-control-next{*/
/*-webkit-justify-content: flex-start;*/
/*justify-content: flex-start;*/
/*}*/

/*.carousel-control-prev {*/
/*-webkit-justify-content: flex-end;*/
/*justify-content: flex-end;*/
/*}*/

/* worked-for */

.work-overlay {
    height: 220px;
    position: absolute;
    background-image: url('img/slider-bg-left.png'), url('img/slider-bg-right.png');
    background-position: center left, center right;
    background-repeat: no-repeat;
    z-index: 100;
}

.worked-for {
    padding: 50px 0;
    background: #f7f7f7;
}

.worked-for .slider-box {
    padding: 0 8px;
}

.worked-for h2 {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.worked-for p {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.worked-for .box-img {
    height: 60px;
    margin: 30px 15px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.worked-for img {
    padding: 0 20px;
    width: 100%;
}

.worked-for .slick-slide {
    filter: blur(2px);
    transition: ease 2s;
}

.worked-for .slick-active {
    filter: blur(0);
    transition: ease 2s;
}

/* contents01 */

.contents01 {
    padding: 60px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0 1px 4px 0 rgba(1, 2, 2, 0.15);
}

.contents01 .left-column8 {

}

.contents01 .left-column8-img {
    height: 475px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contents01 .left-column8-text {
    padding-top: 15px;
}

.contents01 .left-column8-text h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
}

.contents01 .left-column8-text hr {
    margin: 15px 0;
    color: #a7a7a7;
}

.contents01 .left-column8-text ul {
    padding: 0;
    list-style: none;
}

.contents01 .left-column8-text ul li a {
    color: #000;
}

.contents01 .left-column8-text ul li a p:before {
    content: '\f054';
    font-size: 10px;
    margin-right: 10px;
    font-family: FontAwesome;

}

.contents01 .left-column8-text ul li a p {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px;
}

.contents01 .left-column8-text ul li p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 18px;
}

.contents01 .slider-home {
    height: 190px;
    margin-top: 30px;
    padding: 0;
}

.contents01 .slider-home .slider-box {
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contents01 .path {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.contents01 .home-inner {

}

.contents01 .home-inner h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}

/*.contents01 .home-inner h2:before,*/
.contents01 .home-inner h2 > i {
    font-size: 26px;
    color: #f6cd00;
    margin-right: 10px;
}

.contents01 .path a,
.contents01 .path span {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}

.contents01 .home-inner .header {
    display: flex;
}

.contents01 .home-inner .header h3 {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    padding: 15px;
}

.contents01 .home-inner .header h3 > a {
    text-transform: none;
    color: #000;
    font-weight: 400;

}

.contents01 .home-inner .content {

}

.contents01 .home-inner .content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.contents01 .right-column4 {
    padding-top: 15px;
}

.contents01 .opinions {
    padding-top: 40px;
}

.contents01 .opinions .box {
    padding: 20px 15px;
}

.contents01 .opinions .box p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}

.contents01 .opinions .box .author {
    padding-top: 20px;
    display: flex;
    float: right;
}

.contents01 .opinions .box .author .avatar {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contents01 .opinions .box .author .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}

.contents01 .opinions .box .author .description p.name {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.contents01 .opinions .box .author .description p.company {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.contents01 .right-column4 h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
}

.contents01 .right-column4 hr {
    margin: 15px 0;
    color: #a7a7a7;
}

.contents01 .right-column4 button.button-more-realizations {
    background-image: -moz-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    box-shadow: inset 0 1px 0 0 #ffdd00;
    border: none;
    text-shadow: 1px 1px 0 rgba(255, 244, 76, 0.5);
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: auto;
    /* align-items: center; */
    display: flex;
    margin-top: 50px;
}

.contents01 .last-realizations {

}

.contents01 .last-realizations .date {
    border-right: 1px solid #ededed;
}

.contents01 .last-realizations .date p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    top: 22px;
    position: relative;
}

.contents01 .last-realizations .date p:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -23px;
    top: 1px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    border: 3px solid #fee700;
    background-color: #000;
}

.contents01 .last-realizations .description {

}

.contents01 .last-realizations .description h4:before {
    position: absolute;
    top: 32%;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 0 solid #ededed;
    border-right: 10px solid #ededed;
    border-bottom: 10px solid transparent;
    content: " ";
    background: transparent;
}

.contents01 .last-realizations .description h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    margin-left: 10px;
    margin-bottom: 5px;
}

.contents01 .last-realizations .description p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

/* contents02 */
.contents02 {
    background-color: rgb(247, 247, 247);
    box-shadow: inset 0 1px 4px 0 rgba(1, 2, 2, 0.15);
    /*padding-bottom: 10px;*/
}

.contents02 hr {
    background: #000;
    margin: 6px 0;
    width: 65%;
    margin-left: auto;
}

.posts .post-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 127px;
}

.posts .post-img button {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 12px;
    color: #000;
    background: #f8f8f8;
    background-image: -moz-linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    border: none;
    padding: 4px 12px;
}

.posts .post-text {
    height: 127px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.posts .post-text h3 {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.posts .post-text p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
}

.contents02 .right {
    height: auto;
}

.contents02 .contact {
    height: 50%;
}

.contents02 .contact .contact-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 408px;
    margin-bottom: 10px;
}

.contents02 .contact .contact-text hr {
    width: 100%;
}

.contents02 .contact .contact-text h3 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 40px 0 12px 0;
}

.contents02 .contact .contact-text p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.contents02 .contact .contact-text .city-list {
    padding-top: 15px;
    padding-bottom: 30px;
}

.contents02 .contact .contact-text p.item:before {
    font-family: FontAwesome;
    content: '\f054';
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
}

.contents02 .contact .contact-text button {
    background-image: -moz-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    box-shadow: inset 0 1px 0 0 #ffdd00;
    border: none;
    text-shadow: 1px 1px 0 rgba(255, 244, 76, 0.5);
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contents02 .contact form {
    display: flex;
}

.contents02 .contact .phone-number {
    position: relative;
    width: 100%;
}

.contents02 .contact .phone-number i {
    position: absolute;
    padding: 10px;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.contents02 .contact .contact-text input[type='text'] {
    font-size: 15px;
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 0 0 rgba(1, 2, 2, 0.03), inset 0 1px 1px 0 rgba(1, 2, 2, 0.17);
    border: none;
    height: 40px;
    width: 100%;
}

.contents02 .contact .contact-text input[type='submit'] {
    background-image: -moz-linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(243, 194, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(243, 194, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(243, 194, 0) 100%);
    box-shadow: inset 0 1px 0 0 #ffdd00;
    border: none;
    text-shadow: 1px 1px 0 rgba(255, 244, 76, 0.5);
    padding: 10px 25px;
    margin-left: 10px;
    height: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.contents02 .contents02-slider {
    height: 50%;
}

.contents02 .contents02-slider .slick-list {
    height: 100%;
}

.contents02 .contents02-slider .slick-track {
    height: 100%;
}

.contents02 .contents02-slider .slick-slide {
    height: 100%;
}

.contents02 .contents02-slider .slider-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.contents02 .contents02-slider .slider-box .box-text {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px;
}

.contents02 .contents02-slider .slider-box .box-text h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contents02 .contents02-slider .slider-box .box-text p {
    color: #bebebe;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.contents02 .contents02-slider .slick-dots {
    top: 10px;
    right: 5px;
    bottom: unset;
    width: unset;
}

.contents02 .contents02-slider .slick-dots li {
    margin: 0;
}

.contents02 .contents02-slider .slick-dots li button:before,
.contents02 .contents02-slider .slick-dots li.slick-active button:before {
    width: 12px;
    max-width: 12px;
    height: 12px;
    border-radius: 10px;
    border: solid 1px #646464;
    background: transparent;
    text-indent: 0;
    opacity: 1;
    content: '';
}

.contents02 .contents02-slider .slick-dots li.slick-active button:before {
    background-image: -moz-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    border-color: rgb(243, 194, 0);
    box-shadow: inset 0 1px 0 0 rgba(255, 238, 15, 0.004);
}

.contents02 .contents02-slider .slick-next {
    right: 25px;
    top: 150px;
}

.contents02 .contents02-slider .slick-prev {
    left: 25px;
    z-index: 1;
    top: 150px;
}

.contents02 .contents02-slider .slick-prev,
.contents02 .contents02-slider .slick-next {
    background-image: none;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 20px;
    color: #fae802;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents02 .contents02-slider .slick-prev:before {
    font-family: FontAwesome;
    content: '\f053';
    color: #fae802;
    font-size: 14px;
    line-height: unset;
    opacity: 1;
}

.contents02 .contents02-slider .slick-next:before {
    font-family: FontAwesome;
    content: '\f054';
    color: #fae802;
    font-size: 14px;
    line-height: unset;
    opacity: 1;
    margin-left: 3px;
}

/* menu-bottom */

.menu-bottom .social-media {
    top: 10px;
    right: 10px;
}

.menu-bottom {
    padding: 20px 0;
}

.menu-bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.menu-bottom ul li {
    padding: 20px 0px;
}

.menu-bottom ul li:after {
    content: '/';
    color: #dedede;

}

.menu-bottom ul li a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0 10px;
}

/* recommended */

.recommended {
    padding: 50px 0;
    background: #f7f7f7;
}

.recommended h2 {
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.recommended img {
    padding: 0 20px;
    height: 60px;
}

/* footer */

footer .box {
    min-height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .box .copyright,
footer .box .contact,
footer .box .madeby {
    display: flex;
}

footer .box .copyright p,
footer .box .contact a,
footer .box .madeby p {
    color: #555555;
    line-height: 24px;
    font-size: 13px;
    font-weight: 400;
    /*text-decoration: none;*/
}

footer .box .contact a.mobile {
    margin-left: 18px;
}

footer .box .contact a.mail:before {
    content: url("img/icon-mail.png");
    margin-right: 5px;
}

footer .box .contact a.mobile:before {
    content: url("img/icon-mobile.png");
    margin-right: 5px;
}

footer .box .madeby img {
    margin-left: 10px;
    height: 44px;
}

footer .box .back-arrow {
    width: 42px;
    height: 42px;
    box-shadow: 0 1px 1px 0 rgba(1, 2, 2, 0.2), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

/* cookies */

.cookies-info {
    background: #f7f7f7;
    padding: 8px;
    border-top: 10px solid transparent;
    -webkit-border-image: url('img/line-long.png') 50; /* Safari 3.1-5 */
    -o-border-image: url('img/line-long.png') 50; /* Opera 11-12.1 */
    border-image: url('img/line-long.png') 50;
}

.cookies-info .cookies-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookies-info .cookies-inner p.cookies-text {
    color: #555555;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}

.cookies-info .cookies-inner p.cookies-text > a {
    color: #555555;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
}

.cookies-info .cookies-inner button.cookies-accept {
    margin-left: 40px;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 45px;
    background-image: -moz-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    box-shadow: inset 0 1px 0 0 #ffdd00;
    border: none;
    text-shadow: 1px 1px 0 rgba(255, 244, 76, 0.5);
}

.line-top {
    border-top: 6px solid transparent;
    -webkit-border-image: url('img/line-long.png') 50 0 0 round stretch; /* Safari 3.1-5 */
    -o-border-image: url('img/line-long.png') 50 0 0 round stretch; /* Opera 11-12.1 */
    border-image: url('img/line-long.png') 50 0 0 round stretch;
}

.line-medium {
    border-top: 6px solid transparent;
    -webkit-border-image: url('img/line-medium.png') 50 0 0 round stretch; /* Safari 3.1-5 */
    -o-border-image: url('img/line-medium.png') 50 0 0 round stretch; /* Opera 11-12.1 */
    border-image: url('img/line-medium.png') 50 0 0 round stretch;
}

.line-short {
    border-top: 6px solid transparent;
    -webkit-border-image: url('img/line-short.png') 50 0 0 round stretch;; /* Safari 3.1-5 */
    -o-border-image: url('img/line-short.png') 50 0 0 round stretch; /* Opera 11-12.1 */
    border-image: url('img/line-short.png') 50 0 0 round stretch;
}

.line-small-img {
    border-top: 6px solid transparent;
    -webkit-border-image: url('img/line-small-img.png') 20 0 0 round stretch; /* Safari 3.1-5 */
    -o-border-image: url('img/line-small-img.png') 20 0 0 round stretch; /* Opera 11-12.1 */
    border-image: url('img/line-small-img.png') 20 0 0 round stretch;
}

/* GALLERY HTML */

.sub-page.contents01 {
    padding: 30px 0 130px 0;
}

.sub-page.contents01 .right-column4 {

}

.sub-page.contents01 .right-column4 {
    background-size: contain;
}

.sub-page.contents01 .right-column4 {
    padding-top: 0;
}

.sub-page.contents01 .right-column4 .single-photo {
    display: flex;
    align-items: flex-end;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.sub-page.contents01 .right-column4 .single-photo .box-text {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 12px;
}

.sub-page.contents01 .right-column4 .single-photo .box-text h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: center;
}

.sub-page.contents01 .right-column4 .single-photo .box-text p {
    color: #bebebe;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.sub-page.contents01 .right-column4 h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 0;
    margin: 0 10px;
}

.sub-page.contents01 .right-column4 hr {
    margin: 15px 10px;
    background: #a7a7a7;
}

.sub-page.contents01 .right-column4 ul {
    padding: 0;
    list-style: none;
    margin: 0 10px;
}

.sub-page.contents01 .right-column4 ul li a {
    color: #000;
}

.sub-page.contents01 .right-column4 ul li a p:before {
    content: '\f054';
    font-size: 10px;
    margin-right: 10px;
    font-family: FontAwesome;

}

.sub-page.contents01 .right-column4 ul li a p {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px;
}

.sub-page.contents01 .right-column4 ul li p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 18px;
}

.sub-page.contents01 .company {
    padding: 40px 0;
}

.company-slider .company-slider-box img {
    margin: 10px auto;
    height: 150px;
    border: 1px solid #e96757;
}

.company-slider .slick-next {
    right: 5px;
}

.company-slider .slick-prev {
    left: 5px;
    z-index: 1;
}

.company-slider .slick-prev,
.company-slider .slick-next {
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 50%;
    padding: 20px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-slider .slick-prev:before {
    font-family: FontAwesome;
    content: '\f053';
    color: #000;
    font-size: 14px;
    line-height: unset;
    opacity: 1;
}

.company-slider .slick-next:before {
    font-family: FontAwesome;
    content: '\f054';
    color: #000;
    font-size: 14px;
    line-height: unset;
    opacity: 1;
    margin-left: 3px;
}

.sub-page.contents01 .gallery .box {
    padding: 0 10px;
}

.sub-page.contents01 .gallery .gallery-photo {
    height: 240px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.sub-page.contents01 .gallery .gallery-photo .box-text {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 8px;
}

.sub-page.contents01 .gallery .gallery-photo .box-text h4 {
    color: #bebebe;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.sub-page.contents01 .gallery .gallery-photo .box-text p {
    color: #bebebe;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.sub-page.contents01 .gallery-with-description {
    padding: 20px 0;
}

.sub-page.contents01 .gallery-with-description .photo {
    height: 180px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sub-page.contents01 .gallery-with-description .description {

}

.sub-page.contents01 .gallery-with-description .description h4 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.sub-page.contents01 .gallery-with-description .description p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.counter {
    position: absolute;
    right: 25px;
    bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px 8px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(243, 194, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(243, 194, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(243, 194, 0) 100%);
    box-shadow: inset 0 1px 0 0 #ffdd00;
    border: 2px solid #fff;
    text-shadow: 1px 1px 0 rgba(255, 244, 76, 0.5);
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.sub-page.contents02 {
    padding: 0;
}

.sub-page.contents02 .contact .contact-img {
    margin-bottom: 0;
}

.sub-page.contents02 .contact {
    height: unset;
}

.sub-page.contents02 .contents02-slider {
    height: 100%;
}

/* DOCUMENTS */

.types-documents {
    padding: 30px 0;
    background-color: #f7f7f7;
}

.documents {
    list-style: none;
    padding: 0;
}

.documents li.document-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.documents > li.document-box:nth-child(2n+1) {
    background: #f7f7f7;
}

.documents li.document-box h4 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}

.documents li.document-box p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

.documents li.document-box button {
    background-image: -moz-linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(243, 194, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(243, 194, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(243, 194, 0) 100%);
    box-shadow: inset 0 1px 0 0 #ffdd00;
    border: none;
    text-shadow: 1px 1px 0 rgba(255, 244, 76, 0.5);
    padding: 10px 15px;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-right: 20px;
}

.documents li.document-box button > i {
    margin-left: 10px;
}

.types-documents {
    padding: 40px 0;
}

.types-documents .types {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.types-documents .types .type-box {
    width: 100px;
    text-align: center;
    margin: 0 15px;
}

.types-documents .types .type-box a {
    color: #000;

}

.types-documents .types .type-box p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}

.types-documents .types .type-box i {
    padding: 30px;
    background: #fff;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 1px 1px 0px rgba(1, 2, 2, 0.2), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.004);
}

.page p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
}

.page h5 {
    margin: 30px 0;
}

.page ul.arrows {
    list-style: none;
}

.page ul.arrows li p:before {
    content: '\f054';
    margin-right: 10px;
    font-size: 14px;
    font-family: FontAwesome;
    color: #f9d700;
}

.page ul.questions {
    list-style: none;
}

.page ul.questions li p:before {
    content: '\f059';
    margin-right: 10px;
    font-size: 14px;
    font-family: FontAwesome;
    color: #f9d700;
}

.page ol.roman-numbers {
    font-weight: 700;
}

.page ol.roman-numbers p {
    font-weight: 400;
}

.page ol.arabic-numbers {
    font-weight: 400;
}

.page img {
    float: right;
    border-top: 6px solid transparent;
    -webkit-border-image: url('img/line-small-img.png') 20; /* Safari 3.1-5 */
    -o-border-image: url('img/line-small-img.png') 20; /* Opera 11-12.1 */
    border-image: url('img/line-small-img.png') 20;
}

.sub-page .page-img {
    height: 190px;
    margin-bottom: 30px;
}

.slider-page {
    padding: 0;
}

.references {
    padding-top: 40px;
}

.references h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.references .reference-box {
    height: 331px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.references a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.references a > p {
    margin-top: 15px;
}

.gallery-example {
    padding-top: 40px;
}

.gallery-example h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.gallery-example a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.gallery-example a > p {
    margin-top: 15px;
}

.comments {
    margin-top: 50px;
}

.comments .comment-header {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.comments .comment-header p {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
}

.comments .comment-content {
    padding-top: 10px;
}

.comments .comment-content p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.comments .comment-reply {
    background-image: -moz-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    box-shadow: inset 0 1px 0 0 #ffdd00;
    border: none;
    text-shadow: 1px 1px 0 rgba(255, 244, 76, 0.5);
    padding: 10px 45px;
    font-size: 13px;
    border-radius: 2px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    float: right;
}

.add-comment {
    margin-top: 20px;
    margin-bottom: 20px;
}

.add-comment input {
    width: 100%;
    height: 46px;
    text-align: center;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;

    /*border-width: 6px 0 0;*/
    /*-moz-border-image: url('img/line-small-img.png') 30 0 0 round stretch;*/
    /*-webkit-border-image: url('img/line-small-img.png') 30 0 0 round stretch;*/
    /*-o-border-image: url('img/line-small-img.png') 30 0 0 round stretch;*/
    /*border-image: url('img/line-small-img.png') 30 0 0 round stretch;*/
}

.add-comment textarea {
    width: 100%;
    height: 212px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;
    padding: 5px 20px;
}

.add-comment p {
    font-size: 11px;
    color: #9e9e9e;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.add-comment input::-webkit-input-placeholder,
.add-comment textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;
}

.add-comment input::-moz-placeholder,
.add-comment textarea::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;
}

.add-comment input:-ms-input-placeholder,
.add-comment textarea:-ms-input-placeholder { /* IE 10+ */
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;
}

.add-comment input:-moz-placeholder,
.add-comment textarea::-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;
}

.add-comment .btn {
    background-image: -moz-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 194, 0) 0%, rgb(255, 237, 0) 100%);
    box-shadow: inset 0 1px 0 0 #ffdd00;
    border: none;
    text-shadow: 1px 1px 0 rgba(255, 244, 76, 0.5);
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 2px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    float: right;
    margin-top: 20px;
    width: unset;
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .search {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar .search {
        justify-content: center;
        flex-direction: row;
        padding-bottom: 20px;
    }
}

@media (max-width: 1367px) {
    .banner .video {
        width: 100%;
    }

    .banner .carousel {
        padding: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1367px) {
    .banner .carousel {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .sub-header .container {
        width: 100%;
    }

    .navbar-brand {
        margin: 0;
        display: inline-block;
    }

    .navbar {
        padding: 0 15px;
    }

    .navbar-toggler-right {
        right: 15px;
        top: 45px;
    }

    .navbar-nav {
        height: auto;
    }

    .navbar-nav > li {
        width: 100%;
        height: auto;
        padding: 8px 0;
    }

    .navbar-nav > li > .sub-menu {
        position: relative;
    }

    .navbar-nav > li > .sub-menu > li {
        width: 100%;
        padding: 8px 20px;
    }

    .navbar-nav > li > .sub-menu > li .icon {
        display: none;
    }

    .navbar-nav > li .icon {
        display: none;
    }

    .banner .carousel {
        padding: 0;
    }

    .banner .carousel-item .slider-box {
        padding: 45px 0;
    }

    .carousel-indicators {
        bottom: 56%;
    }

    .social-media {
        display: none;
    }

    .banner .carousel-item .slider-box h2 {
        font-size: 20px;
    }

    .slick-dots {
        z-index: 10000;
        bottom: -40px;
    }

    .contents01 .left-column8-img, .contents02 .contact .contact-img {
        background-size: 110%;
        background-position: center center;
        height: 125px;
    }

    .contents01 .home-img {
        margin-top: 0;
        background-position: -38px -5px;
    }

    .contents01 .opinions .box .author {
        width: 100%;
    }

    .contents01 .last-realizations .date {
        border: 0;
        text-align: center;
    }

    .contents01 .last-realizations .description h4:before, .contents01 .last-realizations .date p:after {
        display: none;
    }

    .contents01 .last-realizations .date p {
        top: 0;
    }

    .contents01 .last-realizations .description h4 {
        margin: 10px 0;
    }

    .contents01 .last-realizations .description p {
        font-size: 13px;
    }

    .contents02 hr {
        background: rgb(247, 247, 247);
        width: 100%;
    }

    .contents02 .contact {
        height: auto;
        padding: 50px 0;
    }

    .contents02 .contents02-slider {
        height: 500px !important;
    }

    .contents02 .contact .contact-text .city-list {
        padding-top: 0;
        padding-bottom: 0;
    }

    .posts .post-img {
        background-size: 110%;
    }

    .menu-bottom ul {
        display: block;
    }

    .menu-bottom ul li {
        display: block;
        padding: 8px 0;
        text-align: center;
    }

    .menu-bottom ul li:after {
        display: none;
    }

    .recommended a {
        display: block;
        width: 100%;
    }

    .recommended img {
        display: block;
        margin: 15px auto;
    }

    .recommended h2 {
        margin-bottom: 15px;
    }

    footer .box, footer .box .copyright, footer .box .contact, footer .box .madeby {
        display: block;
        width: 100%;
        text-align: center;
        padding: 7px 0;
    }

    footer .box .back-arrow {
        width: 90%;
        display: block;
        margin: 20px auto 10px auto;
        line-height: 42px;
    }

    .sub-header .box .contact a.mail, .sub-header .box .contact a.mobile, .sub-header .box .language a {
        font-size: 10px;
    }

    .contents01 .path a, .contents01 .path span {
        text-align: center;
        font-size: 13px;
    }

    .contents01 .home-inner h2 {
        font-size: 18px;
    }

    .page p {
        font-size: 12px;
    }

    .page img {
        float: unset;
    }

    .cookies-info .cookies-inner {
        flex-direction: column;
        text-align: center;
    }

    .cookies-info .cookies-inner p.cookies-text {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .cookies-info .cookies-inner button.cookies-accept {
        margin-left: 0;
    }

    .page ol.roman-numbers {
        font-size: 12px;
    }

    .page ol.arabic-numbers {
        font-size: 12px;
    }

    .questions {
        padding: 0;
    }

    .references-inner {
        margin-bottom: 20px;
    }

    .contents01 .left-column8 {
        padding-bottom: 30px;
    }

    .documents li.document-box button {
        margin: 0;
    }

    .types-documents .types {
        display: block;
    }

    .types-documents .types .type-box {
        text-align: center;
        width: 50%;
        display: inline-block;
        float: left;
        margin: 0;
    }

    .types-documents .types .type-box:nth-last-child(1) {
        width: 100%;
    }

    .types-documents .types .type-box p {
        margin-bottom: 15px;
    }

    .contents01 .left-column8-text {
        padding-bottom: 15px;
    }

    .contents01 .left-column8-img {
        display: none;
    }

    .banner .video {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .work-overlay {
        background: none;
    }
}