/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-06-30, 13:49:34
    Author     : KN
*/
@font-face {
  font-family: novecento;
  src: url(../fonts/Synthview-Novecentowide-DemiBold.otf); }

@font-face {
  font-family: novecentoLight;
  src: url(../fonts/Synthview-Novecentowide-Light.otf); }

.facebook {
  background-color: #3b5998; }

.twitter {
  background-color: #55acee; }

.animate {
  visibility: hidden; }

h1 {
  text-transform: uppercase;
  font-family: 'novecento';
  font-size: 70px;
  color: #fff; }

h2 {
  text-transform: uppercase;
  font-family: 'novecento';
  font-size: 36px;
  text-shadow: 0px 6px 3px rgba(0, 0, 0, 0.95);
  color: #fff;
  margin-bottom: 75px; }

h3 {
  font-family: 'Georgia';
  font-size: 22px;
  color: #fff;
  font-style: italic; }

h4 {
  text-transform: uppercase;
  font-family: 'novecento';
  font-size: 33px;
  color: #00c8ff; }
  h4 span {
    font-size: 72px; }

h5 {
  text-transform: uppercase;
  font-family: 'novecento';
  font-size: 18px;
  color: #00acee;
  margin-bottom: 34px; }

p {
  font-family: 'Georgia';
  font-size: 18px;
  color: #fff;
  font-style: italic; }

section {
  padding: 100px 0;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5); }

a {
  outline: none !important; }
  a:hover {
    text-decoration: none; }

/*--
      }
==================================
        THE HEADER
==================================
--*/
#home {
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  position: relative;
  z-index: 5;
  /* carousel */ }
  #home #header-background {
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 120px;
    display: inline-block; }
    #home #header-background .small {
      position: fixed; }
    #home #header-background.small-menu {
      background: black !important;
      border-bottom: 1px solid #00c8ff;
      position: fixed !important;
      width: 100%;
      z-index: 999; }
      #home #header-background.small-menu #navigationMobileBtn {
        margin-top: 10px;
        margin-bottom: 5px; }
        #home #header-background.small-menu #navigationMobileBtn i {
          color: #fff;
          font-size: 22px; }
      #home #header-background.small-menu #navigationMobile {
        top: 38px; }
    #home #header-background .logoSmall {
      display: none;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -23px; }
    #home #header-background.fixed {
      background: #000; }
  #home .sticky-wrapper div {
    display: none; }
  #home .sticky-wrapper.is-sticky div {
    display: block !important; }
  #home #navigation {
    padding: 0;
    margin: 0; }
    #home #navigation li {
      display: inline-block; }
      #home #navigation li a {
        color: #fff;
        display: inline-block;
        font-family: 'novecento',sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 82px;
        padding: 0 15px;
        text-transform: uppercase;
        text-align: center;
        outline: none;
        text-decoration: none; }
        #home #navigation li a .twitter, #home #navigation li a .facebook {
          border-radius: 50%;
          width: 25px;
          line-height: 25px;
          display: inline-block;
          font-size: 16px; }
        #home #navigation li a.external {
          padding: 3px; }
        #home #navigation li a:hover {
          text-decoration: underline; }
      #home #navigation li.current a {
        color: #00c8ff !important;
        text-decoration: none; }
  #home #navigationMobileBtn {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    margin-top: 15px;
    display: none;
    cursor: pointer; }
  #home #navigationMobile {
    position: absolute;
    left: 0;
    top: 67px;
    right: 0;
    padding: 20px;
    background: #eee;
    display: none;
    z-index: 999; }
    #home #navigationMobile li {
      display: block;
      width: 100%; }
      #home #navigationMobile li a {
        display: block;
        width: 100%;
        line-height: 40px;
        color: #2d2d2d; }
        #home #navigationMobile li a .twitter, #home #navigationMobile li a .facebook {
          border-radius: 50%;
          width: 25px;
          line-height: 25px;
          display: inline-block;
          font-size: 16px; }
      #home #navigationMobile li.current a {
        color: #00c8ff; }
  #home .is-sticky #navigation, #home .is-sticky #navigation2 {
    margin: 10px 0; }
  #home .carousel {
    height: 100%; }
    #home .carousel .glyphicon-chevron-left:before {
      display: none; }
    #home .carousel .carousel-control {
      background: none; }
    #home .carousel .carousel-caption {
      margin-top: -65px;
      top: 50%; }
      #home .carousel .carousel-caption p {
        font-family: 'Georgia';
        font-size: 18px;
        font-style: italic;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-left: none;
        border-right: none;
        padding: 10px 15px;
        display: inline-block; }
    #home .carousel .carousel-indicators {
      bottom: 0; }
      #home .carousel .carousel-indicators li {
        background: rgba(255, 255, 255, 0.33);
        border-color: rgba(255, 255, 255, 0.33);
        height: 12px;
        width: 12px;
        margin: 4px; }
        #home .carousel .carousel-indicators li.active, #home .carousel .carousel-indicators li:hover {
          border-color: #fff;
          margin: 4px; }
    #home .carousel .carousel-inner .item {
      height: 630px; }
      #home .carousel .carousel-inner .item.item1 {
        background: url(../images/bg2.jpg) center;
        background-size: cover; }
      #home .carousel .carousel-inner .item.item2 {
        background: url(../images/bg3.jpg) center;
        background-size: cover; } 
      #home .carousel .carousel-inner .item.item3 {
        background: url(../images/bg4.jpg) center;
        background-size: cover; }
     /* #home .carousel .carousel-inner .item.item4 {
        background: url(../images/bg4.jpg) center;
        background-size: cover; } */
    #home .carousel.carousel-fade .carousel-inner .item {
      opacity: 0.9;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -ms-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity; }
    #home .carousel.carousel-fade .carousel-inner .active {
      opacity: 1; }
    #home .carousel.carousel-fade .carousel-inner .active.left,
    #home .carousel.carousel-fade .carousel-inner .active.right {
      left: 0;
      opacity: 0;
      z-index: 1; }
    #home .carousel.carousel-fade .carousel-inner .next.left,
    #home .carousel.carousel-fade .carousel-inner .prev.right {
      opacity: 1; }
    #home .carousel.carousel-fade .carousel-control {
      z-index: 2;
      opacity: 0.7; }
      #home .carousel.carousel-fade .carousel-control:hover {
        opacity: 1; }
      #home .carousel.carousel-fade .carousel-control .glyphicon-chevron-right:before {
        display: none; }
      #home .carousel.carousel-fade .carousel-control .glyphicon-chevron-left {
        background: url("../images/arrow_left.png");
        height: 34px;
        width: 22px; }
      #home .carousel.carousel-fade .carousel-control .glyphicon-chevron-right {
        background: url("../images/arrow_right.png");
        display: block;
        height: 34px;
        width: 22px; }

/*--
      }
==================================
        THE ABOUT US
==================================
--*/
#about-us {
  background: url(../images/texture_1.jpg) center center;
  background-size: cover;
  position: relative;
  z-index: 4; }
  #about-us h3 {
    margin-top: 0; }
  #about-us .short img {
    border-radius: 50%;
    box-shadow: 0 3px 29px rgba(0, 0, 0, 0.75); }
  #about-us .short .shadow {
    padding: 20px;
    display: inline-block;
    position: relative; }
    #about-us .short .shadow:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #about-us .short .shadow.shadow1:before {
      background: url(../images/shadow1.png) -5px -5px no-repeat; }
    #about-us .short .shadow.shadow1:hover:before {
      background: url(../images/shadow1h.png) -5px -5px no-repeat; }
    #about-us .short .shadow.shadow2:before {
      background: url(../images/shadow1.png) -5px -5px no-repeat;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    #about-us .short .shadow.shadow2:hover:before {
      background: url(../images/shadow1h.png) -5px -5px no-repeat; }
    #about-us .short .shadow.shadow3:before {
      background: url(../images/shadow1.png) -5px -5px no-repeat;
      -webkit-transform: rotate(-200deg);
      -moz-transform: rotate(-200deg);
      -ms-transform: rotate(-200deg);
      -o-transform: rotate(-200deg);
      transform: rotate(-200deg); }
    #about-us .short .shadow.shadow3:hover:before {
      background: url(../images/shadow1h.png) -5px -5px no-repeat; }
    #about-us .short .shadow.shadow4:before {
      background: url(../images/shadow1.png) -5px -5px no-repeat;
      -webkit-transform: rotate(-280deg);
      -moz-transform: rotate(-280deg);
      -ms-transform: rotate(-280deg);
      -o-transform: rotate(-280deg);
      transform: rotate(-280deg); }
    #about-us .short .shadow.shadow4:hover:before {
      background: url(../images/shadow1h.png) -5px -5px no-repeat; }

#about {
  background: url(../images/pattern.png) repeat;
  position: relative;
  z-index: 3; }
  #about h1 {
    margin-bottom: 75px; }

/*--
      }
==================================
        THE SERVICES
==================================
--*/
#services {
  background: url(../images/texture_2.jpg) center center;
  background-size: 100%;
  z-index: 2;
  position: relative; }
  #services h1 {
    margin-bottom: 170px; }
  #services p {
    font-size: 15px; }
  #services img {
    border-radius: 50%;
    box-shadow: 0 3px 29px rgba(0, 0, 0, 0.75); }
  #services .serv {
    margin-bottom: 140px; }
  #services .shadowBig {
    background: url(../images/shadowBig.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    padding: 15px; }
    #services .shadowBig img {
      width: 100%;
      height: auto; }

/*--
      }
==================================
        THE WORK MAP
==================================
--*/
#workMap {
  background: url(../images/pattern.png);
  z-index: 1;
  position: relative; }
  #workMap img {
    width: 100%; }
  #workMap h1 {
    margin-bottom: 75px; }

/*--
      }
==================================
        THE CONTACT
==================================
--*/
#contact {
  background: #282b34; }
  #contact h1 {
    margin-bottom: 75px; }
  #contact a {
    color: #fff;
    text-decoration: underline; }
    #contact a:hover {
      color: #00c8ff; }
  #contact #contactForm {
    margin-bottom: 55px; }
    #contact #contactForm .form-group {
      margin-bottom: 20px; }
    #contact #contactForm input, #contact #contactForm textarea {
      background: #cccccc;
      color: #282b34;
      font-family: 'Georgia', sans-serif;
      font-style: italic; }
    #contact #contactForm .error input, #contact #contactForm .error textarea {
      border: 3px solid red; }
    #contact #contactForm input {
      line-height: 48px;
      height: 48px; }
      #contact #contactForm input#send, #contact #contactForm input#reset {
        background: #00acee;
        color: #fff;
        font-size: 18px;
        font-family: 'novecento', sans-serif;
        font-style: normal;
        width: 182px;
        height: 60px;
        border: none;
        display: inline-block;
        margin-top: 60px;
        padding: 0;
        line-height: 44px; }
      #contact #contactForm input#reset {
        background: transparent;
        border: 3px solid #fff;
        margin-left: 30px; }
    #contact #contactForm label.error {
      display: none !important; }
  #contact .contactInfo {
    padding-left: 80px; }
    #contact .contactInfo p {
      font-size: 17px; }
    #contact .contactInfo .bigPadding {
      padding-left: 70px; }
    #contact .contactInfo .bigMarginTop {
      margin-top: 50px; }

/*--
      }
==================================
        THE FOOTER
==================================
--*/
footer {
  background: #282b34; }
  footer p {
    padding: 50px 0;
    padding-bottom: 30px;
    border-top: 1px solid #6a6c75;
    font-family: 'novecentoLigtht', sans-serif;
    color: #6a6c75;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase; }
    footer p .by {
      margin-left: 100px; }
      footer p .by img {
        margin-left: 10px; }

/*--
      }
==================================
        THE MEDIA SCREEN
==================================
--*/
@media screen and (min-width: 1600px) {
  services p {
    font-size: 18px; } }
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 50px !important; }

  #about-us {
    padding: 40px 0; }
    #about-us h2 {
      margin-bottom: 40px;
      font-size: 30px; }

  #services h1 {
    margin-bottom: 70px; }

  .logo-icons {
    width: 100%; }

  col-md-2, .col-md-3, .col-md-4, .col-md-8 {
    margin-bottom: 25px; }

  #navigation, .logo {
    display: none; }

  .logoSmall {
    display: inline-block !important; }

  #header-background {
    line-height: 0 !important; }

  #navigationMobileBtn {
    display: inline-block !important; }
    #navigationMobileBtn i {
      color: #fff; }

  .navWrap {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 12px 15px; }

  .contactInfo {
    padding-left: 15px !important; }
    .contactInfo .bigPadding {
      padding: 15px !important; }

  .serv {
    text-align: center !important; }
    .serv .mobile-center {
      text-align: center !important;
      display: inline-block; }
    .serv h4 {
      text-align: left !important; }
    .serv .shadowBig {
      margin-top: 25px;
      width: 70%;
      display: inline-block; }
    .serv p {
      text-align: left !important;
      display: inline-block; }
    .serv .pull-left, .serv .pull-right {
      float: none !important; } }
@media screen and (max-width: 760px) {
  h4 {
    font-size: 30px; }
    h4 span {
      font-size: 40px; }

  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 200%; }

  .bigPadding {
    padding-left: 15px !important; }

  #services .pull-left, #services .pull-right {
    float: none !important; }

  #send, #reset {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 25px !important; }

  #about-us {
    background: url(../images/texture_1a.jpg) center center;
    background-size: cover; } }
@media screen and (max-width: 640px) {
  .carousel-inner .item {
    height: auto !important;
    min-height: 280px; } }
@media screen and (max-width: 500px) {
  h1 {
    font-size: 40px !important; }

  .nav li a {
    padding: 5px; }

  #navigation li a, #navigation2 li a {
    font-size: 14px; }

  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 250%; }

  .carousel-caption h1 {
    font-size: 28px !important; }
  .carousel-caption p {
    font-size: 14px !important; }

  /*
  #navigationMobileBtn {
      margin-bottom: 7px !important;
      margin-top: 10px !important;
      i {
          font-size: 22px;
      }
  }
  
  #navigationMobile {
      top: 39px !important;
  }
  */ }
.hidd {
  opacity: 0; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #282b34 !important;
  opacity: 1 !important; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #282b34 !important;
  opacity: 1 !important; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #282b34 !important;
  opacity: 1 !important; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #282b34 !important; }
