/* ==========================================================================
   JRp - Radmilovic Jovan
   ========================================================================== */

/*@font-face {
    src: url(fonts/Oswald-Bold.ttf);
    font-family: oswald;
}
h1 {
    font-family: "oswald",sans-serif;
}*/
body {
    font-family: 'Oswald';
}

/* -----------------------------------------------------------------------------
- Navbar Section HEADER ========================================================
--------------------------------------------------------------------------------*/
.navbar-nav {
    float: right;
    margin-right: 100px;
    padding: 0;
    padding-top: 30px;
}
.navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    transition: .3s ease;
    z-index: 11;

}
.menu-color{
    background-color: #5b6a6e !important;
}
.disabled{
    pointer-events:none;
}
.navbar-header a .navbar-logo {
    width: 200px;
}
.navbar-header .navbar-brand {
    position: relative;
    width: auto;
    height: auto;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #37abbf;
    background-image: none;
    box-shadow: none;
    background-color: transparent;
}
.nav > li > a {
    /*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
    font-family: 'Oswald';
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-shadow: none;
    transition: 0.3s ease;
}
.navbar-nav li {
    margin: 16px 0;
}
nav li a:hover, 
nav li a.active {
    color: #37abbf !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #37abbf;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #37abbf;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
@media(max-width:1200px){
    .navbar-nav {
        margin-right: 20px;
    }
    .nav > li > a {
        font-size: 18px;
    }
}
@media(max-width:996px){
    .navbar-nav {
        margin-right: 0px;
    }
    .nav > li > a {
        font-size: 16px;
        letter-spacing: 0px;
    }
}
@media(max-width:767px){
    .navbar-nav {
        float: left;
        margin: 0;
        padding: 0px !important;
    }
    .nav > li > a {
        font-size: 16px;
        letter-spacing: 1.2px;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 3px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        border-radius: 15px;
    }
    .navbar-toggle .menu-bar {
        display: block;
        font-size: 12px;
        margin-left: -1px;
        margin-top: 7px;
        font-weight: 600;
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-header a img.navbar-logo {
        width: 150px !important;
    }
    .navbar .navbar-collapse.collapsing{ 
        height:auto !important;
    }
    .navbar .lateral-left{
        left:-100%; 
        animation: slide-out-left 200ms forwards;
    }
    .navbar .lateral-left.open{ 
        animation: slide-in-left 200ms forwards;
    }
    .navbar .lateral-right{
        right:-100%;
        animation: slide-out-right 200ms forwards;
    }
    .navbar .lateral-right.open{ 
        animation: slide-in-right 200ms forwards;
    }
    .navbar .navbar-collapse{ 
        top:0px; bottom:0px; 
        position:fixed; 
        width:80%; width:calc(100% - 60px); 
        max-width:320px; 
        height:auto !important;
        border: none;
        box-shadow: none;
        /* Optional styling */
        background: #5b6a6e;
        padding:30px;
        top: 77px;
    }
    .navbar .lateral-left.open,
    .navbar .lateral-right.open{
        display:block !important;
        overflow-y:auto;
        box-shadow: -1px 7px 7px 0px rgba(0,0,0,0.75);
        -webkit-box-shadow: -1px 7px 7px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 7px 7px 0px rgba(0,0,0,0.75);
    }

    @keyframes slide-in-left{ 
        0%		{ left:-100%; }
        100%	{ left:0px; }
    }
    @keyframes slide-out-left{
        0%		{ left:0px; }
        100%	{ left:-100%; }
    }
    @keyframes slide-in-right{ 
        0%		{ right:-100%; }
        100%	{ right:0px; }
    }
    @keyframes slide-out-right{
        0%		{ right:0px; }
        100%	{ right:-100%; }
    }
}
/* ----------------------------------
- Navbar Section HEADER end
----------------------------------*/


.slide__text-heading {
    font-family: "Oswald", sans-serif;
    line-height: 60px;
    font-size: 50px;
}
.slide__text-heading.soon {
    font-family: "Oswald", sans-serif;
    line-height: 90px;
    font-size: 70px;
}
.slide__text-desc {
    font-size: 17px;
}
.slick-initialized .slick-slide {
    width: 500px
}
@media(max-width:1200px){
    .slick-initialized .slick-slide {
        width: 400px
    }
}
@media(max-width:996px){
    .slick-initialized .slick-slide {
        width: 300px
    }
}
@media(max-width:768px) {
    .slider-container {
        height: 70%;
    }
    .slide__text-heading {
        font-size: 42px;
    }
    .slide__text-desc {
        font-size: 15px;
    }
}


/*============================================================================== HOME PAGE START ==============================================================================*/

/* -----------------------------------------------------------------------------
- Construction Section START ===================================================
------------------------------------------------------------------------------*/
.full-width-page {
    overflow: hidden;
    height: auto;
    position: relative;
    top: 0;
    box-sizing: border-box;
    background-color: rgb(91, 106, 110);
}
.construction {
    /*height: 700px;*/
}
.custom-page {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    z-index: 1;
    position: relative;
}
.full-width-page .custom-page .custom-img {
    height: 100%;
    width: 50%;
}
.desktop-img {
    display: none;
}
.mobile-img {
    display: block;
}
.construction.full-width-page .custom-page .custom-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    cursor: pointer;
}
.construction.full-width-page .custom-page .page-text {
    width: 50%;
    position: relative;
    height: 100%;
    padding: 0 50px 0 50px;
    margin: auto;
}
.full-width-page .custom-page .page-text .text-content h1 {
    color: #37abbf;
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 60px 0 20px;
    margin-bottom: 40px;
}
.full-width-page .custom-page .page-text .text-content h1:nth-child(2) {
    color: #37abbf;
    font-size: 41px;
    text-transform: inherit;
    text-align: left;
    color: #fff;
    line-height: 1.6;
    
/*    white-space: nowrap;
    overflow: hidden;   
    animation: animated-text 2s steps(30,end) 1s 1 normal both;*/
}
/*@keyframes animated-text{
  from{width: 0;}
  to{width: auto;}
}*/
.full-width-page .custom-page .page-text p {
    /*font-family: "Raleway",sans-serif;*/
    font-family: "Oswald";
    color: #fff;
    font-weight: 300;
    padding: 10px 20px 10px 20px;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 1.1px;
}
@media (max-width: 1800px) {
    .mobile-img {
        display: none;
    }
    .desktop-img {
        display: block;
    }
}
@media (max-width: 1500px) {
    .construction {
        height: 600px;
    }
    /*    .construction.full-width-page .custom-page .page-text {
            padding: 70px 50px 50px 50px;
        }*/
    .full-width-page .custom-page .page-text .text-content h1 {
        font-size: 35px;
    }
}
@media (max-width: 1300px) {
    .construction {
        height: 500px;
    }
    .full-width-page .custom-page .page-text .text-content h1 {
        font-size: 30px;
        text-align: left;
    }
    .full-width-page .custom-page .page-text p {
        line-height: 20px;
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .construction.full-width-page .custom-page .page-text {
        width: 100%;
        padding: 50px 50px 50px 50px;
    }
    .construction.full-width-page .custom-page .custom-img {
        width: 100%;
    }
    .desktop-img {
        display: none;
    }
    .mobile-img {
        display: block;
    }
}
@media (max-width: 966px) {
    .full-width-page {
        overflow: unset;
    }
    .construction {
        height: auto;
    }
    .construction.full-width-page .custom-page .custom-img {
        width: 100%;
        height: auto;
    }
    .full-width-page .custom-page .page-text .text-content h1 {
        font-size: 30px;
        text-align: left;
    }
    .construction.full-width-page .custom-page .page-text {
        width: 100%;
        padding: 20px 60px 60px 60px;
        text-align: justify;
    }
    .full-width-page .custom-page .page-text p {
        line-height: 24px;
        font-size: 18px;
    }
    .full-width-page .custom-page .page-text .scrollable-area {
        overflow-y: initial !important;
        height: auto !important;
    }
    .full-width-page .page-text .text-content {
        padding: 15px 15px;
        background-color: rgb(91, 106, 110);
    }
    .full-width-page .page-text .text-content h1 {
        font-size: 22px;
    }
    .full-width-page .page-text .text-content h1:after {
        width: 30px;
        height: 3px;
    }
    .full-width-page .page-text .text-content h5 {
        font-size: 16px;
    }
    .full-width-page .page-text .text-content p {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .construction.full-width-page .custom-page .page-text {
        width: 100%;
        padding: 0px;
    }
    .full-width-page .custom-page .page-text .text-content h1 {
        font-size: 20px;
        padding: 0 20px 0 20px;
    }
    .full-width-page .custom-page .page-text .text-content h1:nth-child(2) {
        font-size: 20px;
        text-align: left;
        letter-spacing: 1px;
    }
    .full-width-page .page-text .text-content p {
        font-size: 13px;
        line-height: 20px;
    }
    .full-width-page .custom-page .custom-img img {
        height: 100%;
    }
    .construction.full-width-page .custom-page .page-text p {
        letter-spacing: 0.9px;
    }
}
/* ----------------------------------
- / Construction Section end
----------------------------------*/



/* -----------------------------------------------------------------------------
- Projects Section START ===================================================
------------------------------------------------------------------------------*/
.projects .custom-page {
    background-color: #fff;
}
.projects .custom-page h1 {
    color: #37abbf;
    /*font-family: "oswald",sans-serif;*/
    font-family: "Oswald";
    font-size: 41px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 45px 0 20px;
}
.main-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
}
.main-left {
    width: 50%;
    position: relative;
    margin: auto;
}
.main-right {
    width: 50%;
    position: relative;
    margin: auto;
}
.main-left a,
.main-right a {
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.3s color ease;
    -o-transition: 0.3s color ease;
    transition: 0.3s color ease;
}
.mdc-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 200;
    /*background: rgba(91, 106, 110, .8);*/
    background: rgba(0,0,0,0.8);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
}
.mdc-caption h2 {
    /*font-family: "oswald",sans-serif;*/
    font-family: "Oswald";
    font-weight: 300;
    font-size: 16px;
    padding: 10px 20px 10px 16%;
    text-transform: uppercase;
}
.mdc-caption img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 9%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.mdc-caption-owerlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    color: #fff;
    background: rgba(55,171,191,0.7);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
}
.mdc-owerlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 95%;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: 200;
    opacity: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.mdc-owerlay-content h3 {
    /*font-family: "oswald",sans-serif;*/
    font-family: "Oswald";
    font-size: 40px;
    line-height: 1.4;
    font-weight: 300;
    padding-bottom: 30px;
}
.mdc-owerlay-content p {
    /*font-family: "oswald",sans-serif;*/
    font-family: "Oswald";
    font-size: 35px;
    line-height: 1.4;
    font-weight: 300;
}
.projects .main-left a:hover .mdc-caption,
.projects .main-right a:hover .mdc-caption {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.projects .main-left a:hover .mdc-caption-owerlay,
.projects .main-right a:hover .mdc-caption-owerlay {
    opacity: 1;
    position: absolute;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 1500px) {
    .main-section {
        width: 95%;
    }
    .mdc-caption {
        height: 85px;
    }
}
@media (max-width: 1200px) {
    .projects .custom-page h1 {
        padding: 25px 0 15px;
    }
    .mdc-owerlay-content h3 {
        font-size: 30px;
        line-height: 1.4;
        font-weight: 300;
        padding-bottom: 20px;
    }
    .mdc-owerlay-content p {
        font-size: 25px;
        line-height: 1.4;
        font-weight: 300;
    }
}
@media (max-width: 996px) {
    .projects .custom-page h1 {
        padding: 25px 0 10px;
    }
}
@media (max-width: 768px) {
    .projects .custom-page h1 {
        font-size: 25px;
    }
    .main-left {
        width: 100%;
    }
    .main-right {
        width: 100%;
    }
    .mdc-caption {
        height: 75px;
    }
    .mdc-owerlay-content h3 {
        font-size: 25px;
    }
    .mdc-owerlay-content p {
        font-size: 20px;
    }
}
/* ----------------------------------
- / Projects Section end
----------------------------------*/



/* -----------------------------------------------------------------------------
- why MDC Section START ===================================================
------------------------------------------------------------------------------*/
/*.why-mdc {
    margin-top: 30px;
}
.why-mdc .main-section-mobile {
    display: none;
}
.why-mdc .main-section {
    max-width: 100%;
}
.why-mdc img.icon,
.why-mdc .main-section img.icon {
    width: 60px;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 30px;
}
.why-mdc .main-section h3,
.why-mdc .main-section-mobile h3{
    text-align: center;
    display: block;
    margin: auto;
    font-size: 28px;
    margin-top: 20px;
    color: #37abbf;
}
.why-mdc .main-section p,
.why-mdc .main-section-mobile p{
    color: #fff;
    font-weight: 300;
    padding: 10px 20px 10px 20px;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 1.1px;
    text-align: center;
    margin: auto;
}
@media (max-width: 1500px) {
    .why-mdc .main-section {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .why-mdc img.icon {
        width: 40px;
        margin-top: 20px;
    }
    .why-mdc .main-section h3 {
        font-size: 24px;
        margin-top: 15px;
    }
    .why-mdc .main-section p {
        padding: 10px 10px 10px 10px;
        line-height: 18px;
        font-size: 14px;
    }
}
@media (max-width: 996px) {
    .why-mdc .main-section {
        display: none;
    }
    .why-mdc .main-section-mobile {
        display: block;
        flex-wrap: wrap;
        overflow: hidden;
        max-width: 1500px;
        margin: 0 auto;
    }
    .why-mdc .main-section-mobile .main-left,
    .why-mdc .main-section-mobile .main-right {
        width: 100%;
    }
    .why-mdc .main-section-mobile .main-left {
        padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .why-mdc {
        margin-top: 15px;
    }
    .why-mdc .main-section-mobile h3 {
        font-size: 20px;
        margin-top: 10px;
    }
    .why-mdc .main-section-mobile p{
        padding: 5px 10px;
        line-height: 18px;
        font-size: 14px;
        letter-spacing: 0px;
    }
}*/
/* ----------------------------------
- / why MDC Section end
----------------------------------*/
/*============================================================================== / HOME PAGE END ==============================================================================*/





/*============================================================================== POZESKA 33 i ZLATIBORSKE KAPIJE PAGE START =======================================================*/
/* -----------------------------------------------------------------------------
- Main Picture Section START ===================================================
------------------------------------------------------------------------------*/
.full-width-img .mdc-caption {
    background: rgba(91, 106, 110,0.5);
}
.full-width-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.img-content {
    max-width: 100%;
    height: 560px;
    text-align: center;
    margin: auto;
    background-size: cover;
    background-position: center;
    position: relative;
}
.img-content img {
    vertical-align: middle;
}
.img-content img.center {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.single-left {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 200;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-left img {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 70px;
    top: 52%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.single-left h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 50px;
    color: #fff;
    padding: 10px 20px 10px 110px;
    text-transform: uppercase;
}
@media (max-width: 1200px) {

}
@media (max-width: 996px) {
    .img-content {
        height: auto;
    }
    .img-content img {
        height: 560px;
        object-fit: cover;
        vertical-align: middle;
    }
    .img-content img.center {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        transform: translate(0, 0);
    }
    .single-left img {
        width: 35px;
        height: 35px;
        left: 40px;
    }
    .single-left h1 {
        font-size: 40px;
        padding: 10px 20px 10px 70px;
    }
}
@media (max-width: 768px) {
    .img-content {
        height: auto;
    }
    .img-content img {
        height: 450px;
        object-fit: cover;
        vertical-align: middle;
    }
    .single-left img {
        width: 30px;
        height: 30px;
        left: 25px;
    }
    .single-left h1 {
        font-size: 25px;
        padding: 10px 20px 10px 50px;
    }
}
/* ----------------------------------
- / Main Picture Section end
----------------------------------*/



/* -----------------------------------------------------------------------------
- About Pozeska33 Section START ===================================================
------------------------------------------------------------------------------*/
.social-desktop {
    margin-right: 30px;
    margin-left: auto;
}
.social-mobile {
    display: none;
}
.about-project .custom-page {
    background-color: #fff;
}
.project-content {
    max-width: 910px;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
}
.project-content p {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    color: rgb(91, 106, 110);
    text-align: center;
    padding: 10px 0;
}
.project-content p span:nth-child(2) {
    margin-left: 30px;
}
.table-category div {
    width: 50%;
    display: inline-block;
    float: left;
}
.table-category div p {
    text-align: left;
    padding: 10px 0 10px 90px;
}
.custom-page .link {
    display: block;
    width: 100%;
    height: 90px;
    position: relative;
    bottom: 0;
    left: 0;
}
.custom-page .slide__text-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #37abbf;
    margin-bottom: 40px;
}
.custom-page .slide__text-link:hover {
    color: #fff;
}
@media (max-width: 1200px) {

}
@media (max-width: 996px) {
    .project-content p {
        font-size: 16px;
    }
    .table-category div p {
        padding: 10px 0 10px 50px;
    }
    .project-content {
        max-width: 768px;
        width: 90%;
        margin: 0 auto;
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .social-desktop {
        display: none;
    }
    .social-mobile {
        display: block;
        margin-top: 50px;
        margin-left: 6px;
    }
    .project-content {
        width: 100%;
        padding: 40px 10px;
    }
    .table-category div {
        width: 100%;
        float: none;
    }
    .project-content p {
        font-size: 14px;
        text-align: center;
        width: 100%;
        padding: 10px 0px;
    }
    .table-category {
        text-align: center;
        margin: auto;
    }
    .table-category div {
        text-align: center;
        max-width: 350px;
        margin: 0 auto;
    }
    .table-category div p {
        padding: 10px 0 10px 15px;
    }
    .project-content p span:nth-child(2) {
        margin-left: 0px;
    }
    .project-content p span:nth-child(1) {
        padding-left: 40px;
    }
    .project-content p span {
        width: 50%;
        display: inline-block;
        float: left;
    }
}
/* ----------------------------------
- / About Pozeska33 Section end
----------------------------------*/
/*============================================================================== / POZESKA 33 PAGE END ZLATIBORSKE KAPIJE PAGE START =======================================================*/





/*============================================================================== ABOUT US PAGE START ==============================================================================*/
/* -----------------------------------------------------------------------------
- MAIN PIC ABOUT US Section START ===================================================
------------------------------------------------------------------------------*/
.about-us .img-content {
    height: 700px;
}
.about-us .mdc-caption span {
    color: #37abbf;
}
@media (max-width: 1200px) {
    .about-us .img-content {
        height: 500px;
    }
    .about-us .img-content img {
        height: auto;
    }
}
@media (max-width: 996px) {

}
@media (max-width: 768px) {
    .about-us .img-content img {
        height: 100%;
    }
}
/* ----------------------------------
- / MAIN PIC ABOUT US Section end
----------------------------------*/


/* -----------------------------------------------------------------------------
- ABOUT NAV Section START ===================================================
------------------------------------------------------------------------------*/
/*.about-nav {
    background: #EFEFEF;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 76.2px;
    z-index: 2;
}
.about-nav .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.about-nav ul {
    padding: 1rem;
    flex-wrap: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.about-nav ul li a {
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: .3s color ease;
    -o-transition: .3s color ease;
    transition: .3s color ease;
    display: inline-block;
    color: #364043;
}
.about-nav ul li a:hover, .about-nav ul li a.active {
    color: #37abbf !important;
}

@media (max-width: 1200px) {

}
@media (max-width: 996px) {

}
@media (max-width: 768px) {
    .about-nav {
        position: -webkit-static;
        position: static;
    }
}*/
/* ----------------------------------
- / ABOUT NAV Section end
----------------------------------*/


/* -----------------------------------------------------------------------------
- ABOUT US Section START ===================================================
------------------------------------------------------------------------------*/
.full-width-page {
    z-index: 1;
}
.about-us .full-width-page .custom-page .page-text {
    margin: auto;
}
.about-us .full-width-page .custom-page .custom-img img {
    height: 100%;
}
@media (max-width: 1500px) {
    .construction {
        height: auto;
    }
}
@media (max-width: 1200px) {
    .about-us .full-width-page .custom-page .custom-img img {
        width: 100%;
        height: auto;
    }
    .about-us .full-width-page .custom-page .custom-img {
        width: 100%;
        order: 2;
    }
    .about-us .full-width-page .custom-page .page-text {
        width: 100%;
        order: 1;
    }
    .full-width-page .custom-page .page-text .text-content {
        margin: auto;
    }
}
@media (max-width: 996px) {

}
@media (max-width: 768px) {
    .about-nav {
        position: -webkit-static;
        position: static;
    }
}
/* ----------------------------------
- / ABOUT US Section end
----------------------------------*/


/* -----------------------------------------------------------------------------
- ABOUT Projects slider Section START ===================================================
------------------------------------------------------------------------------*/
.slick-container {
    max-width: 1200px;
    width: 100%;
    padding: 50px 0;
    margin: auto;
}
.slick-container .your-class img {
    height: 100px;
    width: auto;
    margin: auto;
}
.slick-slide {
    padding: 50px 100px;
}
@media (max-width: 1200px) {

}
@media (max-width: 996px) {

}
@media (max-width: 768px) {

}
/* ----------------------------------
- / ABOUT Projects slider Section end
----------------------------------*/


/* -----------------------------------------------------------------------------
- ABOUT Benefits Section START ===================================================
------------------------------------------------------------------------------*/
/*.benefits-container {
    max-width: 1400px;
    margin: auto;
}
.benefits-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto;
}
.benefits-column .item {
    order: 3;
    flex-grow: 1;
    text-align: center;
    background-color: #fbfbfb;
    width: 31%;
    margin: 1%;
    padding: 30px 20px;
}
.benefits-column .item h2 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: #37abbf;
    margin: 20px auto;
}
.benefits-column .item ul li {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding-left: 40px;
    text-align: left;
    margin: 10px auto;
}
.benefits-column .item ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url("../checked.svg");
    height: 25px;
    width: 25px;
}

@media (max-width: 1200px) {
    .benefits-column .item {
        width: 48%;
    }
}
@media (max-width: 996px) {
    .benefits-column .item {
        width: 69%;
        margin: 2%;
    }
}
@media (max-width: 768px) {

}*/
/* ----------------------------------
- / ABOUT Benefits Section end
----------------------------------*/
/*============================================================================== / ABOUT US PAGE END ==============================================================================*/





/*============================================================================== CONTACT PAGE START ==============================================================================*/
.abs-pic {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.abs-pic img {
    width: 100%;
    height: auto;
}
.contact .bg-color {
    background-color: #eee;
    width: 100%;
    height: 91px;
}
.contact .contact-info h1:first-of-type {
    color: #5b6a6e;
    font-size: 55px;
}
.contact .contact-info h1:last-of-type {
    color: #37abbf;
    font-size: 42px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.contact .contact-info .info {
    display: flex;
    flex-direction: row;
}
.contact .contact-info .info .info-details {
    justify-content: space-between;
    width: 30%;
    text-align: center;
    margin: 0 auto 40px auto;
}
.contact .contact-info .info .info-details .info-img img {
    height: 35px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.contact .contact-info .info .info-details p {
    color: #5b6a6e;
    font-size: 18px;
}
.contact .contact-info .info .info-details a {
    color: #5b6a6e;
}
.contact .full-width {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.contact .full-width .half-width {
    width: 48%;
    margin: auto auto 1% auto;
}
.contact .full-width .half-width .map-section {
    width: 100%;
}
@media (max-width: 1200px) {

}
@media (max-width: 996px) {
    .contact .full-width {
        flex-direction: column;
    }
    .contact .full-width .half-width {
        width: 100%;
    }
    .contact .full-width div:first-child {
        order: 2;
    }
    .contact .full-width div:nth-child(2) {
        order: 1;
    }
    .contact .contact-info h1:first-of-type {
        font-size: 45px;
    }
    .contact .contact-info h1:last-of-type {
        font-size: 35px;
    }
    .contact .contact-info .info .info-details p {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .contact .bg-color {
        height: 77px;
    }
    .abs-pic {
        top: 300px;
    }
    .contact .contact-info h1:first-of-type {
        font-size: 40px;
    }
    .contact .contact-info h1:last-of-type {
        font-size: 28px;
    }
    .contact .contact-info .info .info-details p {
        font-size: 14px;
    }
}

/* ------------ CONTACT FORM start -------------- */
#feedbackOk {
    display: none;
    margin: 20px auto auto 12px;
    color: #5b6a6e;
}
.contact-form {
    position: relative;
    width: 100%;
}
.contact-form .project-title {
    margin-left: 2%;
    color: #5b6a6e;
}
.contact-form .reservation-form .form-row {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
}
.contact-form .reservation-form .form-row .input-form {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: none;
    clear: both;
}
.contact-form .reservation-form .comment-row {
    margin-left: 2%;
    margin-right: 2%;
}
.wpcf7-form-control-wrap {
    display: block;
    margin-top: 15px;
}
.wpcf7-form-control {
    border: 1px solid #37abbf !important;
    background: #fbfbfb !important;
}
.wpcf7-form-control:checked,
.wpcf7-form-control:focus {
    background: #fff !important;
}
.submit-wrapper {
    margin-left: 2%;
}
.submit-wrapper .submit-wrap {
    margin-top: 25px;
}
.submit-wrapper .submit-wrap .wpcf7-submit {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    background: #fbfbfb;
    border: 2px solid #37abbf !important;
    color: #37abbf;
    -webkit-transition: .3s;
    transition: .3s;
}
.submit-wrapper .submit-wrap .wpcf7-submit:hover,
.submit-wrapper .submit-wrap .wpcf7-submit:active,
.submit-wrapper .submit-wrap .wpcf7-submit:checked,
.submit-wrapper .submit-wrap .wpcf7-submit:focus {
    background: #37abbf !important;
    color: #fff;
}
.submit-wrapper .submit-wrap .fa-spinner::before {
    content: "\f110";
    color: #37abbf;
}
.submit-wrapper .reset-btn {
    margin-top: 15px;
    background: #fbfbfb;
    padding: 3px 5px;
    border: 1px solid #37abbf !important;
    color: #37abbf;
    -webkit-transition: .3s;
    transition: .3s;
}
.submit-wrapper .reset-btn:hover {
    background: #37abbf !important;
    color: #fff;
}
input::placeholder {
    color: #37abbf;
}
textarea::placeholder {
    color: #37abbf;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {
    .contact-form .project-title {
        margin: auto;
        text-align: center;
    }
    .submit-wrapper {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .submit-wrapper .submit-wrap {
        text-align: center;
    }
    .submit-wrapper .submit-wrap input {
        margin-left: 10px;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 610px) {
    .contact-form .reservation-form .form-row .input-form {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
}
/* ------------ / CONTACT FORM end -------------- */
/*============================================================================== / CONTACT PAGE END ==============================================================================*/




/* -----------------------------------------------------------------------------
- Footer Section all pages START ===================================================
------------------------------------------------------------------------------*/
footer {
    position: relative;
    z-index: 0;
}
footer .footer-nav > ul > .active > a {
    color: #37abbf;
    background-image: none;
    box-shadow: none;
    background-color: transparent;
}
.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #5b6a6e;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    box-shadow: 0px -2px 5px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px -2px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 5px -2px rgba(0,0,0,0.75);
    z-index: 1;
}
.footer-left,
.footer-center,
.footer-right {
    width: 33.33333333%;
    padding-left: 0;
    padding-right: 0;
}
.footer-wrap {
    text-align: left;
    display: table;
    margin: 0 auto;
}
.footer-wrap h2 {
    color: #fff;
    padding: 10px 0;
}
.footer-wrap .footer-nav ul li {
    padding: 3px 0;
}
.footer-wrap .footer-nav ul li a {
    font-size: 20px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.footer-wrap .footer-nav ul li a:hover {
    color: #37abbf;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.footer-wrap img {
    height: 110px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 110px;
}
.social-link {
    display: block;
    width: 100%;
    margin: auto;
}
.social-link li {
    display: inline-block;
    float: left;
}
.social-link li a {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.social-link li a:hover {
    color: #37abbf;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.social-link .fa {
    font-size: 25px;
    padding: 0 10px;
}
.footer-contact {
    font-size: 18px;
    color: #fff;
}
.footer-contact div p {
    padding: 5px 0;
}
.footer-contact div p a:hover {
    color: #37abbf;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.footer-contact div p a {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media (max-width: 996px) {
    .footer-wrap h2 {
        font-size: 22px;
    }
    .footer-wrap .footer-nav ul li a {
        font-size: 16px;
    }
    .footer-wrap img {
        height: 70px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 110px;
    }
    .social-link .fa {
        font-size: 20px;
    }
    .footer-contact {
        font-size: 15px;
        color: #fff;
    }
}
@media (max-width: 768px) {
    .footer-left,
    .footer-center,
    .footer-right {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-wrap {
        text-align: center;
    }
    .social-link {
        display: inline-block;
        width: auto;
    }
    .footer-wrap img {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        margin: 20px 0;
    }
}
/* ----------------------------------
- / Footer Section all pages end
----------------------------------*/



/* -----------------------------------------------------------------------------
- Construction Section START ===================================================
------------------------------------------------------------------------------*/
/* ----------------------------------
- / Construction Section end
----------------------------------*/



/* -----------------------------------------------------------------------------
- Construction Section START ===================================================
------------------------------------------------------------------------------*/
/* ----------------------------------
- / Construction Section end
----------------------------------*/

/* ------------ google map -------------- */
.map-content {
    width: 100%;
    position: relative;
    height: 600px;
}
.map-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
#map {
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {

}
@media (max-width: 966px) {
    .map-content {
        width: 100%;
        height: 400px !important;
    }
}
@media (max-width: 768px) {
    .map-content {
        height: 400px !important;
    }
}
@media (max-width: 600px) {
    .map-content {
        height: 320px !important;
    }
}

/* ------------ direction link start -------------- */
.direction-link {
    position: absolute;
    margin: 60px 0px 0px 20px;
    z-index: 10;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    padding: 8px 20px 8px 20px;
    background: #0094de;
    background-image: url('direction-icon.png');
    background-position: left center;
    background-repeat: no-repeat;
}
a.direction-link:hover {
    text-decoration: none;
    background: #0072ab;
    color: #FFF;
    background-image: url('direction-icon.png');
    background-position: left center;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .direction-link {
        margin: 10px;
        margin-top: 60px;
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
        padding: 5px 12px 5px 12px;
    }
}
/* ------------ / direction link end -------------- */
/* ------------ / google map end -------------- */

.main {
    height: 1000px;
}
.main .slika {
    background-image: url('http://www.splavsindikat.rs/p33/img/slider/spolja_noc1_desktop.jpg');
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
}