/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.imageResponsive {
  width: 40%;
  margin-left: 15px;
  margin-bottom: 5px;
  float: right;
}

.testimonials {
  color: #5EB3B0;
}

.header1 {
  font-family: 'Roboto';
  color: #9E9FA3;
  font-size: 30px;
  line-height: 30px;
}

.tm-bottom-a img {
  border: 1px solid RGBA(158,159,163,0.3);
  box-shadow: 0 0 10px #EEE;
}

.testimonials1 {
 border-top: 1px dotted #66C4C2;
}


nav.tm-block.tm-navbar.uk-navbar {
  margin-top: 10px;
}

.tm-headerbar {
  margin-bottom: 0 !important;
}

.tm-search img, .tm-footer img {
  background: #9E9FA3;
  border: 1px solid #9E9FA3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tm-search img:hover, .tm-footer img:hover {
  background: #67C4C2;
  border: 1px solid #67C4C2;
}

.tm-search.uk-float-right {
  margin-top: 15px;
}

.tm-search h3 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #66C4C2;
}

.creative_form_3.creativecontactform_wrapper:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.creativecontactform_header {
  display: none;
}

.uk-panel-box-primary h1 {
  color: #FFF;
  font-size: 30px;
  font-family: 'Roboto';
}

.uk-panel-box-primary p {
  font-weight: 900;
}

.uk-panel-box-secondary h1 {
  font-size: 60px;
  line-height: 60px;
  font-family: 'Great Vibes';
  color: #9E9FA3;
}

@media (min-width: 854px) {
  .creativecontactform_submit_wrapper.creative_button_animation_state_1 {
    float: right;
    margin-top: -80px;
  }
}

@media (max-width:767px) {
  .imageResponsive {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    float: left;
  }
}