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

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

@font-face
{
    font-family: swis;
    src: url(../fonts/TT0009M_.TTF);
    font-weight: lighter;
}
@font-face
{
    font-family: swis;
    src: url(../fonts/TT0171M_.TTF);
    font-style: italic;
}
@font-face
{
    font-family: swis;
    src: url(../fonts/TT0010M_.TTF);
    font-weight: bold;
}
@font-face
{
    font-family: swis;
    src: url(../fonts/TT0172M_.TTF);
    font-weight: bold;
    font-style: italic;
}

@media (min-width:951px){
  .uk-navbar-nav > li > a {
    font-size: 14px;
    /*font-family: "Times New Roman";*/
    letter-spacing: 0;
  }
}

@media (min-width:860px) and (max-width:950px){
  .uk-navbar-nav > li > a {
    font-size: 12px;
    /*font-family: "Times New Roman";*/
    letter-spacing: 0;
  }
}

@media (min-width:768px) and (max-width:859px){
  .uk-navbar-nav > li > a {
    font-size: 12px;
    /*font-family: "Times New Roman";*/
    letter-spacing: 0;
  }
}

html,
.uk-navbar-nav > li > a,
h1, h2, h3, h4, h5, h6 {
  font-family: 'swis';
}

h4.color-1 {
  color: #5d718d;
}
h4.color-2 {
  color: #848484;
}
.uk-text-custom {
  font-size: 16px;
}

.tm-nav-logo {
    width: 171px;
    height: 94px;
    top: 30%;
}

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
  height: 70px;
}


.tm-toolbar {
  padding: 5px 0;
}
.tm-fullscreen {
  background-size: initial;
}

.uk-panel-box {
  padding: 20px 0 20px 0;
}

.tm-block-top-a.tm-block-primary {
  border-image: none;
}
.tm-block-primary {
  background-color: #FFF;
  color: #5d718d;
}.tm-primary .uk-panel-box {
  background: none;
  color: #5d718d;
}
.tm-primary .uk-panel-box .uk-panel-title {
  color: #5d718d;
}

.main-top-custom h1 {
  text-transform: none;
  margin: 5px 0 0 0;
}
.main-top-custom p {
  margin: 5px 0 0 0;
}
.tm-block-bottom-a.tm-block-primary {
  border-image: none;
}
.tm-block-bottom-a.tm-block-primary {
  border-width: 5px 0 0 0;
}

.tm-block-bottom-b.tm-block-primary-dark {
  border-image: none;
}
.tm-block-primary-dark {
  background-color: #ebebeb;
  color: #5d718d;
}

.tm-block-padding, .tm-block-large-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.font-custom {
  color: #FFF;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
}
h1.font-custom {
  margin: 15px 0 0 0;
}
h3.content-title {
  color: #5d718d;
  text-transform: none;
  font-size: 30px
}
h4.content-title {
  text-transform: none;
  font-size: 16px;
  margin-top: 5px;
  padding-bottom: 0;
  text-transform: uppercase;
}

.tm-block-footer {
  background-color: #FFF;
  color: #5d718d;
}
.tm-footer,
.tm-block-footer a,
.uk-subnav > li > a {
  color: #5d718d;
  text-decoration: none;
}

.tm-block-footer a:hover,
.uk-subnav > li > a:hover {
  color: #e5d098;
}


@media (min-width: 783px) {
  .admin-bar .tm-toolbar + .tm-navbar {
    top: 40px;
  }
}

@media (min-width: 768px) {
  .tm-navbar-fixed .tm-toolbar + .tm-navbar + .tm-fullscreen-container {
    height: 550px;
  }
  .tm-navbar-fixed .tm-toolbar + .tm-navbar {
    top: 10px;
  }
}

@media (max-width: 767px) {
  .tm-fullscreen {
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .tm-block-large-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*@media (min-width: 1129px) {
  .uk-hidden-small {
    display: block !important;
  }
}
@media (max-width: 1130px) {
  .uk-hidden-small {
    display: none !important;
  }
}*/


/* FORM */
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
border-color: #e13d45 !important;
background: rgba(101, 123, 153, 0.2) !important;
color: #e13d45 !important;
}
div.wpcf7-mail-sent-ok {
  border-color: #7bc075 !important;
  background: rgba(101, 123, 153, 0.2) !important;
  color: #7bc075 !important;
}
span.wpcf7-not-valid-tip {
    color: #e13d45;
}

.button-home a {
  text-decoration: none;
  color: #FFF;
}