// compress: true, autoprefixer: true
@import "variables.less";
body.active_menu {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    color: @purple;
    a {
        color: @purple;
        text-decoration: none;
        &:hover {
            text-decoration: none;
        }
    }
}

img {
    max-width: 100%;
}

svg {
    width: 100%;
    height: auto;
}

section,
footer {
    position: relative;
    z-index: 10;
    left: 0;
    transition: 0.5s all;
}

ul, ol {
    padding-left: 20px;
}

.navbar-fixed-top {
    width: 100%;
    transition: 0.5s all;
}

.scroll_to {
    position: relative;
    .anchor {
        display: block;
        width: 150px;
        height: 50px;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        position: absolute;
        left: 50%;
        bottom: 10px;
        z-index: 20;
        text-transform: uppercase;
        margin-left: -75px;
        text-shadow: 1px 1px rgb(0, 0, 0, 0.5);
        &:before {
            display: block;
            font-family: "Ionicons";
            content: '\f3d0';
            font-size: 40px;
            color: #FFF;
            position: absolute;
            bottom: 0;
            left: 50%;
            z-index: 10;
            margin-left: -13px;
        }
    }
}

.full_screen {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    .container,
    .row {
        height: 100%;
        position: relative;
    }
}

.full_screen.top_section,
.top_section {
    margin-top: 50px;
}

section.center {
    text-align: center;
}

.arrow {
    display: inline-block;
    border: 1px solid @purple;
    color: @purple;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    height: 40px;
    padding: 0 35px 0 20px;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease-in;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, @purple 50%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    &:before {
        display: block;
        font-family: "Ionicons";
        content: '\f3d3';
        font-size: 26px;
        color: #FFF;
        position: absolute;
        top: -1px;
        right: 15px;
        z-index: 10;
        color: @purple;
        transition: all 0.25s ease-in;
    }
    &:hover {
        transition: all 0.25s ease-in;
        text-decoration: none;
        background-position: bottom left;
        color: #FFF;
        &:before {
            color: #FFF;
            transition: all 0.25s ease-in;
            right: 10px;
        }
    }
    &.inverted {
        border: 1px solid #FFF;
        color: #FFF;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #FFF 50%);
        &:before {
            color: #FFF;
        }
        &:hover {
            color: @purple;
            &:before {
                color: @purple;
            }
        }
    }
    &.document {
        padding-left: 40px;
        &:after {
            display: block;
            font-family: "Ionicons";
            content: '\f381';
            font-size: 26px;
            color: #FFF;
            position: absolute;
            top: -1px;
            left: 15px;
            z-index: 10;
            color: @purple;
            transition: all 0.25s ease-in;
        }
        &:hover::after {
            color: #FFF;
        }
    }
}

.navbar.navbar-default.navbar-fixed-top {
    border: none !important;
}

#language_desktop {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    background-color: @purple;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
}

#search_desktop {
    width: 50px;
    height: 50px;
    float: right;
    overflow: visible;
    position: relative;
    #search_toggle {
        display: block;
        width: 50px;
        height: 50px;
        overflow: hidden;
        background-color: @gray;
        position: relative;
        &:before {
            font-family: "Ionicons";
            display: block;
            content: '\f4a4';
            width: 50px;
            height: 50px;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 10;
            color: #FFF;
            font-size: 32px;
            text-align: center;
            line-height: 50px;
        }
    }
}

#search_desktop form {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 10;
    display: block;
    background-color: @pink;
    width: 350px;
    height: 50px;
    overflow: hidden;
    padding: 10px 10px;
    display: none;
    input[type="text"] {
        width: 280px;
        height: 30px;
        float: left;
        overflow: hidden;
        border: none;
        padding: 0 10px;
        background-color: #FFF;
    }
    input[type="submit"] {
        width: 40px;
        height: 30px;
        float: right;
        overflow: hidden;
        font-size: 12px;
        color: #FFF;
        background-color: @gray;
        border: none;
        text-transform: uppercase;
    }
}

.navbar-fixed-top {
    .ul_level_1 {
        width: auto;
        height: 50px;
        float: right;
        overflow: visible;
        margin: 0;
    }
    .a_level_1 {
        display: block;
        width: auto;
        height: 50px;
        overflow: hidden;
        padding: 0 15px;
        line-height: 50px;
        font-size: 13px;
        text-transform: uppercase;
        color: @gray;
        text-decoration: none;
        &.act,
        &:hover {
            color: @purple;
            border-bottom: 3px solid @purple;
        }
    }
    .li_level_1 {
        width: auto;
        height: 50px;
        display: block;
        float: left;
        position: relative;
        &:hover > .a_level_1 {
            color: @purple;
            border-bottom: 3px solid @purple;
        }
        &:hover > .ul_level_2 {
            display: block;
        }
    }
    .ul_level_2 {
        position: absolute;
        z-index: 10;
        padding: 10px 15px;
        width: 540px;
        background-color: @pink;
        left: -193px;
        display: none;
    }
    .li_level_2 {
        width: 170px;
        height: auto;
        float: left;
        overflow: hidden;
        list-style-type: none;
    }
    .a_level_2 {
        display: block;
        width: 100%;
        height: auto;
        font-size: 13px;
        line-height: 18px;
        color: @gray;
        text-decoration: none;
        text-transform: uppercase;
        padding: 7px 0;
        &.act,
        &:hover {
            color: @purple;
        }
    }
}

#mobile_navigation {
    display: none;
}

// Page Navigation
#page_navigation {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 100;
    width: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    ul {
        overflow: hidden;
        width: 20px;
        padding: 0;
        margin: 0;
        li {
            list-style-type: none;
            width: 12px;
            height: 12px;
            overflow: hidden;
            background-color: #000;
            margin: 10px auto;
            -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
            a {
                display: block;
                width: 12px;
                height: 12px;
                border: 1px solid #FFF;
                background-color: #EAEAEA;
                &.active {
                    background-color: #FFF;
                }
            }
        }
    }
}

// Home Page
#management {
    background-image: url(../images/home/top_desktop.jpg);
    .desktop {
        .arrow {
            opacity: 0.6;
            transition: all 0s;
        }
        .middle {
            text-align: center;
            height: 100%;
            #slogan {
                position: absolute;
                bottom: 150px;
                left: 0;
                z-index: 10;
                width: 100%;
                text-align: center;
                overflow: hidden;
                p {
                    background: @purple_overlay;
                    color: #FFF;
                    display: inline-block;
                    font-size: 30px;
                    line-height: 60px;
                    padding: 0 25px;
                    overflow: hidden;
                    float: none !important;
                    margin: 0 auto;
                }
            }
        }
        .left,
        .right {
            h2,
            p {
                color: #FFF;
                font-size: 25px;
                line-height: 40px;
                background: @purple_overlay;
                overflow: hidden;
                padding: 0 15px;
                display: block;
                margin: 0;
                float: left;
                clear: both;
                text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
                clear: both;
            }
            h2 {
                font-family: "Conv_GothaProMed";
            }
            p {
                margin-bottom: 20px;
                clear: both;
            }
        }
        .left .arrow {
            float: left;
            clear: both;
        }
        .right {
            text-align: right;
            h2,
            p {
                float: right;
            }
        }
        .left,
        .middle,
        .right {
            h2,
            p,
            #slogan p,
            .arrow {
                opacity: 0;
                transition: all 0.5s linear;
            }
        }
    }
}

#home_services {
    padding: 30px 0 40px 0;
    h2 {
        text-transform: uppercase;
        font-size: 30px;
        line-height: 40px;
        overflow: hidden;
    }
    p {
        overflow: hidden;
    }
}

#invest_in_macedonia {
    padding: 40px 0 110px 0;
    background-image: url(../images/home/invest_in_macedonia.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    font-size: 20px;
    line-height: 40px;
    p {
        margin-bottom: 30px;
    }
    .mobile {
        display: none;
    }
    h2 {
        color: #FFF;
    }
}

#case_studies {
    background-color: @pink;
    text-align: center;
    .case_stydies_item {
        padding: 0;
        overflow: hidden;
        position: relative;
        img {
            vertical-align: middle;
            max-width: 70%;
            max-height: 70%;
        }
        .logo {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .text {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 10;
            width: 100%;
            height: 100%;
            overflow: hidden;
            background-color: @purple_overlay;
            color: #FFF;
            visibility: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            p {
                text-transform: uppercase;
                position: absolute;
                top: 30px;
                left: 0;
                z-index: 10;
                text-align: center;
                width: 100%;
                margin: 0;
            }
            h2 {
                color: #FFF;
                font-size: 30px;
                line-height: 40px;
                padding: 30px 15px;
                margin: 0;
            }
            a.arrow {
                position: absolute;
                left: 50%;
                bottom: 30px;
                z-index: 10;
                margin-left: -72px;
            }
        }
        &:hover .text {
            visibility: visible;
        }
    }
}

#interactive_map {
    display: none;
    h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    &.full_screen {
        .container {
            .row {
                height: auto !important;
            }
        }
    }
}

#news_list {
    h2 {
        text-align: center;
        margin: 50px 0;
    }
    .news_list_item {
        margin-bottom: 45px;
    }
    p.date {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    h3 {
        margin: 0 0 20px 0;
        font-size: 20px;
        line-height: 26px;
        text-transform: uppercase;
    }
}

#testimonials {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-image: url(../images/home/testimonials.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    .container .row > div {
        height: 100%;
    }
    h2 {
        text-align: center;
        background: @purple_overlay;
        overflow: hidden;
        padding: 10px 15px;
        color: #FFF;
        display: inline-block;
        overflow: hidden;
        margin-top: 60px;
    }
    .testimonial {
        position: absolute;
        z-index: 10;
        text-align: left;
        color: #FFF;
        width: 300px;
        padding-bottom: 40px;
        display: none;
        .padded-multiline {
            .padded_multiline_16;
        }
        &:before {
            display: block;
            font-family: "Ionicons";
            content: '\f456';
            font-size: 40px;
            color: #FFF;
            position: absolute;
            bottom: 0;
            left: 50%;
            z-index: 10;
            margin-left: -11px;
            color: @purple;
        }
        &[item="1"] {
            top: 160px;
            left: 50%;
            margin-left: -150px;
        }
        &[item="2"] {
            bottom: 80px;
            left: 50%;
            margin-left: -150px;
        }
        &[item="3"] {
            top: 350px;
            left: 10%;
        }
        &[item="4"] {
            top: 350px;
            right: 10%;
        }
    }
}

#contact.full_screen {
    font-size: 20px;
    line-height: 40px;
    color: #A5A6AB;
    .purple {
        text-transform: uppercase;
        color: @purple;
        margin-bottom: 0;
    }
    a {
        color: @purple;
        text-decoration: none !important;
    }
    input[type="text"],
    input[type="email"] {
        width: 48%;
        height: 48px;
        padding: 0 15px;
        border: 1px solid #A6A8AB;
        margin-bottom: 20px;
        float: left;
        overflow: hidden;
        -webkit-appearance: none;
        border-radius: 0;
    }
    input:nth-of-type(2n) {
        float: right;
    }
    textarea {
        width: 100%;
        height: 120px;
        padding: 5px 15px;
        border: 1px solid #A6A8AB;
        margin-bottom: 20px;
        float: left;
        overflow: hidden;
        -webkit-appearance: none;
        border-radius: 0;
    }
    input[type="submit"] {
        background-color: @purple;
        border: none;
        height: 48px;
        width: 48%;
        padding: 0 15px;
        margin-bottom: 0px;
        color: #FFF;
        font-size: 20px;
        line-height: 48px;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        float: right;
        border-radius: 48px 48px;
        overflow: hidden;
        -webkit-appearance: none;
    }
    .top {
        margin-top: 50px;
    }
    .center {
        text-align: center;
    }
    .container {
        height: 50%;
        overflow: hidden;
    }
    .container-fluid {
        padding: 0;
        height: 50%;
        overflow: hidden;
        .row {
            height: 100%;
            > div {
                height: 100%;
            }
        }
    }
    #map {
        height: 100%;
        position: relative;
    }
    .overlay {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
    }
}

#footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #A6A8AB;
    color: #FFF;
    line-height: 36px;
    position: relative;
    a,
    a:link,
    a:active,
    a:visited {
        color: #FFF;
        text-decoration: none;
        &.email {
            color: @purple;
        }
        &.footer_social {
            display: inline-block;
            margin-left: 10px;
        }
        &.level_1 {
            text-transform: uppercase;
        }
    }
    a:hover {
        text-decoration: none;
        color: @purple;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    li {
        list-style-type: none;
    }
    p {
        margin-bottom: 0;
    }
    h4 {
        font-size: 16px;
        line-height: 30px;
        margin: 10px 0;
        padding: 0;
        color: #FFF;
        text-transform: uppercase;
    }
    .top {
        margin: 25px 0 50px 0;
        .info {
            text-align: right;
            padding-right: 40px;
        }
    }
    .expertise {
        ul {
            width: 100%;
            overflow: hidden;
        }
        ul li ul li {
            width: 50%;
            float: left;
            overflow: hidden;
        }
    }
    .bottom {
        font-size: 13px;
        position: relative;
        z-index: 20;
        p {
            display: inline-block;
            &.developer {
                float: right;
                text-align: right;
                display: block;
                a {
                    display: inline-block;
                    padding-right: 26px;
                    background-image: url(../images/fresh_design.png);
                    background-position: right center;
                    background-repeat: no-repeat;
                    &:hover {
                        color: #FFF;
                    }
                }
            }
        }
    }
    &:after {
        display: block;
        content: '';
        background-color: #8D8F91;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        height: 36px;
        overflow: hidden;
    }
}

// Two Column Content
#two_column {
    padding: 50px 0 80px 0;
    h1 {
        .heading_50;
    }
    h2 {
        .heading_20;
        color: @gray;
    }
    .important {
        color: #A5A5AB;
        font-size: 20px;
        line-height: 38px;
        font-family: "Futura Book BT", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
        font-weight: 300;
    }
}

// Team
#team {
    padding: 50px 0 80px 0;
    h2 {
        text-align: center;
        .heading_50;
        margin-bottom: 60px;
    }
    .team_member {
        margin-bottom: 60px;
        .picture {
            overflow: hidden;
            img {
                border-radius: 50%;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
            }
        }
        .text {
            h3 {
                font-size: 20px;
                text-transform: uppercase;
                margin: 0 0 20px 0;
                margin-top: 60px;
            }
            p {
                margin: 0;
            }
        }
        &:hover > .picture img {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
        }
    }
}

// Industry List
#industry_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    .container-fluid {
        padding: 0;
        position: relative;
        .industry_list_item {
            padding: 0;
            position: relative;
            img {
                width: 100%;
                height: auto;
            }
            .overlay {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
                width: 100%;
                height: 100%;
                overflow: hidden;
                background-color: @purple_overlay;
                color: #FFF;
                visibility: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                h2 {
                    color: #FFF;
                    font-size: 30px;
                    line-height: 40px;
                    padding: 30px 15px;
                    margin: 0;
                }
                a.arrow {
                    position: absolute;
                    left: 50%;
                    bottom: 30px;
                    z-index: 10;
                    margin-left: -85px;
                }
            }
            &:hover .overlay {
                visibility: visible;
            }
        }
    }
}

// Industry Inner
#industry_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    .container-fluid {
        padding: 0;
        position: relative;
        img {
            width: 100%;
            height: auto;
        }
    }
    .padded-multiline {
        position: absolute;
        left: 30%;
        top: 33%;
        z-index: 10;
        .padded_multiline_25;
        width: 40%;
    }
}

// News Detail
#news_detail_top {
    position: relative;
    .container-fluid {
        padding: 0;
        img {
            width: 100%;
            height: auto;
        }
    }
    .container {
        position: absolute;
        top: 0;
        z-index: 10;
        h1 {
            color: #FFF;
            background-color: @purple_overlay;
            padding: 10px 20px;
            float: left;
            overflow: hidden;
            margin-top: 100px;
        }
        .padded-multiline {
            .padded_multiline_16;
            width: 50%;
            float: left;
            clear: both;
        }
    }
}

#news_detail_content {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 60px 0;
    .all_devices {
        p:first-of-type {
            color: #A5A5AB;
            font-size: 20px;
            line-height: 30px;
            font-family: "Futura Book BT", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
            font-weight: 300;
        }
    }
    .bottom {
        margin-top: 30px;
        .social {
            text-align: right;
            .addthis_inline_share_toolbox {
                // margin-top: 10px;
            }
        }
    }
}


// Study Detail
#study_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ECEAF5;
    padding: 100px 0;
    .row {
        display: flex;
        align-items: center;
    }
    .padded-multiline {
        .padded_multiline_25;
        width: 100%;
    }
    .logo {
        text-align: center;
    }
}
