@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Archivo+Black&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext);

@font-face {
    /* http://fontello.com */
    font-family: 'social-mini-set';
    src: url('../fonts/social-mini-set.eot?4744311');
    src: url('../fonts/social-mini-set.eot?4744311#iefix') format('embedded-opentype'), url('../fonts/social-mini-set.woff?4744311') format('woff'), url('../fonts/social-mini-set.ttf?4744311') format('truetype'), url('../fonts/social-mini-set.svg?4744311#social-mini-set') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Archivo Narrow', sans-serif;
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

#header {
    background-color: #00afbb;
}

.navbar {
    background-image: url('../images/menu-back.png');
    background-repeat: repeat-x;
    max-width: 950px;/* 658px; */
    height: 71px;
    padding: 0;
    margin: 10px auto 10px auto;
    border-radius: 0;
    border: 0 solid #00afbb;
    z-index: 222;
}

.navbar, #home-jumbotron, #home-carousel, #o-nas, #team {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 3px;
    margin-top: 4px;
}

.navbar .navbar-brand img {
    width: 34px;
    height: 30px;
}
.navbar-nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #606060;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    height: 71px;
    line-height: 39px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav a:hover {
    background-color: transparent;
    background-image: url('../images/menu-hover.png');
    /*background-repeat: no-repeat;*/
    background-position-x: center;
}
.navbar-nav.navbar-right > li > a {
    padding-left: 0;
    padding-right: 0;
    color: #FFFFFF;
}
.navbar-nav.navbar-right > li > a:hover {
    color: #00acc3;
}

#content {
    background-color: #FFFFFF;
}

#home-carousel .carousel-control {
    width: 100px;
}

#home-carousel .left.carousel-control {
    width: 100px;
    background-image: url('../images/carousel-left.png');
    background-repeat: no-repeat;
    -webkit-transition: background-image 500ms ease;
    -moz-transition: background-image 500ms ease;
    -o-transition: background-image 500ms ease;
    transition: background-image 500ms ease;
    background-position: left center;
}

#home-carousel .left.carousel-control:hover {
    background-image: url('../images/carousel-left-hover.png');
}

#home-carousel .right.carousel-control {
    -webkit-transition: background-image 500ms ease;
    -moz-transition: background-image 500ms ease;
    -o-transition: background-image 500ms ease;
    transition: background-image 500ms ease;
    background-image: url('../images/carousel-right.png');
    background-repeat: no-repeat;
    background-position: right center;
}

#home-carousel .right.carousel-control:hover {
    background-image: url('../images/carousel-right-hover.png');
}

#home-jumbotron {
    height: 626px;
    background-color: #00acc3;
    color: #FFFFFF;
}
#home-jumbotron h1 {
    font-size: 59px;
    margin-top: 164px;
    padding-top: 0px;
    font-weight: 600;
}
#home-jumbotron h1 span {
    color: #ffe300;
}
#home-jumbotron p {
    font-size: 26px;
    line-height: 28px;
}
#home-jumbotron .home-jumboron-link {
    height: 48px;
    width: 220px;
    background-color: #fcda30;
    color: #000000;
    margin: 60px auto 0 auto;
    line-height: 48px;
    font-size: 24px;
}
#home-jumbotron .home-jumboron-link:hover {
    background-color: #e0c22b;
}
#home-jumbotron .home-jumboron-link img {
    float: right;
    margin-top: 5px;
}
#home-jumbotron .home-jumboron-link a {
    color: #000000;
}
#home-jumbotron .home-jumboron-link a:hover {
    text-decoration: none;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    display: none;
}

.carousel-caption {
    right: 22%;
    left: 22%;
    width: 210px;
    padding-top: 0px;
    top: 60px;
    text-shadow: none;
}

.carousel-caption h3 {
    font-size: 32px;
    font-family: 'Archivo Black', sans-serif;
    text-align: left;
}

.carousel-caption h3 span {
    color: #ffe300;
}

.carousel-caption p {
    font-size: 19px;
    text-align: left;
    line-height: 22px;
}
.content-head, .content-head-offer, .content-head-offer-details, .content-head-portfolio, .content-head-team {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.content-head h2, .content-head h3, .content-head-offer-details h2, .content-head-offer-details h3 {
    font-size: 38px;
    font-family: 'Archivo Black', sans-serif;
    text-align: left;
    color: #00acc3;
    letter-spacing: -1px;
}
.content-head h2 {
    margin-bottom: 0;
}

.content-head h2 span, .content-head h3 span {
    color: #ffe300;
}
.content-head h3 {
    font-size: 26px;
    margin-top: 0;
}
.content-head p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
.content-head-offer {
    overflow: hidden;
    margin-top: 30px;
}
.content-head-offer div {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-right: 1px solid #bdda75;
    height: 210px;
    text-align: center;
    padding-top: 25px;
    margin-top: 1px;
}
.content-head-offer div:nth-child(3n+1) {
    background-color: #ffe300;
}
.content-head-offer div:nth-child(3n+2) {
    background-color: #f3db16;
}
.content-head-offer div:nth-child(3n+0) {
    background-color: #ebd207;
    border-right: 0px solid #bdda75;
}
.content-head-offer div:hover {
    border-bottom: 5px solid #00acc3;
    background-image: url('../images/offer-home-hover-triangle.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.content-head-offer a {
    text-decoration: none;
    color: #000000;
}
.content-head-offer h4 {
    font-size: 21px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
}
.content-head-offer p {
    font-size: 12px;
    font-weight: 500;
}
.content-head-offer-details {
  margin-bottom: 35px;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
  max-width: 930px;
}
.content-head-offer-details h3 {
  padding-top: 10px;
  font-size: 21px;
}
.content-head-offer-details p.lead {
  font-size: 17px;
}
.content-head-offer-details p {
  font-size: 14px;
  font-weight: 400;
}
.content-head-offer-details img {
  display: block;
  margin: 15px 0 15px 0;
  width: 100%;
  max-width: 630px;
  height: auto;
}
.content-head-portfolio {
    background-image: url('../images/portfolio-home-back.png');
    background-repeat: no-repeat;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-top: 16px;
    padding-left: 16px;
    overflow: hidden;
    height: 242px;
    width: 630px;
}
.content-head-portfolio div {
    background-color: #363636;
    height: 105px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    font-weight: 700;
}
.content-head-portfolio div.lighter {
    background-color: #434343;
}
.content-head-portfolio div:first-child {
    background-color: transparent;
    font-size: 25px;
    line-height: 21px;
    padding-top: 28px;
    letter-spacing: -1px;
}
.content-head-portfolio div:last-child {
    border: 9px solid #ffe300;
    background-color: transparent;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    text-transform: uppercase;
    line-height: 86px;
}
.content-head-portfolio div a {
    color: #000000;
}
.content-head-portfolio div:last-child:hover {
    background-image: url('../images/carousel-right-hover.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 19px 19px;
}
.content-head-portfolio .portfolio-thumb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 10px;
}
.content-head-team {
    margin-top: 40px;
    width: 630px;
}
.content-head-team .mate-wrap {
    position: relative;
}
.content-head-team img {
    position: absolute;
}
.content-head-team .mate {
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin-top: 160px;
    margin-bottom: 12px;
    background-image: url('../images/team-home-mate-back.png');
    background-repeat: no-repeat;
    height: 82px;
}
.content-head-team .mate h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.content-head-team .mate h4 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
}
.content-head-team img {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
.content-head-team .icon-phone, .content-head-team .icon-airmail {
    background-image: url('../images/icon-phone.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-left: 30px;
    font-weight: 600;
}
.content-head-team .icon-airmail {
    background-image: url('../images/icon-airmail.png');
}
.content-head-team .icon-phone a, .content-head-team .icon-airmail a {
    color: #000000;
}
.content-head-newsletter, .content-head-contact {
    background-color: #00acc3;
    margin: 40px 0 20px 0;
}
.content-head-newsletter > div, .content-head-contact > div {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 20px 0;
}
.content-head-newsletter > div {
    width: 630px;
}
.content-head-newsletter h3, .content-head-contact h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 26px;
    color: #FFFFFF;
}
.content-head-newsletter p, .content-head-contact p {
    font-size: 14px;
    font-weight: 500;
}
.content-head-newsletter .form-control, .content-head-newsletter .btn-default {
    border-radius: 0;
    border: 0 solid #00acc3;
    height: 24px;
    padding-top: 3px;
}
.content-head-newsletter .form-control {
    background-color: #ffe300;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}
.content-head-newsletter .btn-default {
    width: 90px;
    background-color: #2e2e2e;
    color: #ffe300;
    font-size: 12px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    background-image: url('../images/form-right-hover.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 19px 19px;
}
.content-head-contact {
    margin-top: 0px;
    margin-bottom: 0;
    background-color: #ffe300;
}
.content-head-contact h3 {
    color: #373737;
    margin-top: 0px;
}
.content-head-contact .icon-phone, .content-head-contact .icon-airmail,
.content-head-contact .icon-location, .content-head-contact .icon-cloud {
    background-image: url('../images/icon-phone.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-left: 0px;
    margin-top: 8px;
    font-weight: 600;
    min-height: 16px;
    font-size: 14px;
}
.content-head-contact .icon-airmail {
    background-image: url('../images/icon-airmail.png');
}
.content-head-contact .icon-location {
    background-image: url('../images/icon-location.png');
}
.content-head-contact .icon-cloud {
    background-image: url('../images/icon-cloud.png');
}
.content-head-contact .icon-airmail a {
    color: #000000;
    text-decoration: underline;
}
.content-head-contact .form-group {
  margin-bottom: 5px;
}
.content-head-contact .form-control {
  width: 95%;
  max-width: 470px;
  height: 28px;
  background-color: #fcf19b;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.content-head-contact textarea.form-control {
  height: 120px;
}
.content-head-contact .btn-default {
  background-color: #2e2e2e;
  color: #ffe300;
  font-size: 12px;
  width: 90px;
  height: 28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 600;
  text-align: left;
  padding-left: 20px;
  background-image: url('../images/form-right-hover.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 19px 19px;
}
.content-head-contact .input-group-btn {
  display: initial;
  margin-left: 200px;
}
.content-head-contact .form-control, .content-head-contact .btn-default {
  border: 0 solid #000000;
}
.content-head-footer {
    background-color: #00acc3;
    margin: 0 0 0 0;
    overflow: hidden;
}
.content-head-footer > div {
    width: 630px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size: 12px;
}
.content-head-map {
    background-color: #00FFFF;
    margin: 0 0 0 0;
    overflow: hidden;
    position: relative;
}
.content-head-map > div {
    height: 400px;
    background-color: #00acc3;
}
.content-head-map .home-map-shadow, .content-head-map .home-map-arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 130px;
    background-color: transparent;
}
.content-head-map .home-map-arrow {
    z-index: 11;
    height: 14px;
}
.content-head-map .home-map-shadow img {
    width: 100%;
    height: 130px;
    display: block;
}
.content-head-map .home-map-arrow img {
    width: 101px;
    height: 14px;
    margin: 0 auto;
    display: block;
}



.demo-icon {
    font-family: "social-mini-set";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;

    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 80px;
  height: 42px;
  width: 42px;
  z-index: 999;
  line-height: 3em;
  background: #00acc3 url("../images/scroll-top.png") center center no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}

#light-gallery {
  list-style: none outside none;
  padding-left: 0;
  overflow: hidden;
}
#light-gallery.gallery li {
  display: block;
  float: left;
  height: 200px;
  margin-bottom: 6px;
  margin-right: 6px;
  width: 200px;
}
#light-gallery.gallery li a {
  height: 200px;
  width: 200px;
}
#light-gallery.gallery li a img {
  max-width: 200px;
} 
#lg-slider .custom-html p {
  white-space: initial;
  padding-left: 10px;
  padding-right: 10px;
}