@import url('bootstrap.min.css');

@import url('../fonts/font-awesome/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,400i,500,700|Roboto:300,300i,400,400i,500,900');

@import url('owl.carousel.css');

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

body[data-scroll-reveal="true"] section:not(:first-child) {
  visibility: hidden;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
}

p {
  font-size: 14px;
  line-height: 20px;
  color: #4F4F4F;
}

.inside-text {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 992px), (max-width: 767px) {
  body {
    padding-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 75px;
  }
}

a,
button {
  color: inherit;
  outline: none;
  transition: all 0.5s ease;
}

a:hover,
a:focus,
button:hover,
button:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}

.square {
  border-radius: 0px;
}

.display-none {
  display: none;
}

#main-menu .dropdown:hover .dropdown-toggle {
  color: #77C7C7;
  background-color: transparent;
  transition: all 0.5s ease;
}

header.navbar-default .navbar-nav > .open > a,
header.navbar-default .navbar-nav > .open > a:focus,
header.navbar-default .navbar-nav > .open > a:hover {
  color: #77C7C7;
  background-color: transparent;
}

header.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #55191E;
}

@media (min-width: 768px) {
  #main-menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.carousel-inner .item a {
  width: 100%;
  display: block;
}

#main-banner-section {
  background: #cccccc;
}

#main-banner .item-content {
  padding: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 425px;
}

#main-banner .item-content {
  color: #ffffff;
  height: 425px;
  display: table;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#main-banner .owl-stage {
  max-height: 425px;
  overflow: hidden;
}

#main-banner .item-content h1 {
  font-weight: 700;
  font-size: 34px;
  margin-top: 0px;
  margin-bottom: 20px;
}

#main-banner .item-content p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

#main-banner .owl-dots {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  bottom: 20px;
}

#main-banner .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 15px;
}

#main-banner .owl-dots .owl-dot:first-child {
  margin-left: 0px;
}

#main-banner .carousel-control span {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#main-banner .carousel-control.right span {
  margin-right: -15px;
  right: 50%;
}

#main-banner .carousel-control.left span {
  margin-left: -15px;
  left: 50%;
}

#main-banner .owl-dots .owl-dot span {
  margin: 0;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
}

#main-banner .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
}

footer {
  background: #00A0A3;
  min-height: 270px;
  padding: 30px 0px;
  padding-bottom: 40px;
}

footer .navbar-brand {
  padding-left: 0px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 25px;
}

footer address {
  margin-bottom: 0px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}

footer address strong {
  font-weight: 500;
  line-height: 24px;
}

footer small {
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }

  footer .navbar-brand {
    float: none !important;
  }

  footer .navbar-brand img {
    margin: auto;
  }

  footer .social.pull-right {
    float: none !important;
  }

  footer .social.pull-right {
    padding-left: 0px;
    margin-top: 20px;
  }

  footer small.pull-right {
    float: none !important;
  }
}

.social li {
  display: inline-block;
  margin-right: 10px;
}

.social a,
.social a:focus {
  opacity: 1;
}

.social a:hover {
  opacity: 0.8;
}

.social li:last-child {
  margin-right: 0px;
}

ul.list {
  padding: 0px
}

ul.list li {
  list-style-type: none;
  margin-bottom: 5px;
}

.pagination a.current {
  font-weight: 600;
}

.parallax {
  overflow: hidden;
}

.parallax .background-image-holder {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

.parallax > .background-image-holder,
.parallax .slides li > .background-image-holder {
  min-height: 100vh;
  top: -50vh;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}

.parallax:first-child .background-image-holder,
.parallax:first-child .slides li > .background-image-holder {
  top: 0;
}

.main-container > a:first-child + .parallax .background-image-holder {
  top: 0;
}

@media all and (max-width: 1024px) {
  .parallax > .background-image-holder,
  .parallax .slides li > .background-image-holder {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    height: 100%;
  }
}

.parallax {
  will-change: contents;
}
/* __________________________________ DEFAULT __________________________________ */

header.navbar-default {
  background: #00A0A3;
  min-height: 75px;
  border: 0px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

header.navbar-default .navbar-brand {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

header.navbar-default .navbar-toggle,
header.navbar-default .navbar-toggle:focus {
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 25px;
  background: transparent;
  border-radius: 0px;
}

header.navbar-default .navbar-toggle:hover {
  background: transparent;
}

header.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  transition: all 0.5s ease;
}

header.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #55191E;
  transition: all 0.5s ease;
}

header.navbar-default .navbar-nav > li > a,
header.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0px;
  margin: 0px 15px;
}

header.navbar-default .navbar-nav > li > a:hover,
header.navbar-default .navbar-nav > .active > a:hover {
  color: #77C7C7;
  background: transparent;
}

header.navbar-default .navbar-nav li:last-child > a {
  margin-right: 0px;
}

header.navbar-default .navbar-nav > .active > a,
header.navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background: transparent;
}

header.navbar-default .navbar-nav .open .dropdown-menu > li > a,
header.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #4F4F4F;
}

header.navbar-default .dropdown-menu {
  border: 0px;
  border-radius: 0px;
  background: #ffffff;
}

header.navbar-default .dropdown-menu > li > a,
header.navbar-default .dropdown-menu > li > a:focus {
  color: #4F4F4F;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

header.navbar-default .dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #00A0A3;
}

header.navbar-default .navbar-nav {
  margin-top: 13px;
}

header.navbar-default .navbar-form,
header.navbar-default .navbar-collapse {
  border: 0px;
  box-shadow: none;
}

@media (max-width: 767px) {
  header.navbar-default .navbar-nav .open .dropdown-menu > li > a,
  header.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  header.navbar-default li .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: block;

    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);

    transition: transform 0.3s ease 0s;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;

    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
  }

  header.navbar-default > li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;

    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }

  header.navbar-default li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;

    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }

  header.navbar-default .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
    margin-right: 25px;

    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
  }
}

#box-call-2-action {
  background: #FAF4EE;
  padding-top: 70px;
  padding-bottom: 40px;
}

#box-call-2-action .call-2-action-item {
  min-height: 300px;
  background: #00A0A3;
  color: #ffffff;
  text-align: center;
  display: table;
  margin-bottom: 30px;
  padding: 0px 60px;
}

#box-call-2-action .call-2-action-item h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0px;
  display: inline-block;
  border-bottom: 2.5px solid #ffffff;
}

h1.border-green {
  margin-top: 0px;
  display: inline-block;
  border-bottom: 2.5px solid #00A0A3;
}

h2.border-green {
  margin-top: 0px;
  display: inline-block;
  border-bottom: 2px solid #00A0A3;
}

#box-call-2-action .call-2-action-item p {
  color: #ffffff;
}

#box-call-2-action .call-2-action-item .button-default,
#box-call-2-action .call-2-action-item .button-default:focus {
  border: 2px solid #ffffff;
  background: transparent;
}

#box-call-2-action .call-2-action-item .button-default:hover {
  background: #ffffff;
  color: #4F4F4F;
}

.button-default,
.button-default:focus {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
  text-align: center;
  padding: 3px 35px;
  color: #ffffff;
  background: #00A0A3;
  margin-top: 45px;
  display: inline-block;
}

.button-default:hover {
  color: #4F4F4F;
  background: #77C7C7;
}

.gray-background {
  background: #F9F9F9;
}

#about .col-md-6 {
  min-height: 400px;
}

#about .gray-background .row .col-md-8 {
  min-height: 400px;
  display: table;
}

.color-gray {
  color: #4F4F4F;
}

.color-green {
  color: #00A0A3;
}

.background-image-holder {
  will-change: transform, top;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  opacity: 0;
  background: #232323;
}

.background-image-holder:not([class*='col-']) {
  width: 100%;
}

.background-image-holder.background-bottom {
  background-position: 50% 100% !important;
}

.background-image-holder.background-top {
  background-position: 50% 0% !important;
}

.background-image-holder img {
  display: none;
}

[data-overlay] *:not(.container):not(.background-image-holder) {
  z-index: 2;
}

.parallax > .background-image-holder {
  min-height: 100vh;
  top: -50vh;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}

.parallax:first-child .background-image-holder {
  top: 0;
}

.main-container > a:first-child + .parallax .background-image-holder {
  top: 0;
}

@media all and (max-width: 1024px) {
  .parallax > .background-image-holder,
  .parallax .slides li > .background-image-holder {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    height: 100%;
  }
}

.parallax .background-image-holder {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

#clients {
  padding-top: 70px;
  padding-bottom: 10px;
}

.margin-bottom-heading {
  margin-bottom: 40px;
}

.quote {
  margin-left: 20px;
  float: left;
}

.picture-depoiment {
  width: 151px !important;
  height: 151px !important;
  border: 5px solid #00A0A3;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  margin-left: -70px;
}

.depoiments h2 {
  font-size: 14px;
  margin-bottom: 10px;
}

.depoiments {
  margin-bottom: 60px;
}

.role {
  font-weight: 300;
  font-size: 13.5px;
  display: block;
}

.vertical-divider {
  background: #4F4F4F;
  width: 1px;
  opacity: 0.2;
  display: inline-block;
  position: absolute;
  height: 170px;
  right: 0px;
  top: 70px;
}

#blog,
#timeline {
  padding-top: 70px;
  padding-bottom: 30px;
}

.post {
  margin-bottom: 30px;
}

.post .image-mini {
  min-height: 215px;
  position: relative;
}

.post.internal-list-post .info,
.post.internal-list-post .background-image-holder {
  min-height: 340px;
  position: relative;
}

.post .info p {
  font-size: 14px;
  color: #4F4F4F;
  margin-top: 30px;
}

.post .info {
  background: #ffffff;
  padding: 20px 30px;
}

.post .info.gray-background {
  background: #F9F9F9;
}

.post .info h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.post .info h2 + .border-green {
  border-bottom: 3px solid #00A0A3;
  width: 100px;
  display: inline-block;
  margin-top: -8px;
  float: left
}

h1.less-margin-bottom {
  margin-bottom: 5px;
}

h1 + .border-green {
  border-bottom: 3px solid #00A0A3;
  width: 100px;
  display: inline-block;
  margin-bottom: 20px
}

.category {
  color: #4F4F4F;
  font-weight: 900;
  font-size: 13px;
}

.author {
  color: #4F4F4F;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12.5px;
}

.date {
  font-weight: 300;
  font-size: 13px;
  display: block;
  margin-top: 10px;
  color: #4F4F4F;
}

.margin-bottom-heading .date,
.margin-bottom-heading .author,
.margin-bottom-heading .category {
  font-size: 13.5px;
}

.margin-bottom-heading .category + .date {
  display: inline-block;
  margin-left: 20px;
}

#friends,
#partners {
  margin-top: 70px;
  margin-bottom: 70px;
}

.carousel-list img {
  height: 45px !important;
  width: auto !important;
  opacity: 1;
  transition: 250ms opacity;
  display: inline-block !important;
  filter: grayscale(100%);
}

.carousel-list .item {
  text-align: center !important;
}

.carousel-list .owl-prev,
.carousel-list .owl-next {
  bottom: 0;
  height: 20px;
  line-height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 8px;
  z-index: 5;
}

.carousel-list .owl-prev img,
.carousel-list .owl-next img {
  width: 8px !important;
  height: 20px !important;
}

.carousel-list .owl-prev {
  left: 0;
}

.carousel-list .owl-next {
  right: 0;
}

.carousel-list a:hover img {
  opacity: .7;
}

#map_canvas {
	width: 100%;
	z-index: 0;
	position: absolute;
  min-height: 545px;
}

#contact {
	overflow: hidden;
  min-height: 545px;
}

#content-contact {
  min-height: 375px;
  background: #ffffff;
  margin-top: 85px;
  padding: 50px 0px;
}

#content-contact address {
  font-size: 14px;
  color: #4F4F4F;
}

#content-contact address strong {
  font-weight: 500;
  line-height: 24px;
}

#content-contact .social {
  padding-left: 0px;
  margin-top: 10px;
}

form input,
form textarea,
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus {
  color: #4F4F4F;
  -webkit-appearance: none;
  border: 1px solid rgba(79, 79, 79, 0.2) !important;
  box-shadow: none !important;
}

form textarea {
  resize: none;
}

#contact h3 {
  margin: 0px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #00a0a3;
}

form .button-default,
form .button-default:hover,
form .button-default:focus {
  border: 0px;
  width: 100%;
  margin-top: 0px !important;
}

@media (max-width: 991px) {
  #contact .col-md-5 {
    text-align: center;
  }

  #contact form {
    margin-top: 30px;
  }

  #map_canvas {
    min-height: 825px;
  }

  #contact h3 {
    margin-top: 20px;
    margin-bottom: -10px;
    text-align: center;
  }
}

#filter strong {
  color: #4F4F4F;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

#filter ul {
  display: inline-block;
  margin-left: 20px;
  padding-left: 0px;
}

#filter li {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 200;
  font-size: 14px;
  color: #000000;
}

#filter li a:hover,
#filter li a:focus {
  color: #00A0A3;
}

#filter li a.active {
  color: #00A0A3;
  font-weight: 500;
}

#filter li::after {
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}

#filter ul li:last-child::after {
  content: '';
  margin-right: 0px;
}

@media (max-width: 767px) {
  #filter ul {
    display: block;
    margin-top: 10px;
  }

  #filter ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .post.internal-list-post .info,
  .post.internal-list-post .background-image-holder {
    min-height: 215px;
  }
}

.pagination a,
.pagination a:focus {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4F4F4F;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  line-height: 32px;
}

.pagination a:hover {
  opacity: 0.8;
}

.pagination a.active {
  background: #00A0A3;
  color: #ffffff;
}

.pagination a:last-child {
  margin-right: 0px;
}

.post.internal-post .background-image-holder {
  min-height: 340px;
  position: relative;
  margin-bottom: 50px;
}

.text-internal p {
  margin-bottom: 30px;
}

.text-internal h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 3px solid #00A0A3;
  color: #00A0A3;
}

.text-internal.no-border h2 {
  border: 0px;
}

.height-full {
  height: auto;
}

@media all and (min-height: 600px) and (min-width: 767px) {
  .height-full {
    min-height: 100vh;
    padding: 50px 0px;
  }
}

.internal .height-full {
  display: table;
}

@media (max-width: 991px) {
  .internal .height-full {
    height: auto !important;
    position: relative;
    padding: 50px 0px;
  }

  .internal .background-image-holder.height-full {
    min-height: 400px;
    padding: 0px;
  }
}

.background-beige {
  background: #FAF4EE;
}

#graduation {
  padding: 70px 0px;
}

#graduation .item {
  margin-bottom: 50px;
}

#graduation .item strong {
  color: #4F4F4F;
  display: block;
  margin-bottom: 10px;
}

#more-info {
  padding: 70px 0px;
}

.many-title h1 {
  margin-bottom: 20px;
  margin-top: 20px;
}

p a,
p a:focus {
  color: #00A0A3;
}

p a:hover {
  color: #77C7C7;
}

.bullet {
  background: #00A0A3;
  color: #ffffff;
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  padding-top: 17px;
  font-style: normal;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  position: relative;
}

.bullet::before {
  background: url(../img/middle/tree.png) center center;
  width: 17px;
  height: 19px;
  content: '';
  display: inline-block;
  float: right;
  margin-top: -27px;
}

.bullet::after {
  background: #55191E;
  width: 5px;
  height: 40px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  margin-top: 30px;
}

#timeline .item h2 {
  margin-bottom: 10px;
  margin-top: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bullet::after {
    display: none;
  }
}

#selo {
  margin-top: 10px;
  margin-bottom: 20px;
  float: right;
}

@media (max-width: 767px) {
  .bullet::after {
    display: none;
  }

  .bullet {
    margin-bottom: 25px;
  }

  #selo {
    float: none;
  }
}

#timeline .item {
  margin-bottom: 25px;
}

#timeline .items .item:last-child .bullet::after {
  display: none;
}

#values .background-image-holder,
#vision .background-image-holder,
#mission .background-image-holder {
  position: relative;
  min-height: 400px;
  display: table;
}

#values .background-image-holder p,
#vision .background-image-holder p,
#values .background-image-holder h1,
#vision .background-image-holder h1,
#mission .background-image-holder p,
#mission .background-image-holder h1 {
  color: #ffffff;
}

.embed-responsive {
  margin-bottom: 40px;
}
