/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
/*.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }  */

.uk-block-primary {
  background: #00A389;
}

.uk-block-secondary {
  background: #002856;
  color: #ffffff;
}

.uk-navbar-nav-subtitle > div {
  margin-top: -5.5px;
  font-size: 14px;
  line-height: 13px;
}

@media (max-width: 767px) {
    .tm-navbar-center .tm-navbar-container {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 80px;
    line-height: 90px;
  }
  
  .uk-slidenav-position .uk-slidenav-previous {
    left: -45px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: -45px;
}
  
div.contact h3 {
display: none;
}
  
.uk-contrast a:not([class]):hover, .uk-contrast .uk-link:hover {
    color: #00A389;
    text-decoration: underline;
}
  
.uk-slidenav-position .uk-slidenav {
    display: block;
}
  
  .uk-badge-success {
    background-color: #002856;
    border-color: #ffffff;
    color: #ffffff;
}

dl.contact-address.dl-horizontal {
display: none;
}

legend {
line-height: 32px;
}
  
    .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 0px;
  }
}

.uk-dropdown-navbar {
    margin-top: 5px; 
    background: #ffffff;
    color: #666666;
}

@media screen and (max-width: 767px) {
  span.responsive {
    font-size: 40px;
    line-height: 45px;
  }
}


@media screen and (max-width: 767px) {
  span.responsive2 {
    font-size: 34px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  span.responsive3 {
    font-size: 26px;
    line-height: 24px;
  }
}


.uk-nav-offcanvas ul a {
    color: #ffffff;
}

.uk-nav-offcanvas > li > a {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
  
  .uk-block-secondary a:not([class]), .uk-block-secondary .uk-link {
    color: #002856;
}
}

.uk-nav-offcanvas ul a {
    color: #ffffff;
}

strong,
dt,
th {
  font-weight: 600;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  /* Reset */
  border-radius: 0;
  box-shadow: none;
  /* Overrides */
  height: 20px;
  line-height: 20px;
  color: #666666;
  position: relative;
  border-radius: 10px;
  font-weight: inherit;
}

.btn {
  /* Reset */
  border: none;
  /* Todo */
  border-radius: 0;
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
  /* Overrides */
  line-height: 40px;
  background: #f0f0f0;
  color: #4b6992;
  padding: 0 33px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
}