html,
body 
{
    height: 100%;
    background-color: #fff;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('webfont/Gotham-Bold.eot?#iefix') format('embedded-opentype'),  url('webfont/Gotham-Bold.woff') format('woff'), url('webfont/Gotham-Bold.ttf')  format('truetype'), url('webfont/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

#mainCarousel 
{
    height: 80%;
}

.item,
.active {
    height: 99%;
}

#mainCarousel .item:nth-of-type(1)
{
    background-image: url("../img/p1.1.jpg");
} 

#mainCarousel .item:nth-of-type(2)
{
    background-image: url("../img/p1.2.jpg");
} 

#mainCarousel .item:nth-of-type(3)
{
    background-image: url("../img/p1.3.jpg");
} 
#mainCarousel .item:nth-of-type(4)
{
    background-image: url("../img/p1.5.jpg");
} 
#mainCarousel .item:nth-of-type(5)
{
    background-image: url("../img/p1.4.jpg");
} 


.item
{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-inner {
    height: 100%;
}

.flex 
{
    display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
   display: -moz-box;      /* OLD: Firefox (buggy) */ 
   display: -ms-flexbox;   /* MID: IE 10 */
   display: -webkit-flex;  /* NEW, Chrome 21+ */
   display: flex;          /* NEW: Opera 12.1, Firefox 22+ */
   -webkit-box-align: center; -moz-box-align: center; /* OLD… */
   -ms-flex-align: center; /* You know the drill now… */
   -webkit-align-items: center;
   align-items: center;
}

.carousel-caption
{
    width: 100%;
    height: 99%;
    left: 0;
}

.carousel-caption > div 
{
    margin-left: auto;
    margin-right: auto;
}

.carousel-caption h1
{
    font-size: 100px;
    font-family: 'Oswald', 'Open Sans', Arial, sans-serif;
    letter-spacing: -1px;
}

.blurry-text 
{
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.carousel-caption p
{
    font-size: 21px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    width: auto;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

@media(max-width: 700px)
{
    .carousel-caption h1
    {
        font-size: 40px;
    }


    .carousel-caption p
    {
        font-size: 17px;
    }
}

.navbar-transparent .container 
{
    height: 70px;
    margin-top: 12px;
}

.navbar-transparent #mainLogo
{
    width: 300px;
}

.navbar-nav > li > a
{
    font-family: "Gotham-Bold", "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    color: #fff;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.navbar.withback li > a 
{
    color: #fff;
}


.navbar-nav.white  > li > a
{
    color: #fff;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a.active, .navbar-nav > li > a:focus
{
    background: none;
    color: #4192c7;
}

.navbar-toggle
{
    border: 1px solid #2c86bb;
    margin-top: 40px;
}

.navbar-transparent
{
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}

.navbar-transparent.withback
{
    background-image: url("../img/menu_grad_3.png");
    background-repeat: repeat-x; 
    height: 160px;
}

.navbar-transparent .navbar-toggle .icon-bar 
{
    background-color: #2c86bb;
}


.navbar ul 
{
    list-style-type: none;
    padding: 0;
    float: right;
    margin-top: 35px;
}

.navbar ul li 
{
    font-weight: 300;
    padding-right: 30px;
    display: inline;
}

.navbar ul li a 
{
    font-size: 12px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Helvetica", sans-serif;

    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

.navbar ul li a:hover
{
    color: #999;
    text-decoration: none;
}

#imglogo.small
{
    width: 250px;
}

#menu 
{
    float: right;
    margin-top: 25px;
}

#menu img 
{
    width: 40px;
}

@media(max-width: 1200px)
{
    #imglogo.big
    {
        width: 320px;
    }

    #imglogo.small
    {

    }

    .carousel-caption
    {
      /*  top: 25%;*/
    }
}

@media(max-width: 1250px)
{
    .carousel-caption p
    {
        font-size: 20px;
    }
}

/* Collapsed menu */
@media(max-width: 993px)
{
    #imglogo.big
    {
        width: 250px;
    }

    #menu img 
    {
        width: 40px;
    }
}


@media (max-width:767px) 
{ 
    .navbar-nav > li > a
    {
        background-color: rgba(61,145,197,0.7);
        color: #fff;
    }    

    .navbar-nav > li > a.active
    {
        background-color: rgba(61,145,197,1);
        color: #fff;
    }
    
    .navbar-nav > li > a:hover
    {
        background-color: #75b8d9;
        color: #fff;
    }
}

@media (max-width:500px) 
{ 

}

.sectionnav
{
    position: absolute;
    bottom: 10px;
    z-index: 15;
    padding-right: 20px;
    text-align: center;
    list-style: none;    
    width: 100%;
}

.sectionnav.white p
{
    color: #fff;
}

.sectionnav p a
{
    text-transform: uppercase;
    margin-right: 15px;
    font-family: "Arial Narrow", "Arial", sans-serif;
    font-size: 13px;
    
}

.sectionnav.white p a
{
    color: #fff;
}

.sectionnav p a:hover
{
    color: #fe5e00;
    text-decoration: none;
}

#sectionnav p a:active, #sectionnav p a:visited
{
    text-decoration: none;
}

.row.parsection
{
    height: auto;
    width: 100%;
    font-family: 'Helvetica', sans-serif;
    padding: 90px 0 0px 0;
    margin: 0;   
    background-color: #fff;
    color: #000;
}

.row.parsection p 
{
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.row.parsection a, #ourstory a
{
    font-size: 12px;
    color: #000;
    font-weight: 700;
}

.row.parsection a:hover, #ourstory a:hover 
{
    color: #999;
    text-decoration: none;
}

.row.parsection a.white, #ourstory a.white
{
    color: #fff;
}

.row.parsection a.white:hover, #ourstory a.white:hover
{
    color: #999;
}

a.croatialink 
{
    display: inline-block;
    height: 150px;
    width: 100%;
    background-position: center;
    background-image: url("../img/usacro.png");
    background-repeat: no-repeat;
    line-height: 150px;
    margin: 20px 0px 20px 0px;
    text-align: center;
}

.parsection h1
{
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 55px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 0px;
}


.parsection h2
{
    text-transform: none;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 300;
}

.parsection > .container h1
{
    letter-spacing: normal;
    text-transform: none;
    font-size: 25px;
    color: #fff;
    padding-bottom: 5px;
}

.parsection .col-md-4
{
    border-radius: 10px;
}

.work 
{
    padding: 0;
    margin: 0;
}

@media (min-width: 1600px) 
{    
    .navbar .container
    {   
        width: 1360px;
    }
}

@media (min-width: 1900px) 
{    
    .navbar .container
    {   
        width: 1560px;
    }

    .row.section .container
    {   
        width: 1400px;
    }
}


.nopadding
{
    padding: 0;
    margin: 0;
}

a:hover, a:focus {
    color: #ffffff;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0px none;
}
a {
    color: #ffffff;
    text-decoration: none;
}

#goTop a 
{
    color: #999;
}

#goTop a img
{
    margin-top: -3px;
}

#goTop a#aGoTop
{
    font-size: 12px;
    padding-left: 5px;
    text-transform: uppercase;
}


.overfill 
{
    position: absolute;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.up 
{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.work > .up table 
{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    opacity: 0;
}

.work > .up table 
{
    font-family: 'Gotham-Bold', 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: 25px;
}

.work > .up table  p
{
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.blurry-text {
   color: transparent;
   text-shadow: 0 0 1px rgba(255,255,255,0.5);
}

.overfill .jwplayer
{
    z-index: 999 !important;
}

.jw-tab-focus:focus {
    outline: none !important;
}

.jwlogo 
{
    display: none !important;
}

#servicestable td 
{
    cursor: pointer;
}

.row.parsection.greybg 
{
    background-color: #272727;
}

#ppltable td 
{
    padding: 5px;
}

#people .category 
{    
    font-weight: 200;
    font-size: 15px;
    padding: 7px;    
    margin-left: -13px;
    margin-right: 26px;
    display: inline-block;
}

#people .category.active
{
     border: 1px solid #2d2d2d;
     background-color: #030303;
}

#people .category:hover, #people .category:focus, #people .category:active
{
    text-decoration: none;
}

.parallax-mirror { z-index: 0 !important;}

#footer 
{
    padding: 50px 0 50px 0;
    color: #d7d2d2;
    font-family: "Helvetica", "Arial", sans-serif;
    color: #000;
    font-size: 12px;
}

#footer ul 
{
    list-style-type: none;
    padding: 0;
}

#footer ul li 
{
    font-weight: 200;
    padding-right: 30px;
}

#footer ul li a 
{
    font-size: 12px;
    color: #808080;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "halvetica", sans-serif;

    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

#footer ul li a:hover
{
    color: #999;
    text-decoration: none;
}

#ourstory
{
    width: 100%;
    font-size: 15px;
    font-family: 'HelveticaNeue-Light', 'Open Sans', sans-serif;
    margin-top: 90px;
    padding: 120px 0 90px 0;
    color: #fff;
    line-height: 150%;

}


#ourstory h1
{
    color: #fff;
    margin-top: 215px;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 55px;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 0px;
    letter-spacing: -1px;
}


#ourstory h2
{
    text-transform: none;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 50px;
    font-weight: 300;
    opacity: 0.8;
}

#ourstory p 
{
    opacity: 0.9;
}

#moreworks 
{
    opacity: 0.8;
    font-size: 20px;
    font-weight: 300;
}


#moreworks:hover 
{
    text-decoration: none;
    opacity: 1;
}

#contactBox
{
    width: 300px;
    height: auto;
    padding: 10px;
    background-color: #fff;
    opacity: 0.80;
}

#contactBox label
{
    text-align: left;
    color: #737373;
    text-shadow: none;
    font-size: 13px;
    margin-left: 20px;
    width: 100%;    
    font-weight: normal;
}

#contactBox input 
{
    width: 85%;
    margin-left: 20px;
    border-radius: 0px;
    background-color: #f2f2f2;
    color: #737373;
    box-shadow: none;
    border: none;
}

#contactBox select 
{
    width: 85%;
    margin-left: 20px;
    border-radius: 0px;
    background-color: #f2f2f2;
    color: #737373;
    box-shadow: none;
    border: none;
}

#contactBox button 
{
    background-color: #d9d9d9;
    color: #818181;
    padding: 5px 30px 5px 30px;
    border: none;
    border-radius: 0;
    margin-top: 15px;
}

@media(max-width: 700px)
{
    #imglogo, #imglogo.big
    {
        width: 200px;
    }

    #menu
    {

    }

    #menu img 
    {
        width: 27px;
    }

    .navbar .container 
    {
        height: 40px;
    }
}

@media(min-width: 750px)
{
    #menu
    {
        display: none;
    }

    .navbar ul 
    {
        display: block;
    }
}

@media(max-width: 750px)
{
    #menu
    {
        display: block;
    }

    .navbar ul 
    {
        display: none;
    }
}

.carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;


  -webkit-transition: none;
       -o-transition: none;
          transition: none;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;

  -wekbit-transition-duration: 1.2s !important;
        o-transition-duration: 1.2s !important;
          transition-duration: 1.2s !important;
}
.carousel-inner > .item:first-of-type {
  position: relative;
}
.carousel-inner > .active {
  opacity: 1;
  z-index: 3;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  -webkit-transition: opacity 1.2s ease-in-out !important;
       -o-transition: opacity 1.2s ease-in-out !important;
          transition: opacity 1.2s ease-in-out !important;
  opacity: 1;
  left: 0;
  z-index: 2;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1;
}
.carousel-control {
  z-index: 4;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -wekbit-transition-duration: 1.2s !important;
        o-transition-duration: 1.2s !important;
          transition-duration: 1.2s !important;
  }
}
/*
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}


.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
*/
@media(min-width: 993px)
{
    #allLogos   
    {
        margin-left: auto;
        margin-right: auto;
        width: 850px;
    }
}

@media(max-width: 1203px)
{
    .onlyLarge
    {
        display: none;
    }
}

@media(max-width: 767px)
{
    #copyrightFoot
    {
        padding-top: 15px;
    }

    #footerMenu
    {
        display: none;
    }
}