@font-face {
    font-family: 'Gotham-Book.otf';
    src: url('../fonts/Gotham-Book.otf');
}

@font-face {
    font-family: 'Gotham-Medium.otf';
    src: url('../fonts/Gotham-Medium.otf');
}

@font-face {
    font-family: 'Gotham-Bold.otf';
    src: url('../fonts/Gotham-Bold.otf');
}

video {
    width: 100%;
    height: auto;
    filter: brightness(60%);
    
}

section {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

input,
select,
button {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
}

button,
img:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5;
    font-family: 'Gotham-Book.otf';
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

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


/* WPML SWITCHER */



.wpml-ls-legacy-dropdown-click {
    width: auto !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown-click a {
    background-color: transparent !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: none !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    width: 30px !important;
    height: 30px !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '\f0dd' !important;
    font-family: "font awesome 5 pro";
    font-size: 20px;
    font-weight: 300;
    top: 7px !important;
    border-top: 0 !important;
    border: none !important;
    color: #fff;
}


/**/

.toggle-menu {
    display: none;
}

.line {
    width: 60px;
    height: 2px;
    border: none;
    background: #01bac6;
    margin: 25px 0;
}

.container {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-slider {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 80px;
}

.heading {
    text-align: center;
    width: 100%;
    position: relative;
}

.h_more {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    background: #f47920;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    border-radius: 5px;
    display: none;
}

.scrollToTop {
    position: absolute;
    background: #f47920;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    bottom: 67px;
    right: 29px;
    z-index: 99;
}

.scrollToTop .fa-angle-up:hover {
    line-height: 20px;
}

.fa-angle-up {
    font-size: 40px;
    color: #867d79;
    line-height: 27px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.heading h1 {
    font-family: 'Gotham-Bold.otf';
    font-size: 45px;
    text-transform: uppercase;
}

.heading .line {
    width: 60px;
    height: 2px;
    margin: 10px auto 18px;
    background: #01bac6;
    border: none;
}

.heading p {
    padding: 0 10px;
}

.mob-btn {
    display: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 6;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

header img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

header::after {
    content: '';
    position: absolute;
    top: -84px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 72px 56px 45px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px 72px 56px 45px rgba(0, 0, 0, 0.60);
    box-shadow: 0px 72px 56px 45px rgba(0, 0, 0, 0.60);
    height: 100%;
}

header .logo {
    width: 15%;
}

.header_scroll {
    /*background: #182e2e;*/
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    z-index: 99;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(14, 27, 27, 1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(14, 27, 27, 1);
    box-shadow: 0px 1px 10px 0px rgba(14, 27, 27, 1);
}

.header_scroll::after {
    box-shadow: none !important;
}

.header_scroll .logo img {
    width: 80%;
}

.top-header {
    padding: 15px 0;
}

.top-header {
    background: rgba(14, 27, 27, 1);
    background: -moz-linear-gradient(left, rgba(14, 27, 27, 1) 0%, rgba(35, 67, 67, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 27, 27, 1)), color-stop(100%, rgba(35, 67, 67, 1)));
    background: -webkit-linear-gradient(left, rgba(14, 27, 27, 1) 0%, rgba(35, 67, 67, 1) 100%);
    background: -o-linear-gradient(left, rgba(14, 27, 27, 1) 0%, rgba(35, 67, 67, 1) 100%);
    background: -ms-linear-gradient(left, rgba(14, 27, 27, 1) 0%, rgba(35, 67, 67, 1) 100%);
    background: linear-gradient(to right, rgba(14, 27, 27, 1) 0%, rgba(35, 67, 67, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e1b1b', endColorstr='#234343', GradientType=1);
}

.top-header .h_social a {
    color: #f47920;
    padding-right: 15px;
    font-size: 20px;
}

.top-header .top_links a {
    padding-left: 20px;
    color: #fff;
    font-family: 'Gotham-Book.otf';
    font-weight: normal;
    font-size: 14px;
}

.bottom-header {
    padding: 20px 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    z-index: 5;
}

.header_scroll .bottom-header {
    padding: 15px 0;
}

.bottom-header .middle_links li {
    padding: 0 20px;
}

.bottom-header .middle_links li a {
    color: #fff;
    font-family: 'Gotham-Book.otf';
    font-weight: normal;
    font-size: 15px;
}

.bottom-header .middle_links li a:hover,
.header_social li a:hover {
    color: #f47920;
}

.contact-tel {
    color: #fff;
    font-family: 'Gotham-Bold.otf';
    font-weight: normal;
    font-size: 15px;
}

.header_social li {
    margin-left: 25px;
}

.header_social li a {
    color: #fff;
    font-size: 20px;
}

.nav-social {
    display: none;
}


/* Slider */

.uk-overlay-panel.uk-overlay-bottom {
    width: 100% !important;
    max-width: 1650px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.uk-dotnav {
    margin-left: 30px !important;
}

.uk-dotnav>* {
    padding-left: 0 !important;
}

.uk-dotnav>*>* {
    width: 70px !important;
    height: 3px !important;
    border-radius: 0 !important;
}

.uk-dotnav>.uk-active>* {
    -webkit-transform: scale(1) !important;
    ;
    transform: scale(1) !important;
    ;
}


/* Front about us*/

.front-about-us {
    padding: 50px 0 0;
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
}

.front-about-us .mg-left {
    margin-left: -80px;
}

.front-about-us .columns_box {
    padding-left: 80px;
    width: 33.333%;
    position: relative;
}

.front-about-us .columns_box h1 {
    font-family: 'Gotham-Bold.otf';
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

.front-about-us .columns_box span {
    font-family: 'Gotham-Book.otf';
    color: #fff;
    font-size: 22px;
}

.front-about-us p {
    color: #fff;
}

.front-about-us .line {
    margin: 20px auto 25px 0;
}

.more {
    border: 1px solid #f47920;
    color: #fff;
    font-family: 'Gotham-Book.otf';
    text-transform: uppercase;
    padding: 11px 60px 8px;
    display: inline-block;
    margin-top: 40px;
    font-size: 14px;
    cursor: pointer;
}

.more:hover {
    background: #f47920;
}

.contact-form {
    width: 185px;
    padding: 11px 0 8px;
    text-align: center;
    margin-right: 10px;
}

#brands {
    overflow: hidden;
}

#brands .slick-track {
    display: flex;
    align-items: center;
}

#brands img {
    margin: 10px 25px;
    width: auto!important;
    height: 80px;
    display: inline-block;
    filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#brands img:hover {
    filter: grayscale(0%);
}

#brands .item {
    text-align: center;
}

#brands .owl-stage {
    display: flex;
    align-items: center;
}

#brands .owl-nav,
#brands .owl-dots {
    display: none;
}

#brands {
    padding-top: 0;
    margin-top: 40px;
    border-top: 1px solid #324b4b;
}

.l-count {
    width: 66.666%;
}

.r-count {
    width: 33.333%;
}

.l-count .l-box {
    width: 50%;
    background: rgba(34, 64, 64, 1);
    background: -webkit-linear-gradient(bottom left, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    background: -o-linear-gradient(bottom left, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    background: linear-gradient(to top right, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#224040', endColorstr='#0e1b1b', GradientType=1);
    height: 220px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 40px;
}

.l-count .l-box .counter {
    font-family: 'Gotham-Bold.otf';
    color: #f47920;
    font-size: 55px;
    line-height: 1;
}

.l-count .l-box span {
    font-family: 'Gotham-Bold.otf';
    color: #f47920;
    font-size: 40px;
}

.l-count .l-box p {
    color: #fff;
    font-size: 18px;
}

.r-count {
    background: url(../images/fw_count.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: -30px;
    position: relative;
    -webkit-box-shadow: 12px 13px 19px -2px rgba(199, 195, 199, 1);
    -moz-box-shadow: 12px 13px 19px -2px rgba(199, 195, 199, 1);
    box-shadow: 12px 13px 19px -2px rgba(199, 195, 199, 1);
}

.r-count .count-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.r-count .count-box {
    text-align: right;
    padding: 30px 40px;
}

.r-count .count-box ul li {
    font-family: 'Gotham-Bold.otf';
    color: #fff;
    font-size: 25px;
    padding-left: 10px;
}

.r-count .count-box p {
    font-size: 17px;
    width: 90%;
    margin: 0 0 0 auto;
    line-height: 1.5;
}

.city-count {
    padding-bottom: 60px;
}


/* Project slider */

.project-slider {
    margin-top: 20px;
}

.project-slider {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#gform_wrapper_1 {
    position: absolute;
    display: none;
    right: 0;
    bottom: 0;
    width: 40%;
    padding-left: 15px;
    background: rgba(34, 64, 64, 1);
    background: -webkit-linear-gradient(left, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    background: -o-linear-gradient(left, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    background: linear-gradient(to right, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#224040', endColorstr='#0e1b1b', GradientType=1);
    margin: 0;
}

#gform_submit_button_1 {
    width: 16% !important;
    border: none;
    background: #f47920;
    padding: 7px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 7px 0 5px;
    cursor: pointer;
    -webkit-appearance: none;
}

#gform_confirmation_message_1 {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-family: 'Gotham-Book.otf';
    display: none;
}

.gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

#gform_wrapper_1 #field_1_1,
#gform_wrapper_1 #field_1_2 {
    width: 50%;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
}

#gform_wrapper_1 input {
    font-family: 'Gotham-Book.otf';
}

#gform_wrapper_1 #field_1_3 {
    width: 100%;
}

#gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
}

#gform_wrapper_1 input {
    width: 100%;
    font-size: 14px;
    padding: 7px 4px;
}

.project-slider #sync1 {
    width: 60%;
    position: relative;
}

.project-slider #sync1 img {
    height: 500px;
    object-fit: cover;
}

.single-product-slider #sync4 #gform_wrapper_1 {
    display: block;
    background: transparent;
    width: 100%;
    position: static;
}

#sync1 {
    pointer-events: none;
}

.project-slider #sync1 .owl-dots {
    display: none;
}

.project-slider #sync1 .owl-dots,
.project-slider #sync1 .owl-nav {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.project-slider #sync2 {
    width: 40%;
    position: relative;
}

.project-slider #sync2 .owl-item {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.project-slider #sync2 .owl-nav {
    position: absolute;
    top: 50px;
    left: -50px;
    text-align: right;
    z-index: 5;
}

.project-slider #sync2 .owl-dots {
    display: none;
}

.project-slider .owl-carousel {
    z-index: auto;
}

.project-slider #sync2 .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
}

.project-slider #sync2 .owl-nav button.owl-prev {
    background: #fff;
}

.project-slider #sync2 .owl-nav button.owl-next {
    background: #f47920;
}

.project-slider .owl-nav button svg {
    width: 34%;
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.project-slider #sync2 .owl-stage-outer {
    /*height: 85%;*/
    height: 100%;
    background: rgba(34, 64, 64, 1);
    background: -webkit-linear-gradient(left, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    background: -o-linear-gradient(left, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    background: linear-gradient(to right, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#224040', endColorstr='#0e1b1b', GradientType=1);
}

#sync2 .owl-stage {
    position: relative;
}

.project-slider #sync2 .owl-stage {
    height: 100%;
    display: flex;
    align-items: center;
}

.project-description {
    text-align: right;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 15px;
}

.project-description .line {
    margin: 15px 0 15px auto;
}

.project-description h1 {
    font-family: 'Gotham-Medium.otf';
    font-size: 35px;
    color: #fff;
    width: 85%;
    margin: 0 0 0 auto;
}

.project-description span,
.project-description h4 {
    font-family: 'Gotham-Medium.otf';
    color: #f47920;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.project-description p {
    color: #fff;
}

.lamele-list {
    padding: 10px 0;
}

.lamele-list li a {
    font-family: 'Gotham-Book.otf';
    color: #f47920;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    font-weight: bold;
}

.pdf {
    position: absolute;
    background: #000000;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01bac6;
    font-size: 35px;
    left: 0;
    margin-top: -2px;
    bottom: 0;
    display: none;
}


/* A -projects */

.a-project {
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    color: #fff;
    padding: 50px 0 0;
}

.a-project .heading h1 {
    color: #fff
}

.pr-box {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sticker-sold {
    position: absolute;
    top: 0;
    z-index: 55;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.sticker-sold img {
    width: 50% !important;
    margin: 0 0 0 auto;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.redirect a {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 152px;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: block;
}

.img-box {
    position: relative;
}

.img-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    z-index: 5;
}

.img-box {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.img-box::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0e1b1b;
    opacity: 0.6;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#project-carousel .img-description h3,
#reference-carousel .img-description h3,
.reference-list .img-description h3 {
    font-family: 'Gotham-Medium.otf';
    color: #fff;
    font-size: 20px;
}

#project-carousel .img-description .location {
    font-family: 'Gotham-Medium.otf';
    color: #fff;
    font-size: 18px;
    margin-bottom: 3px;
}

.img-description .date,
.img-description p {
    font-family: 'Gotham-Book.otf';
    font-size: 16px;
    color: #fff;
}

.pr-description p {
    font-size: 14px;
}

.pr-description {
    text-align: center;
    padding: 20px 0 0;
    margin-top: 30px;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.pr-description i {
    font-size: 30px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}

.pr-box:hover .pr-description {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    margin-top: 0;
    padding: 15px 0 0;
    margin-top: 0;
    border-top: 2px solid #f47920;
}

#project-carousel .owl-dots {
    display: none;
}

#project-carousel .ak-shadow::after,
.reference-list .ak-shadow::after {
    top: 55%;
}

#reference-carousel .ak-shadow::after,
.reference-list .ak-shadow::after {
    top: 42%;
}

.pr-box:hover .img-box::after {
    background: transparent;
    opacity: 1;
}

.pr-description a {
    font-family: 'Gotham-Book.otf';
    color: #f47920;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

#project-carousel .owl-stage-outer {
    padding-top: 50px;
}

#project-carousel {
    position: relative;
}

#project-carousel .owl-nav {
    display: block;
}

#project-carousel .owl-prev {
    position: absolute;
    left: -50px;
    top: 37%;
}

#project-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: 37%;
}

#project-carousel .owl-prev span,
#project-carousel .owl-next span {
    font-size: 0;
}

#project-carousel .owl-prev span::before {
    content: '\f053';
    font-family: "font awesome 5 pro";
    font-size: 30px;
    font-weight: 300;
}

#project-carousel .owl-next span::before {
    content: '\f054';
    font-family: "font awesome 5 pro";
    font-size: 30px;
    font-weight: 300;
}


/* Product active slider */


/*#project-carousel .owl-item.active.center .pr-box .pr-description, 
#reference-carousel .owl-item.active.center .pr-box .pr-description{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    margin-top: 0;
    padding: 15px 0 0;
    margin-top: 0;
    border-top: 2px solid #f47920;
}

#project-carousel .owl-item.active.center .pr-box img,
#reference-carousel .owl-item.active.center .pr-box img {
    transform: scale(1.05);
}


#project-carousel .owl-item.active.center .pr-box .img-box::after, 
#reference-carousel .owl-item.active.center .pr-box .img-box::after {
    background: transparent;
    opacity: 1;
}

#project-carousel .owl-item.active.center .img-box .ak-shadow::after,
#reference-carousel .owl-item.active.center .img-box .ak-shadow::after {
    opacity: 1;
}

#reference-carousel .owl-item.active.center .pr-box .img-description {
    bottom: 0;
}*/


/* Home Box*/

.home-box .col-50 {
    width: 50%;
    height: 350px;
    position: relative;
}

.home-box .col-50:first-child {
    background: url(../images/fairwaydemo-homepage.jpg);
    background-size: cover;
}

.home-box .col-50:last-child {
    background: url(../images/fwdemo-home2.jpg);
    background-size: cover;
}

.home-box .col-50::after {
    content: '';
    background: #ea7521;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.home-box .col-50:hover::after {
    visibility: visible;
    opacity: 0.8;
}

.home-box .home-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
}

.home-box .col-50:hover span,
.home-box .col-50:hover p {
    color: #fff;
}

.home-box .col-50 p {
    font-size: 17px;
}

.home-box .col-50 img {
    margin-bottom: 20px;
}

.home-box .col-50:first-child img {
    width: 65%;
}

.home-box .col-50:last-child img {
    width: 65%;
}



.home-box .home-description span {
    display: block;
    font-family: 'Gotham-Medium.otf';
    font-size: 25px;
    margin: 15px 0 0px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.home-box .home-description a {
    color: #172c2c;
}

.home-box .home-description p {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.h-d-text {
    background: url(../images/orange-shaddow.png);
    background-size: 100% 142%;
    background-position: top;
    padding-bottom: 20px;
    padding-top: 45px;
}

.reference {
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    padding: 50px 0 150px;
    color: #fff;
}

#reference-carousel .pr-box .img-description,
.reference-list .pr-box .img-description {
    bottom: -35px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#reference-carousel .pr-box:hover .img-description,
.reference-list .pr-box:hover .img-description {
    bottom: 0;
}

#reference-carousel .pr-box:hover img,
#project-carousel .pr-box:hover img,
.reference-list .pr-box:hover img {
    transform: scale(1.05);
}

.s_more {
    font-family: 'Gotham-Book.otf';
    color: #f47920;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
}

#reference-carousel .owl-nav {
    display: block;
}

#reference-carousel .owl-prev {
    position: absolute;
    left: -50px;
    top: 45%;
}

#reference-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: 45%;
}

#reference-carousel .owl-prev span,
#reference-carousel .owl-next span {
    font-size: 0;
}

#reference-carousel .owl-prev span::before {
    content: '\f053';
    font-family: "font awesome 5 pro";
    font-size: 30px;
    font-weight: 300;
    color: #000;
}

#reference-carousel .owl-next span::before {
    content: '\f054';
    font-family: "font awesome 5 pro";
    font-size: 30px;
    font-weight: 300;
    color: #000;
}

#reference-carousel .pr-box,
.reference-list .pr-box {
    border-bottom: 2px solid transparent;
}

#reference-carousel .pr-box:hover,
.reference-list .pr-box:hover {
    border-bottom: 2px solid #f47920;
}

#reference-carousel .owl-stage-outer {
    padding: 10px 0;
}

.reference-slider {
    position: relative;
    top: -100px;
}


/* About us */

.main-wrap span {
    font-family: 'Gotham-Book.otf';
    color: #f47920;
    margin: 15px 0;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}

.main-wrap span>a {
    color: #f47920;
}

.main-wrap h3 {
    font-family: 'Gotham-Book.otf';
    font-size: 20px;
    font-weight: bold;
}

.main-wrap {
    padding: 50px 0 70px;
}

.main-wrap p {
    margin-bottom: 10px;
}

.odrzavanje {
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    color: #fff;
    text-align: center;
    font-family: 'Gotham-Book.otf';
}

.odrzavanje #gform_wrapper_1 {
    display: block;
    position: static;
    background: transparent;
    margin: auto;
}

.odrzavanje #gform_confirmation_message_1 {
    display: block;
    position: static;
    font-size: 15px;
}

.odrzavanje #gform_wrapper_1 .gform_heading {
    display: none;
}

.odrzavanje ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.odrzavanje ul li {
    width: 100%;
}

.odrzavanje ul li a {
    display: block;
}

.odrzavanje ul li a span {
    display: block;
    font-size: 14px;
}

.main-page-banner .page-banner {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.avenija-additional {
    padding: 15px 0 20px;
}

.avenija-additional h1 {
    font-size: 30px;
    padding-bottom: 15px;
}

.avenija-additional ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.avenija-additional ul li {
    width: 20%;
    padding-left: 20px;
    padding-top: 20px;
}


/* O nama */

.about-left {
    width: 60%;
}

.about-left p {
    text-align: justify;
}

.about-right {
    width: 40%;
}

.about-right img {
    width: 64%;
    margin-bottom: 50px;
}

.color-link {
    color: #f47920;
}

.ak-projects .col-50 {
    width: 50%;
    height: 560px;
    margin-bottom: 250px;
}

.ak-projects .col-50 .heading a {
    color: #f47920;
}

.project-box-wrap {
    width: 50%;
    padding: 20px;
}

.ak-projects .pr-box {
    border-bottom: 2px solid transparent;
    outline: none;
}

.ak-projects .pr-box:hover {
    border-bottom: 2px solid #f47920;
}

.project-box-wrap .img-box {
    width: 100%;
    height: 240px;
    position: relative;
    outline: none;
}

.project-box-wrap a {
    outline: none;
}

.ak-projects .img-box::after {
    opacity: 0.5;
}

.project-box-wrap .ak-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    padding: 0;
    z-index: 5;
}

.carousel .slick-prev,
.carousel .slick-next {
    display: block !important;
}

.carousel .slick-next::after {
    content: '\f054';
    font-family: "font awesome 5 pro";
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.carousel .slick-prev::after {
    content: '\f053';
    font-family: "font awesome 5 pro";
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.carousel .slick-prev {
    left: -58px;
}

.ak-shadow::after {
    content: '';
    position: absolute;
    background: url(../images/small-shadow.png);
    background-position: top;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.img-box:hover .ak-shadow::after {
    opacity: 1;
}

#project-carousel .owl-item:hover .ak-shadow::after {
    opacity: 1 !important;
}

.project-box-wrap .pr_description {
    padding: 100px 15px 10px;
    position: relative;
    z-index: 5;
}

.project-box-wrap .pr_description h3 {
    font-family: 'Gotham-Medium.otf';
    color: #fff;
    font-size: 18px;
    margin-bottom: 2px;
}

.project-box-wrap .pr_description p,
.project-box-wrap .pr_description .date {
    font-family: 'Gotham-Book.otf';
    font-size: 15px;
    color: #fff;
}

.project-bgd {
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    color: #fff;
    padding: 50px 100px;
}

.project-bgd-1 {
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    color: #fff;
    padding: 50px 100px;
}


/* Obrazci */

.obrazci {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.obrazci li {
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    display: block;
    width: 350px;
    height: 60px;
    margin-top: 10px;
    line-height: 60px;
    color: #f47920;
    font-family: 'Gotham-Medium.otf';
    font-weight: bold;
    font-size: 17px;
    position: relative;
    cursor: pointer;
}

.obrazac-opis {
    width: 350px;
    background-image: url(../images/obrasci_03.png);
    background-size: cover;
    display: none;
    padding: 16px 5px;
    background-position: bottom;
    position: relative;
    z-index: 5;
}

.obrazac-opis a {
    display: block;
    line-height: initial;
    font-family: 'Gotham-Book.otf';
    font-size: 15px;
    padding: 3px 0;
    color: #162b2b;
}


/* Oglasi */

.oglasi-info li {
    font-family: 'Gotham-Book.otf';
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}


/* Stanovi */

.apartment-img-box .sticker-sold {
    right: 0;
    text-align: right;
}

.apartment-img-box .sticker-sold img {
    height: auto !important;
    width: 40% !important;
}

.apartment-img-box {
    position: relative;
}

.apartment-img-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.apartment-img-box .img-description {
    position: static;
    text-align: left;
}

.apartment-box .apartment-description h3,
.blog-box .blog-text h3 {
    font-family: 'Gotham-Medium.otf';
    color: #fff;
    font-size: 20px;
}

.blog-box .blog-text h3 {
    height: 50px;
    overflow: hidden;
}

.apartment-box .apartment-description p {
    margin-top: 10px;
}

.ap-short-description {
    min-height: 85px;
}

.lamela {
    font-size: 18px;
    color: #f47920;
}

.apartment-box .apartment-description,
.blog-wrap .blog-text {
    padding: 20px 18px;
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
}

.apartment-box:hover .apartment-description,
.blog-wrap .blog-box:hover .blog-text {
    background-image: url(../images/stanovi-bgd.png);
    background-size: cover;
}

.apartment-box:hover .apartment-description p,
.blog-wrap .blog-box:hover .blog-text p {
    color: #162b2b;
}

.apartment-box .apartment-description a {
    color: #fff;
}

.apartment-description ul {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
}

.blog-text ul {
    display: flex;
    justify-content: space-between;
}

.blog-text ul li:first-child,
.blog-text ul li:last-child a {
    background: #f47920;
    font-family: 'Gotham-Book.otf';
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 48%;
    text-align: center;
    line-height: 33px;
    margin-top: 15px;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    color: #fff;
}

.blog-text ul li:last-child a {
    width: 100%;
    margin: 0;
    line-height: 30px;
    margin-top: 0px;
}

.blog-text ul li:last-child {
    width: 50%;
}

.blog-text ul li:last-child {
    background: transparent;
    color: transparent !important;
    height: auto;
    line-height: inherit;
}

.apartments .mg-left {
    margin-left: -30px;
}

.apartment-box:hover .apartment-description ul li,
.blog-wrap .blog-box:hover .blog-text .blog-more,
.blog-wrap .blog-box:hover .blog-text .blog-more a {
    background: #122323;
}

.blog-wrap .blog-box:hover .blog-text .blog-more:last-child {
    background: transparent;
}

.apartment-box {
    width: 33.333%;
    padding-left: 30px;
    padding-top: 30px;
    text-align: left;
    position: relative;
}

.trim-words {
    height: 80px;
}

.apartment-description .apartment-date {
    height: 95px;
}

.custom-apartment-description .apartment-date {
    /* height: 60px; */
    height: 70px;
}

.apartment-description ul li {
    width: 48% !important;
    background: #f47920;
    font-family: 'Gotham-Book.otf';
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 130px;
    height: 34px;
    text-align: center;
    margin-top: 15px;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    line-height: 34px;
}


/* Single stanovi */

.single-product-slider {
    margin: 0 0 -80px 0;
}

.aktuelni--single-slider {
    margin: 0;
}

.aktuelni--single-slider #sync3 .owl-stage-outer p {
    height: 100%;
}

.aktuelni--single-slider #sync3 .owl-stage-outer video {
    width: 100%;
    display: block;
}

.single-product-slider #sync3 {
    width: 60%;
    position: relative;
}

.single-product-slider #sync4 {
    width: 40%;
    position: relative;
}

.single-product-slider #sync3 .owl-nav,
.single-product-slider #sync3 .owl-dots,
.single-product-slider #sync4 .owl-dots {
    display: none;
}

.single-product-slider #sync4 .owl-nav {
    position: absolute;
    top: 50px;
    left: -50px;
    text-align: right;
    z-index: 5;
}

.aktuelni--single-slider #sync3 img {
    height: 100% !important;
    object-fit: cover !important;
}

.single-product-slider #sync4 .owl-nav button.owl-prev {
    background: #273d3d;
}

.single-product-slider #sync4 .owl-nav button.owl-prev path {
    stroke: #fff !important;
}

.single-product-slider #sync4 .owl-nav button.owl-next {
    background: #f47920;
}

.single-product-slider #sync4 .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
}

.single-product-slider #sync3 .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
}

.single-product-slider #sync3 .owl-nav button.owl-prev {
    background: #fff;
}

.single-product-slider #sync3 .owl-nav button.owl-next {
    background: #f47920;
}

.single-product-slider .owl-nav button svg {
    width: 34%;
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.single-product-slider #sync4 .owl-stage-outer {
    height: 100%;
    background: rgba(34, 64, 64, 1);
    background: -webkit-linear-gradient(left, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    background: -o-linear-gradient(left, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    background: linear-gradient(to right, rgba(34, 64, 64, 1) 0%, rgba(14, 27, 27, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#224040', endColorstr='#0e1b1b', GradientType=1);
}

#sync4 .owl-stage {
    position: relative;
}

.single-product-slider #sync4 .owl-stage {
    height: 100%;
}

.single-ak-projects .col-50 {
    padding-top: 130px;
    height: 630px;
}

#sync4 .project-description {
    min-height: 380px;
    padding-top: 30px;
}

#sync3 {
    background: #fff;
}

#sync3 .tab.tab-active {
    display: flex;
    align-items: center;
}

#sync3 .owl-stage-outer,
#sync3 .owl-stage,
#sync3 .owl-item,
#sync3 .item,
#sync3 .tab-container,
#sync3 .tab {
    height: 100%;
}


/* Blog */

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 30px;
    /*grid-auto-rows: 25vw;*/
}

.single-trim-words {
    height: 63px;
    overflow: hidden;
}

.single_location {
    font-size: 18px;
}

.blog-more a {
    color: #fff;
}

.blog-box .blog-img {
    width: 100%;
    height: 245px;
}

.blog-box .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*.blog-wrap .blog-box:nth-child(5),
.blog-wrap .blog-box:nth-child(14) {
    grid-row: span 1;
    grid-column: span 2;
    position: relative;
}

.blog-wrap .blog-box:nth-child(5) .blog-img,
.blog-wrap .blog-box:nth-child(14) .blog-img  {
    width: 100%;
    height: 100%;
}

.blog-wrap .blog-box:nth-child(5) img,
.blog-wrap .blog-box:nth-child(14) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-wrap .blog-box:nth-child(5) .blog-text,
.blog-wrap .blog-box:nth-child(14) .blog-text {
    position: absolute;
    bottom: 0;
    background: transparent;
}

.blog-wrap .blog-box:hover:nth-child(5) .blog-text p,
.blog-wrap .blog-box:hover:nth-child(14) .blog-text p {
    color: #fff;
}

.blog-wrap .blog-box:nth-child(5) .blog-more,
.blog-wrap .blog-box:nth-child(14) .blog-more {
    background: transparent;
    border: 1px solid #f47920;
    color: #fff;
}

.blog-wrap .blog-box:hover:nth-child(5) .blog-more,
.blog-wrap .blog-box:hover:nth-child(14) .blog-more {
    background: #f47920;
    color: #fff;
}*/


/* blog wrap */

.blog {
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    color: #fff;
}

.blog-wrap {
    padding-top: 30px;
}

.blog-wrap .date {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.blog-wrap p {
    color: #fff;
}

.blog-more {
    background: #f47920;
    font-family: 'Gotham-Book.otf';
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    font-size: 14px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
}


/* Single blog */

.aktueln-pdf {
    width: 45%;
    margin: auto !important;
}

.aktueln-pdf li {
    width: 50% !important;
    padding: 10px 10px !important;
    display: flex;
    flex-direction: column-reverse;
}

.aktueln-pdf li span {
    display: block;
    font-size: 14px;
}

.aktueln-pdf li a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block !important;
    width: 170px;
    margin: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.aktueln-pdf img {
    background: #fff;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-single-wrap {
    padding-bottom: 20px;
    margin-bottom: 130px;
}

.main-single-wrap iframe {
    margin-top: 40px;
    margin-bottom: 15px;
}

.single-more {
    display: inline-block;
    padding: 10px 20px 7px;
    margin-top: 20px;
    text-transform: uppercase;
    border: 1px solid #f47920;
    color: #fff;
    font-size: 15px;
}

.single-more:hover {
    background: #f47920;
}

.galens-text {
    font-family: 'Gotham-Medium.otf';
    margin-top: 30px;
    font-size: 15px;
}


/* Kontakt */

.contact-wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 40px 0;
}

.contact-wrap h2 {
    font-family: 'Gotham-Medium.otf';
    font-size: 30px;
    text-transform: uppercase;
}

.contact-wrap .line {
    margin: 15px auto;
}

.contact-info .contact-wrap {
    margin-left: -30px;
}

.contact-wrap .contact-box {
    width: 25%;
    padding-left: 30px;
    padding-bottom: 30px;
}

.contact-wrap ul {
    padding: 50px 0;
    width: 100%;
    height: 400px;
    display: inline-block;
    margin: 0;
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(14, 27, 27, 1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(14, 27, 27, 1);
    box-shadow: 0px 0px 25px 0px rgba(14, 27, 27, 1);
}

.social-contact {
    box-shadow: none !important;
}

.contact-wrap p,
.contact-wrap a {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-family: 'Gotham-Book.otf';
}

.contact-wrap a {
    color: #ea7521;
}

.contact-info {
    border-bottom: 1px solid #657a7a;
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
}

.contact-mail {
    text-align: center;
    padding-top: 40px;
}

.contact-mail h2 {
    font-family: 'Gotham-Medium.otf';
    font-size: 30px;
    text-transform: uppercase;
}

.contact-mail span {
    display: block;
    font-size: 17px;
    margin-top: 20px;
}

.contact-mail a {
    border: 1px solid #f47920;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham-Book.otf';
    padding: 13px 20px 10px;
    margin-top: 20px;
    display: inline-block;
}

.contact-mail a:hover {
    background: #f47920;
    color: #fff;
}

.contact-mail .line {
    margin: 15px auto;
}

.main-contact .container {
    margin-top: 30px;
    padding: 0 0 40px;
    /* -webkit-box-shadow: 0px 0px 25px 0px rgba(14, 27, 27, 1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(14, 27, 27, 1);
    box-shadow: 0px 0px 25px 0px rgba(14, 27, 27, 1);*/
    width: 95%;
}

.main-contact .container img {
    width: 100%;
}

.social-contact {
    display: flex !important;
    justify-content: center;
    padding: 0 !important;
    min-height: auto !important;
}

.social-contact {
    height: auto !important;
}

.contact-box ul li {
    line-height: 1.3;
}

.social-contact li {
    width: auto !important;
}

.social-contact li a {
    padding: 0;
    border: none;
    padding: 0 15px;
    font-size: 25px;
}

.social-contact li a:hover {
    background: transparent;
    color: #f47920;
}


/* Aktuelnosti forma */

#gform_wrapper_2 {
    width: 70%;
    margin: auto;
    display: inline-block;
}

#gform_wrapper_2 .gform_heading {
    text-align: center;
    margin-top: 20px;
}

#gform_wrapper_2 #gform_fields_2 {
    display: flex;
    flex-wrap: wrap;
}

#gform_wrapper_2 #gform_fields_2 li {
    width: 50%;
    position: relative;
    padding-bottom: 40px;
}

#gform_wrapper_2 #gform_fields_2 #field_2_7,
#gform_wrapper_2 #gform_fields_2 #field_2_8 {
    width: 100%;
}

#gform_wrapper_2 #gform_fields_2 li input,
#gform_wrapper_2 #gform_fields_2 #field_2_8 textarea {
    width: 100%;
    padding: 7px;
    font-size: 14px;
}

#gform_wrapper_2 #gform_fields_2 .gfield_label {
    position: absolute;
    right: 25px;
    top: 8px;
}

#gform_wrapper_2 .gfield_required {
    margin: 0 !important;
    color: #132121;
}

#gform_wrapper_2 .gform_footer {
    padding-top: 0;
}

#gform_wrapper_2 .gform_button {
    background: #f47920;
    border: 1px solid #f47920;
    color: #fff;
    padding: 7px 50px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#gform_wrapper_2 .gform_button:hover {
    background: transparent;
    color: #f47920;
}


/* Footer */

footer {
    position: relative;
}

footer .footer-wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

footer .footer-box {
    width: 20%;
    text-align: right;
    border-left: 1px solid #cfcfd0;
    padding-right: 40px;
    position: relative;
}

footer .footer-box:first-child {
    border-left: none;
}

footer .footer-box:last-child {
    text-align: center;
    padding: 0;
}

footer .footer-box .line {
    margin: 15px 0 15px auto;
}

footer .footer-box a {
    display: block;
}

footer .footer-box h3 {
    font-family: 'Gotham-Medium.otf';
    text-transform: uppercase;
    font-size: 25px;
    color: #162b2b;
}

footer .footer-box p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #162b2b;
}

footer .footer-box a {
    font-family: 'Gotham-Medium.otf';
    color: #ea7521;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.3;
}

footer .footer-box ul li {
    margin: 20px 10px 0;
}

footer .footer-box ul li a {
    font-size: 20px;
}

footer .footer-box img {
    width: 80%;
}

footer .footer-box a {
    font-weight: normal;
}

.footer-logo {
    position: absolute;
    width: 12%;
    bottom: -20px;
}

.under-footer {
    text-align: center;
    background: rgba(17, 32, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
    margin-top: 20px;
    position: relative;
}

.under-footer p {
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
}

.under-footer a {
    color: #f47920;
    font-size: 13px;
}

.under-footer br {
    display: none;
}


/* FLEX CSS */

.text-right {
    text-align: right;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.center-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.center-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.start-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.text-right {
    text-align: left;
    padding-left: 30px;
}


/* Single tab */

.tab {
    display: none;
}

.one-floor {
    display: block;
}

.tab-active {
    display: block;
}

.tab-menu ul {
    display: flex;
}

.tab-menu ul li {
    min-width: 100px;
    text-align: center;
    background: #f47920;
    border-right: 1px solid #000;
}

.tab-menu ul li:last-child {
    border-right: none;
}

.tab-menu ul li a {
    color: #fff;
    font-family: 'Gotham-Book.otf';
    line-height: 1.8;
}

.tab-menu {
    margin-bottom: 10px;
}


/* Reference */

.reference-list .mg-left {
    margin-left: -30px;
}

.reference-list .reference-box {
    width: 20%;
    padding-left: 30px;
    padding-top: 30px;
}

.reference-list .reference-box p {
    margin-bottom: 0;
}

.reference-list .img-description {
    text-align: left;
}


/* Single reference */

.single-reference,
.contact-wrap {
    padding: 130px 0 30px;
    margin-bottom: 120px;
}

.single-gallery {
    width: 60%;
    margin: 30px auto 0;
}

.slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slick-initialized .slick-slide {
    outline: none;
}

@media only screen and (max-width: 992px) {
    .slider img {
        height: 465px;
    }
}

@media only screen and (max-width: 576px) {
    .slider img {
        height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .slider img {
        height: 240px;
    }
}

.slick-list {
    width: 100%;
    padding: 0 !important;
}

.dark-thumbs {
    margin-top: 5px;
    margin-right: -1px;
}

.slick_thumb {
    padding-right: 5px !important;
}

.slider-1 img {
    width: 190px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}

.reference-video-galery iframe {
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    .slider-1 img {
        width: 150px;
        height: 110px;
    }
    .reference-video-galery iframe {
        width: 100%;
        height: 200px;
    }
}

@media only screen and (max-width: 576px) {
    .slider-1 img {
        width: 110px;
        height: 50px;
    }
}

.slider-1 img:focus {
    border: none !important;
    outline: none !important;
}

.slick-prev,
.slick-next {
    display: none !important;
}


/* Responsive */

@media only screen and (max-width: 1600px) {
    .footer-logo {
        width: 15%;
    }
    .aktueln-pdf {
        width: 50%;
    }
}

@media only screen and (max-width: 1450px) {
    .heading h1,
    .front-about-us .columns_box h1 {
        font-size: 40px;
    }
    .project-slider #sync1 img {
        height: 570px;
    }
    .home-box .col-50:first-child img {
        width: 15%;
    }
    .home-box .col-50 {
        height: 350px;
    }
    .footer-logo {
        width: 15%;
    }
    .project-box-wrap .img-box {
        height: 200px;
    }
}

@media only screen and (max-width: 1400px) {
    .project-slider #sync2 .owl-stage-outer {
        height: 100%;
    }
    .pdf {
        bottom: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .project-bgd,
    .project-bgd-1 {
        padding: 50px 50px;
    }
    footer .footer-box {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1250px) {
    .bottom-header .middle_links li {
        padding: 0px 7px;
    }

    .bottom-header .middle_links li a {
        font-size: 14px;
    }

    .logo {
        width: 20%;
    }
    .header_social li {
        margin-left: 15px;
    }
    footer .footer-box:last-child {
        width: 100%;
        padding-top: 15px;
    }
    footer .footer-box {
        width: 25%;
    }
}

@media only screen and (max-width: 992px) {
    .pos-abs {
        position: absolute;
        right: 10px;

    }
    header::after {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    /* Staart toggle */
    .mob-btn i {
        color: #f47920;
        font-size: 20px;
        padding-right: 20px;
        border-right: 1px solid #fff;
        margin-right: 10px;
    }
    .mob-btn {
        display: flex;
        align-items: center;
        margin-right: 75px;
    }
    .toggle-menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 0;
        pointer-events: initial;
        position: relative;
        vertical-align: middle;
        width: 50px;
        z-index: 10;
    }
    .toggle-menu span {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        left: calc(50% - 13px);
        position: absolute;
        top: calc(50% - 1px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 26px;
    }
    .toggle-menu span:before,
    .toggle-menu span:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 26px;
    }
    .toggle-menu span:before {
        top: 7px;
    }
    .toggle-menu span:after {
        top: -7px;
    }
    .toggle-menu.active span {
        background-color: transparent;
        transition: background 0.2s ease-out;
    }
    .toggle-menu.active span:before,
    .toggle-menu.active span:after {
        transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
        background: #112020;
    }
    .toggle-menu.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .toggle-menu.active span:after {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    /* End nav */
    .header_social {
        display: none;
    }
    .nav-social {
        display: block;
    }
    .nav-social ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-social ul li {
        margin: 15px 10px 0;
        width: auto;
        padding: 0 5px !important;
    }
    .nav-social ul li a {
        font-size: 20px !important;
        color: #f47920 !important;
    }
    /* Nav */
    header {
        background: rgba(17, 32, 32, 1);
        background: -moz-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 32, 32, 1)), color-stop(100%, rgba(34, 65, 65, 1)));
        background: -webkit-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
        background: -o-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
        background: -ms-linear-gradient(left, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
        background: linear-gradient(to right, rgba(17, 32, 32, 1) 0%, rgba(34, 65, 65, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112020', endColorstr='#224141', GradientType=1);
        padding: 12px 0;
    }
    .header_scroll .bottom-header {
        padding: 0;
    }
    .header_scroll {
        padding: 10px 0;
    }
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/mob-bgd.png);
        left: -100%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .nav-active {
        left: 0;
    }
    .middle_links li {
        width: 100%;
        text-align: center;
    }
    .middle_links li a {
        padding: 10px 0;
        display: inline-block;
        color: #262626 !important;
    }
    header .logo {
        width: 40%;
    }
    .bottom-header {
        padding: 0;
    }
    .container {
        padding: 0 10px;
    }
    .heading p {
        padding: 0;
    }
    .heading h1,
    .front-about-us .columns_box h1 {
        font-size: 25px;
    }
    .project-description h1 {
        font-size: 25px;
        width: 100%;
    }
    .front-about-us {
        padding: 20px 0 0;
    }
    .city-count {
        padding-bottom: 20px;
    }
    .front-about-us .columns_box span {
        font-size: 18px;
    }
    .front-about-us .columns_box {
        width: 100%;
        text-align: center;
    }
    .front-about-us .line {
        margin: 10px auto 15px;
    }
    .front-about-us .columns_box span br {
        display: none;
    }
    .front-about-us .columns_box span {
        margin-bottom: 15px;
        display: block;
        text-align: left;
    }
    .l-count,
    .r-count {
        width: 100%;
    }
    .r-count {
        order: 1;
        box-shadow: none;
        margin-bottom: 0;
        text-align: center;
    }
    .l-count {
        order: 2;
    }
    .r-count .count-box {
        text-align: center;
        padding: 30px 0;
    }
    .r-count .count-box ul {
        justify-content: center;
    }
    .r-count .count-box p {
        text-align: center;
        margin: auto;
        font-size: 15px;
    }
    .l-count .l-box {
        padding: 30px 14px;
        height: 150px;
        text-align: center;
        justify-content: center;
    }
    .l-count .l-box .counter {
        font-size: 27px;
    }
    .l-count .l-box span {
        font-size: 20px;
    }
    .l-count .l-box p {
        font-size: 15px;
        margin-top: 5px;
        text-align: center;
    }
    /* 2 baners*/
    .home-box .home-description span {
        font-size: 18px;
    }
    .home-box .col-50 img {
        width: 30%;
    }
    .home-box .col-50:last-child img {
        width: 50%;
    }
    .home-box .col-50:last-child {
        background-position: top;
    }
    /* Product carousel */
    #sync4 .project-description {
        min-height: auto;
    }
    .project-slider #sync1,
    .project-slider #sync2 {
        width: 100%;
    }
    .project-description {
        padding: 20px 10px;
        width: 100%;
        text-align: center;
    }
    .project-description .line {
        margin: 15px auto;
    }
    .project-slider #sync1 .owl-nav {
        right: auto;
        text-align: right;
        z-index: 5;
        bottom: -4px;
        margin: 0;
        top: auto;
    }
    .project-description h1 {
        width: 100%;
    }
    .pdf {
        width: 60px;
        height: 60px;
        font-size: 30px;
        left: 0;
    }
    #gform_wrapper_1 {
        position: static;
        width: 100%;
    }
    #gform_wrapper_1 input {
        padding: 0px 4px;
    }
    #gform_wrapper_1 #field_1_1,
    #gform_wrapper_1 #field_1_2,
    #gform_wrapper_1 #field_1_3 {
        width: 98%;
    }
    #gform_submit_button_1 {
        width: 30% !important;
        padding: 2px 0 2px;
    }
    .contact-wrap .contact-box {
        width: 50%;
    }
    .contact-wrap ul {
        box-shadow: none;
    }
    /* Stanovi carousel */
    .reference {
        padding: 20px 0 105px;
    }
    .img-box {
        height: 250px;
    }
    .a-project {
        margin-top: 0;
        padding-top: 20px;
    }
    #project-carousel .owl-stage-outer {
        padding-top: 20px;
    }
    .img-description {
        padding: 10px 7px 10px 10px;
    }
    #project-carousel .img-description h3,
    #reference-carousel .img-description h3 {
        font-size: 20px;
    }
    .a-project .heading p,
    .reference .heading p {
        padding: 0 10px;
    }
    .container-slider {
        padding: 0 10px;
    }
    #project-carousel .owl-prev,
    #reference-carousel .owl-prev {
        position: static;
        background: #fff;
        width: 30px;
        height: 30px;
        margin-top: 15px;
    }
    #reference-carousel .owl-prev {
        background: #273d3d;
    }
    #project-carousel .owl-next,
    #reference-carousel .owl-next {
        position: static;
        background: #f47920;
        width: 30px;
        height: 30px;
        margin-top: 15px;
    }
    #project-carousel .owl-prev span::before,
    #reference-carousel .owl-prev span::before {
        color: #000;
        font-size: 20px;
    }
    #reference-carousel .owl-prev span::before {
        color: #fff;
    }
    #project-carousel .owl-next span::before,
    #reference-carousel .owl-next span::before {
        color: #fff;
        font-size: 20px;
    }
    #project-carousel .pr-description,
    #reference-carousel .pr-description {
        z-index: 1;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    .pr-description a {
        margin-top: 10px;
    }
    .reference-slider {
        margin-bottom: -100px;
    }
    /* O nama */
    .about-right {
        display: none;
    }
    .about-left {
        width: 100%;
    }
    /* Apartmani */
    .apartments .mg-left {
        margin-left: -10px;
    }
    .apartment-box {
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
    }
    /* Reference */
    .reference-list .reference-box {
        width: 25%;
    }
    /* Footer */
    footer {
        border-top: 1px solid #f2f2f2;
    }
    footer .footer-box {
        width: 100%;
        text-align: center;
        padding-right: 0;
        border: none;
        padding-top: 20px !important;
    }
    footer .footer-box .line {
        margin: 15px auto;
    }
    footer .footer-box p {
        margin-bottom: 5px;
    }
    footer .footer-box h3 {
        font-size: 20px;
    }
    footer .footer-box img {
        width: 60%;
    }
    /* Main wrap */
    .main-wrap {
        padding: 20px 0;
    }
    .main-wrap h3 {
        font-size: 16px;
    }
    .main-wrap span {
        margin: 5px 0;
        font-size: 16px;
    }
    .main-page-banner .page-banner {
        height: 200px;
    }
    .main-wrap p br {
        display: none;
    }
    .single-reference,
    .contact-wrap {
        padding: 130px 0 30px;
    }
    /* AK projects*/
    .carousel .slick-prev,
    .carousel .slick-next {
        display: none !important;
    }
    .ak-projects .col-50 {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .ak-projects .col-50 br {
        display: none;
    }
    .project-bgd,
    .project-bgd-1 {
        padding: 0;
    }
    .project-bgd {
        padding-top: 25px;
    }
    /*.project-bgd-1 {
        padding-top: 20px;
    }*/
    .project-box-wrap {
        padding: 5px;
    }
    .project-box-wrap .img-box {
        height: 180px;
    }
    .ak-projects .col-50 {
        height: auto;
    }
    .main-pr-wrap {
        margin-top: 15px;
    }
    .project-box-wrap .pr_description {
        padding: 100px 10px 7px;
    }
    /* Vesti */
    .grid {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 10px !important;
    }
    .blog-wrap .blog-box:nth-child(5),
    .blog-wrap .blog-box:nth-child(14) {
        grid-row: span 1;
        grid-column: span 1;
    }
    .blog-wrap {
        padding-top: 5px;
    }
    /* Single stanovi */
    .single-product-slider #sync4 .owl-stage-outer {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    p {
        line-height: 1.4;
        text-align: left !important;
    }
    .uk-dotnav {
        justify-content: center;
        margin-left: 0 !important;
    }

    .aktueln-pdf li span {
        font-size: 12px;
    }
    .aktueln-pdf li a {
        font-size: 12px;
    }
    .heading p {
        text-align: justify;
    }
    .new-project .heading p,
    .project-bgd-1 .heading p,
    .project-description p {
        text-align: justify;
    }
    .new-project .heading p,
    .a-project .heading p,
    .reference .heading p,
    .project-bgd .heading p,
    .project-bgd-1 .heading p {
        text-align: center !important;
    }
    #project-carousel .ak-shadow::after,
    .reference-list .ak-shadow::after {
        top: 35%;
    }
    .aktueln-pdf {
        width: 100%;
    }
    /* Brend slider */
    #brands img {
        height: 50px;
        margin: 7px 10px 7px;
    }
    .project-slider #sync1 img {
        height: 300px;
    }
    .project-slider #sync2 .owl-nav {
        top: -50px;
        left: 0;
    }
    .project-slider #sync2 .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .project-box-wrap .pr_description h3 {
        height: 22px;
        overflow: hidden;
    }
    .more {
        margin-top: 15px;
        font-size: 14px;
        padding: 8px 40px 6px
    }
    .contact-form {
        width: 150px;
        padding: 8px 0 6px !important;
    }
    #brands {
        margin-top: 20px;
    }
    #project-carousel .owl-nav,
    #reference-carousel .owl-nav {
        text-align: center;
    }
    #project-carousel .owl-nav {
        padding-bottom: 15px;
    }
    .pr-description p {
        font-size: 12px;
    }
    .pr-description p {
        font-size: 12px;
        height: 64px;
        overflow: hidden;
        text-align: left;
    }
    .pr-description i {
        font-size: 25px;
    }
    .home-box .col-50 {
        height: 235px;
    }
    .home-box .col-50:first-child .home-description span {
        position: relative;
        top: 15px;
    }
    .home-box .home-description span {
        font-size: 13px;
        height: 32px;
    }
    .h-d-text {
        padding-top: 30px;
    }
    .home-box .col-50:first-child img {
        width: 28%;
    }
    .ap-short-description {
        height: auto;
    }
    #reference-carousel .pr-box .img-description,
    .reference-list .pr-box .img-description {
        bottom: -34px;
    }
    #project-carousel .img-description h3,
    #reference-carousel .img-description h3,
    .reference-list .img-description h3 {
        font-size: 18px;
    }
    #project-carousel .img-description .location {
        font-size: 15px;
    }
    .img-description .date,
    .img-description p {
        font-size: 13px;
        text-align: left;
    }
    .pr-description {
        padding: 7px 0 0;
    }
    #project-carousel .pr-description,
    #reference-carousel .pr-description {
        text-align: left;
    }
    .pr-box:hover .pr-description {
        padding-top: 7px;
    }
    .pr-description a {
        font-size: 12px;
    }
    .avenija-additional {
        padding: 10px 0 0;
    }
    .avenija-additional ul li {
        width: 100%;
    }
    .avenija-additional h1 {
        font-size: 20px;
        padding-bottom: 0;
    }
    /* Stanovi */
    .apartment-box {
        width: 100%;
    }
    .apartment-box .apartment-description,
    .blog-wrap .blog-text {
        padding: 15px 10px 10px;
    }
    .apartment-box .apartment-description h3,
    .blog-box .blog-text h3 {
        font-size: 18px;
    }
    .blog-box .blog-text h3 {
        height: 45px;
    }
    .single-trim-words {
        height: 40px;
    }
    .apartment-box .apartment-description p,
    .blog-wrap .date {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .apartment-description .apartment-date {
        height: 85px;
    }
    .custom-apartment-description .apartment-date {
        /* height: 55px; */
        height: 75px;
    }
    /* Reference */
    .reference-list .mg-left {
        margin-left: -10px;
    }
    .reference-list .reference-box {
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
    }
    .s_more {
        font-size: 12px;
    }
    /* Vesti */
    .grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    /* Obrazci */
    .obrazci {
        margin-top: 10px;
    }
    .obrazci li {
        background: #182e2e;
    }
    /* Kontakt */
    .contact-wrap,
    .single-reference {
        margin: 0;
        padding: 70px 0 20px;
    }
    .contact-wrap ul {
        padding-top: 20px
    }
    .contact-wrap ul li p {
        text-align: center !important;
    }
    .contact-wrap h2,
    .contact-mail h2 {
        font-size: 20px;
    }
    .contact-mail a {
        padding: 12px 20px 8px;
        font-size: 14px;
    }
    .contact-wrap .contact-box {
        width: 100%;
        padding-left: 0;
    }
    .contact-box iframe {
        height: 200px;
    }
    .contact-wrap ul {
        height: 300px;
        padding: 20px 0 0;
    }
    .flex-end {
        justify-content: flex-start;
    }
    .flex-end div:first-child {
        padding-left: 0;
    }
    /* Single stanovi */
    .single-product-slider {
        margin: 0;
    }
    .single-product-slider #sync3,
    .single-product-slider #sync4 {
        width: 100%;
    }
    .single-product-slider #sync4 .owl-nav,
    .single-product-slider #sync4 .owl-nav {
        top: -50px;
        left: 0;
    }
    .single-product-slider #sync4 .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .tab-menu ul {
        justify-content: flex-end;
    }
    .single-ak-projects .col-50 {
        padding-top: 20px;
    }
    /* Single reference */
    .single-gallery {
        width: 100%;
    }
    .single-reference {
        margin-bottom: 0;
    }
    #gform_wrapper_2 {
        width: 100%;
    }
    #gform_wrapper_2 #gform_fields_2 li {
        width: 100%;
        padding-bottom: 20px;
    }
    #gform_wrapper_2 #gform_fields_2 li input {
        padding: 2px 7px;
        font-size: 14px;
    }
    #gform_wrapper_2 #gform_fields_2 .gfield_label {
        right: 4px;
        top: 12px;
    }
    #gform_wrapper_2 .gform_button {
        padding: 0px 50px;
    }
    /* Footer */
    footer .footer-box p {
        font-size: 15px;
        text-align: center !important;
    }
    footer .footer-box a {
        font-size: 14px;
    }
    .scrollToTop {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 45px;
        right: 10px;
    }
    .under-footer p {
        text-align: center !important;
    }
    .under-footer br {
        display: block;
    }
}