﻿html, body {
    height: 100%;
    overflow: hidden;
}

@font-face {
    font-family: 'texgyreherosregular';
    src: url('../fonts/texgyreheros-regular-webfont.eot');
    src: url('../fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreheros-regular-webfont.woff') format('woff'), url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuraextendedregular';
    src: url('../fonts/futuraextended-webfont.eot');
    src: url('../fonts/futuraextended-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futuraextended-webfont.woff2') format('woff2'), url('../fonts/futuraextended-webfont.woff') format('woff'), url('../fonts/futuraextended-webfont.ttf') format('truetype'), url('../fonts/futuraextended-webfont.svg#futuraextendedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Roboto';
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.gradient {
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 3%, #ffffff 18%, #ededed 74%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#f2f2f2), color-stop(18%,#ffffff), color-stop(74%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 3%,#ffffff 18%,#ededed 74%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 3%,#ffffff 18%,#ededed 74%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 3%,#ffffff 18%,#ededed 74%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f2f2 3%,#ffffff 18%,#ededed 74%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


 .margin-bottom {
     margin-bottom: 5px;
 }

 .input-full {
     width: 100%;
 }

 .text-saral {
     color:#1c1b52
 }

 .text-strong {
     font-weight: bold;
 }

 .text-justify {
     text-align: justify
 }


 .raw-list {
     list-style: none;
 }

@media only screen {
    .no-padding-left {
        padding-left: 0;
    }

    .customer-services-textarea-reset {
        padding-left: 6px;
    }
}


.full-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.full-container-bg {
    background: url(/images/bg-noise.png);
}

.slider-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

    .slider-container .slide {
        position: absolute;
        top: 0;
        left: 0;
    }


    .slider-container img {
        max-width: 100%;
        height: auto;
    }

.slider-controls {
    position: absolute;
    z-index: 2;
    bottom: 10%;
    right: 5%;
    height: 50px;
}

    .slider-controls a {
        margin-right: 5px;
        color: white;
        font-size: 25px;
    }

        .slider-controls a.active {
            color: #0E8982;
            text-shadow: 0 0 8px #FFEFC2;
        }

.slider-title {
    font-size: 8em;
    color: white;
    line-height: 1em;
    text-shadow: 0 0 7px rgba(0,0,0,0.6);
    font-family: 'futuraextendedregular';
}




.content-body-wrapper {
    position: relative;
    width: 100%;
    margin-top: 50px;
    overflow-x: hidden;
    height: 72%;
    overflow-y: auto;
}


    .content-body-wrapper::-webkit-scrollbar {
        width: 1em;
    }

    .content-body-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .content-body-wrapper::-webkit-scrollbar-thumb {
        background-color: #1a1751;
        outline: 1px solid #131221;
        -webkit-box-shadow: 0 0 5px 5px rgba(56,100,121,0.5);
        box-shadow: 0 0 5px 5px rgba(56,100,121,0.5);
    }

.main-content-wrapper {
    height: 100%;
    /*padding-top: 150px;*/
    position: relative;
}

.main-content {
    background-color: white;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    margin-top: 10px;
    margin-bottom: 10px;
}

.story-image {
    border: 4px solid #DDD;
}

.inner-nav-wrapper {
    padding-left: 0
}

.inner-nav {
    padding: 0;
    list-style: none;
}

    .inner-nav li {
        padding: 1em;
        color: #333;
        cursor: pointer;
        width: 100%;
        margin-bottom: 5px;
        border: 1px solid #DDD;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    }


        .inner-nav li a {
            text-decoration: none;
        }

        .inner-nav li.active, .inner-nav li:hover {
            background: #1e5799; /* Old browsers */
            background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
            background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
        }

            .inner-nav li.active a, .inner-nav li:hover a {
                color: white;
            }

.panel-inner-nav {
    border-color: #1a1751;
}

    .panel-inner-nav > div.panel-heading {
        color: #ffffff;
        background-color: #1a1751;
        border-color: #1a1751;
    }

h3.header {
    font-family: Roboto;
    font-weight: 400;
    display: block;
    padding: 0.4em;
    background-color: #EEE;
    border-radius: 5px;
    border: 1px solid #DDD;
    background: url(/images/header-bg.png) #f7f7f7 repeat-x top right;
}

.main-content-bg {
    background-color: #F7F7F7;
    padding: 2em;
}

    .main-content-bg h3.header {
        font-weight: 100;
        font-size: 2em;
    }




.main-page-box-wrapper {
    width: 280px;
    position: absolute;
    right: 10%;
    top: 5%;
    z-index: 1;
}

.main-page-box {
    background-color: white;
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.3);
    font-size: 0.9em;
}



    .main-page-box span.header {
        color: #052D65;
        font-size: 1.2em;
        font-weight: 600;
    }

.main-page-box-hover, .main-page-box-hover span.header {
    -transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    .main-page-box-hover:hover {
        cursor: pointer;
        background-color: #052D65;
        color: white;
    }

        .main-page-box-hover:hover span.header {
            color: white;
        }

.bottom-companies {
    position: absolute;
    bottom: 80px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 50%;
    text-align: right;
    padding: 1em;
}

.bottom-wrapper {
    position: absolute;
    display: table;
    width: 100%;
    z-index: 1;
    height: 45px;
    bottom: 10px;
}

    .bottom-wrapper .bottom-menu {
        margin-right: 10px;
        width: 65%;
        display: table-cell;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        vertical-align: middle;
    }

        .bottom-wrapper .bottom-menu .bottom-links {
            text-align: right;
            padding-right: 2em;
        }

            .bottom-wrapper .bottom-menu .bottom-links a {
                font-size: 1.2em;
                font-weight: 500;
                color: #333333;
                margin-right: 2em;
            }

                .bottom-wrapper .bottom-menu .bottom-links a i.fa {
                    margin-right: 0.2em;
                }

    .bottom-wrapper .bottom-social {
        display: table-cell;
        padding-left: 12px;
        width: 17%;
        text-align: center;
    }

        .bottom-wrapper .bottom-social .social-link {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            border-radius: 30px;
            height: 45px;
            width: 45px;
            line-height: 45px;
            font-size: 1.5em;
            margin-right: 10px;
            -transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            cursor: pointer;
             background-color: #052D65;
            
            
        }

        
        .bottom-wrapper .bottom-social .social-link:hover {
           background-color: white !important;
        }

        .bottom-wrapper .bottom-social .social-link a {
            color: white;
        }

            .bottom-wrapper .bottom-social .social-link:hover a{
                color: #052D65 !important;
            }

    .bottom-wrapper .bottom-copyright {
        display: table-cell;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        overflow: hidden;
        width: 50px;
        text-align: center;
    }

        .bottom-wrapper .bottom-copyright a {
            font-size: 1.2em;
            font-weight: 500;
            color: #333333;
        }

.top-menu {
    width: 100%;
    position: relative;
    top: 10px;
    z-index: 1;
    display: table;
}

    .top-menu .top-search {
        text-align: right;
        padding-right: 10%;
        margin-bottom: 10px;
    }


    .top-menu a.dil {
        color: #FFF;
    }

        .top-menu a.dil img {
            height: 24px;
            width: auto;
            margin-right: 10px;
            padding-bottom: 4px;
        }

    .top-menu .logo {
        padding-left: 10%;
        width: 30%;
        position: absolute;
        padding-bottom: 20px;
        padding-top: 20px;
        z-index: 1;
        top: -10px;
    }

        .top-menu .logo:hover {
            -webkit-animation: spin 0.1s linear;
            -moz-animation: spin 0.1s linear;
            animation: spin 0.1s linear;
        }

@-moz-keyframes spin {
    100% {
        -moz-transform: scale(1.084);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: scale(1.084);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: scale(1.084);
        transform: scale(1.084);
    }
}

.top-menu .logo > div {
    width: 200px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    background: #f9fcf7; /* Old browsers */
    background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9fcf7 0%,#f5f9f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}


    .top-menu .logo > div > div {
        position: relative;
        height: 100%;
    }

.top-menu .logo-line {
    position: absolute;
    background: #1C1B51;
    left: 0;
    width: 100%;
    height: 5px;
}

.top-menu .menu-links {
    vertical-align: middle;
    position: relative;
    width: 100%;
    text-align: right;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 10%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    display: inline-block;
}

    .top-menu .menu-links a {
        font-size: 1.5rem;
        font-weight: 500;
        color: #333333;
        text-decoration: none;
    }


    .top-menu .menu-links span.seperator {
        display: inline-block;
        width: 2px;
        background: url(../images/seperator.png) no-repeat;
        margin-left: 1.2em;
        margin-right: 1.2em;
        color: transparent;
        background-color: white;
        padding: 0;
    }


.menu {
    list-style: none;
    height: 18px;
    float: right;
    margin: 0;
    padding: 0;
}

    .menu li {
        float: left;
    }

        .menu li.active a {
            color: #FFF;
            text-decoration: underline;
            background-color: #052D65;
            padding: 0.3em;
            border-radius: 5px;
        }

.news-item-navigation {
    position: absolute;
    top: 20%;
    padding: 5px;
    background-color: #FFF;
    font-size: 1.2em;
}

.news-item-navigation-left {
    left: -20px;
}

.news-item-navigation-right {
    right: -20px;
}

.news-items-wrapper {
    position: relative;
    overflow: hidden;
    width: 260px;
}


.news-items {
    width: 5000px;
    position: relative;
}

    .news-items .item {
        width: 280px;
        float: left;
    }

    .news-items .item a {
        text-decoration: none;
        color: #333;
    }

        .news-items .item img {
            width: 93%;
            height: auto;
            margin-bottom: 1em;
        }

.main-news-counter {
    text-align: center;
}

.main-news-circles {
    display: inline-block;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.main-news-circle {
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 1em;
    height: 1em;
    border-radius: 5em;
    background-color: #052D65;
    cursor: pointer;
    -transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

    .main-news-circle:hover, .main-news-circle.active {
        background-color: #F7931E;
    }



.main-news-numbers-wrapper {
    display: table;
    width: 100%;
}

.main-news-numbers {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .main-news-numbers span.news-back {
        font-size: 2em;
        cursor: pointer;
    }

    .main-news-numbers span.number {
        font-size: 4em;
        font-weight: 100;
        color: #052D65;
    }

.main-search-wrapper {
    padding-right: 0;
}

.main-search {
    width: 100%;
    height: 25px;
    -webkit-box-shadow: inset 0 0 0 4px rgba(5,45,101,0.7);
    box-shadow: inset 0 0 0 2px rgba(5,45,101,0.7);
    margin-bottom: 4px;
    padding: 2px;
    text-align: right;
    border: none;
    background-color: transparent;
}


    .main-search input {
        float: right;
        border: none;
        background-color: transparent;
        font-weight: 400;
        height: 20px;
        font-size: 13px;
        width: 85%;
        padding-right: 5px;
    }

        .main-search input:focus, .main-search input:active {
            outline: none !important;
        }

    .main-search a {
        display: block;
        height: 30px;
        float: right;
        text-decoration: none;
        color: #052D65;
        font-size: 10px;
        margin-right: 5px;
    }

.we-call-you-hidden {
    display: none;
}


@media (max-width: 1300px) {
    .bottom-copyright {
        display: none !important;
    }

    .top-menu .menu-links a {
        font-size: 1.3rem;
    }

    .we-call-you-hidden {
        display: initial !important;
    }
}


@media (max-height: 700px) {


    .news-items .item img {
        height: 100px;
    }
}


@media(max-width:1024px) {
    html, body {
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }

    body::-webkit-scrollbar {
        width: 1em;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    body::-webkit-scrollbar-thumb {
        background-color: #1a1751;
        outline: 1px solid #131221;
        -webkit-box-shadow: 0 0 5px 5px rgba(56,100,121,0.5);
        box-shadow: 0 0 5px 5px rgba(56,100,121,0.5);
    }

   
    .full-container {
        min-height: 600px;
    }

    .top-menu .logo {
        width: auto;
        padding-left: 0;
        position: absolute;
        left: 50%;
        
    }
    .top-menu .logo > div:first-child {
          position: relative;
        left: -50%;
    }

    .top-menu ul.menu span {
        display: none !important;
    }

     .content-body-wrapper {
         margin-top: 0;
    }

     .top-search {
         display: none;
     }

     .top-menu .menu-links {
         margin-top: 35px;
     }

    .mobile-menu {
          display: block !important;
          padding: 1em;
          text-align: center;
          background-color: #FFF;
    }

    .mobile-menu a.header {
        font-size: 2em;
        color: #333;
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
    }
    .mobile-menu ul li {
        padding-top: 0.3em;
    }
    .mobile-menu ul li a {
        color: #333;
    }

    .menu-links a {
        display: none;
    }

    .slider-controls {
        left: 50%;
    }

    .slider-container {
        height: 270px;
    }

    .slider-container-mobile-reset {
        content: ' ';
        position: relative;
        height: 270px;
        display: block !important;
    }

    .slider-container img {
        max-width: 120%;
        height: auto;
    }

    .bottom-wrapper {
        display: none;
    }

    .bottom-wrapper-mobile {
        display: block !important;
    }

    .bottom-wrapper-mobile {
        max-width: 100%;
        height: auto;
    }

    footer {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .main-page-box-wrapper {
      position:relative;
      width:100%;
      right:0;
    }

    .news-items-wrapper {
       
        width:100%;
    }
}

/* About us */

.our-vision-image {
    min-height: 300px;
    background: url(/images/our-vision.png) no-repeat bottom right;
    width: 100%;
}

.our-mission-image {
    min-height: 300px;
    background: url(/images/our-mission.png) no-repeat bottom center;
    width: 100%;
}

.quality-standarts-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.quality-standarts-list li:before {
    content: '-';
    font-weight: bold;
}


/*Contact*/

#map-canvas {
    margin-bottom: 1em;
}

/* Projects*/

.project-plan {
      float: left;
  margin-right: 10px;
  padding: 1em;
  border: 4px solid #DDD;
  border-radius: 1em;
    transition: all 0.2s ease;
    background-color: white;
    cursor: pointer;
}

.project-plan:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.project .header {
    font-size: 2em;
    text-align: center;
    font-weight: 800;
    font-family: 'Cabin', sans-serif;
    background: #f7f7f7;
}

.project-action-link{
    color: rgb(51, 114, 176);
    margin-right: 10px;
}

.project-item {
    display: inline-block;
    padding: 1em;
    border: 2px solid #DDD;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    z-index: 1;
    color: #333;
    transition: all 0.5s ease;
    background: #ffffff;
    margin-bottom:1em;
}

    .project-item h1 {
        font-family: 'Cabin', sans-serif;
        margin: 0;
        margin-bottom:10px;
    }

    .project-item img {
        border: 5px solid #DDD;
        float: left;
        margin-right: 2em;
        transition: border 0.5s ease;
    }

    .project-item a
    {
        color:#2a6496;
        transition: color 0.5s ease;
    }

    .project-item:hover img {
        border: 5px solid #FFF;
    }

    .project-item:hover a
    {
        color:white;
    }

    .project-item:hover {
        color: white;
        background: #1a1751;
    }


  @media(max-width:1024px) {
      .project-item img {
          width: 100%;
          margin-bottom: 1em;
      }
  }



  /* Customer Services*/

  .customer-services-image {
      height: 100px;
      line-height: 100px;
      background: url(/images/customer-services.png) top right no-repeat;
      width: 100%;
  }



  /* Group companies */

  .group-companies-list li{
      font-size: 1.4em;
      margin-bottom: 1em;
  }


  /* Newsroom */
  .newsroom-brands > div {
      text-align: center;
  }


  /* Static */
  .fancybox-thumbnail {
        width: 200px;
  height: auto;
  padding: 1em;
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
  margin-bottom: 1em;
  margin-top: 1em;
    max-height: 150px;
  margin-right: 10px;
  }


  .news-kit-item{
      display: block;
      padding: 1em;
      background-color: #f9f9f9;
      color: #333;
      border: 1px solid #D9D9D9;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.2s;
  }

  .news-kit-item:hover{
      padding: 1em;
      background-color: #1081f4;
      color: #EFEFEF;
      border: 1px solid #1081f4;
  }
