/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.creative_form_3 .creativecontactform_title, .creative_form_3 .creativecontactform_pre_text, .creative_form_3 .creativecontactform_field_name {
  font-family: 'Questrial' !Important;
}

.tm-top-b p {
  padding-left: 70px;
  padding-right: 70px;
}

.whoLeft {
  width: 60%;
  float: left;
  margin-right: 5%;
}

.whoRight {
  width: 25%;
  float: right;
}

.whoRight img {
  margin-bottom: 5px;
}

.leftCol {
  width: 30%;
  float: left;
  margin-right: 20px;
}



.creative_form_3 .creativecontactform_footer {
  float: right;
  margin-top: -80px;
}

.tm-sidebar-a a {
  word-wrap: break-word;
  color: #000;
}


.tm-page {
  background: url('../../../images/backingpage.jpg') !important;
}

.uk-float-right {
  margin-top: 10px;
}

.uk-breadcrumb a, .uk-breadcrumb span {
  color: #FFF;
}

.uk-breadcrumb a:hover {
  color: #87CEFF;
}

.uk-breadcrumb > li:nth-child(n+2):before {
  color: #87CEFF;
}

.uk-article {
  background: rgba(255,255,255,1);
  padding: 10px;
  color: #000;
}

/*.uk-navbar {
  background: none !important;
  color: #FFF !important;
  border-radius: 0 !Important;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: #FFF !important;
  color: rgba(37,94,191,1) !important;
}

.uk-navbar-nav > li > a {
  color: #FFF !important;
  font-weight: 900 !important;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  background: none !Important;
}*/


input.uk-search-field {
  width: 100%;
  background: rgba(255,255,255,0.5) !important;
  border: 1px solid rgba(37,94,191,0.9); !important;
}

.uk-search {
  width: 100%;
}

.overlayFull {

  width: 100%;

  margin: 0 auto;

  position: relative;

  text-align: center;

}





.overlayBox {

  position: relative;

  margin-right: 10px;

  margin-bottom: 10px;

  display: inline-block

}



.overlay {

  position: absolute;

  visibility: visible;

  width: 300px;

  height: 300px;

  opacity: 0;

  top: 0;

  left: 0;

  background: rgba(255,255,255,0.6);

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  z-index: 2;

}



.overlay:hover {

  display: block;

  opacity: 1;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

}


.overlayIMG {

  width: 300px;

  height: 300px;
  
  box-shadow: 0 0 5px #000;

}



.overlay h4 {

  color: #fff;

  padding-top: 10px;

}



.overlay p {

  color: #fff;

  margin-top: 5px;

  margin-bottom: 5px;

}



.overlayBtn {

  margin-top: 10px;

  color: #255EBF;

  border: 2px solid #255EBF;

  padding: 10px;

    transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

}



.overlayBtn:hover {

  background: #255EBF;

  color: #FFF;

  text-decoration: none;

    transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

}



.border {

  width: 150px;

  height: 150px;

  z-index: 1;

  margin: 75px;

}

.border h3 {
font-size: 24px;
color: #255EBF;
font-weight: 900;
}

@media (min-width: 960px) {
  .uk-width-medium-1-4 {
    width: 25%; /*Originally 25% */
  }
  .uk-width-medium-3-4 {
    width: 75%; /*Originally 75% */
  }
}

@media (max-width: 959px) {
   .uk-width-medium-1-4 {
    width: 100%; /*Originally 25% */
  }
  .uk-width-medium-3-4 {
    width: 100%; /*Originally 75% */
}
  
  @media (min-width: 768px) {
    .uk-navbar-toggle, .tm-logo-small {
      display: none;
    }
  }
  
  @media (max-width:767px) {
    .whoLeft, .whoRight {
      width: 100%;
    }
    
    .whoRight img {
      width: 50%;
    }
    
    .uk-navbar-toggle, .tm-logo-small {
      display: block;
    }
    
    
  }

@media (max-width:560px) {

  .creative_form_3 .creativecontactform_footer {
    float: none;
    margin-top: 0;
  }
}
  
  @media (max-width: 480px) {
    .tm-top-b p {
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (max-width:320px) {
    .overlay, .overlayIMG { width: 250px; height: 250px;}
    .border { width: 100px; height: 100px; }
  }